Fix the flap sound

This commit is contained in:
legoboyvdlp R 2019-08-20 17:23:52 +01:00
parent 20a632f16c
commit 2576fc617c
2 changed files with 19 additions and 6 deletions

View file

@ -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>

View file

@ -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>