Fix the flap sound
This commit is contained in:
parent
20a632f16c
commit
2576fc617c
2 changed files with 19 additions and 6 deletions
|
@ -1348,12 +1348,9 @@
|
|||
<mode>in-transit</mode>
|
||||
<path>Aircraft/IDG-A32X/Sounds/SASA/A320_flapmotor.wav</path>
|
||||
<property>/surface-positions/flap-pos-norm</property>
|
||||
<condition>
|
||||
<or>
|
||||
<property>sim/sound/wingview-aft</property>
|
||||
<property>sim/sound/wingview-fwd</property>
|
||||
</or>
|
||||
</condition>
|
||||
<volume>
|
||||
<property>sim/sound/wingview</property>
|
||||
</volume>
|
||||
</switch>
|
||||
|
||||
<cvrtone>
|
||||
|
|
|
@ -213,5 +213,21 @@
|
|||
<input>0</input>
|
||||
<output>/sim/sound/other/air-con</output>
|
||||
</filter>
|
||||
|
||||
<filter>
|
||||
<type>gain</type>
|
||||
<gain>1</gain>
|
||||
<input>
|
||||
<condition>
|
||||
<or>
|
||||
<property>sim/sound/wingview-aft</property>
|
||||
<property>sim/sound/wingview-fwd</property>
|
||||
</or>
|
||||
</condition>
|
||||
<value>1</value>
|
||||
</input>
|
||||
<input>0</input>
|
||||
<output>sim/sound/wingview</output>
|
||||
</filter>
|
||||
|
||||
</PropertyList>
|
||||
|
|
Reference in a new issue