Fix
This commit is contained in:
parent
30d136b7b1
commit
cce888f5ab
2 changed files with 31 additions and 24 deletions
|
@ -1369,10 +1369,8 @@
|
|||
<mode>in-transit</mode>
|
||||
<path>Aircraft/IDG-A32X/Sounds/SASA/A320_flapmotor.wav</path>
|
||||
<property>/surface-positions/flap-pos-norm</property>
|
||||
<condition>
|
||||
<property>sim/sound/other/flaps</property>
|
||||
</condition>
|
||||
<volume>
|
||||
<property>/sim/sound/other/flaps</property>
|
||||
<factor>0.75</factor>
|
||||
</volume>
|
||||
</switch>
|
||||
|
|
|
@ -2066,27 +2066,6 @@
|
|||
</filter>
|
||||
|
||||
<!-- internal sounds -->
|
||||
<filter>
|
||||
<type>gain</type>
|
||||
<gain>1</gain>
|
||||
<input>
|
||||
<expression>
|
||||
<product>
|
||||
<table>
|
||||
<product><property>/sim/current-view/z-offset-m</property><value>1</value> </product>
|
||||
<entry><ind>-5.0</ind> <dep>0.11</dep></entry>
|
||||
<entry><ind>0.00</ind> <dep>1.00</dep></entry>
|
||||
<entry><ind>15.0</ind> <dep>0.11</dep></entry>
|
||||
</table>
|
||||
<property>sim/sound/internal-custom</property>
|
||||
</product>
|
||||
</expression>
|
||||
</input>
|
||||
<output>
|
||||
<prop>sim/sound/other/flaps</prop>
|
||||
</output>
|
||||
</filter>
|
||||
|
||||
<filter>
|
||||
<type>gain</type>
|
||||
<gain>1</gain>
|
||||
|
@ -2221,6 +2200,36 @@
|
|||
</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>
|
||||
<condition>
|
||||
<and>
|
||||
<not>
|
||||
<property>sim/sound/wingview-aft</property>
|
||||
</not>
|
||||
<not>
|
||||
<property>sim/sound/wingview-fwd</property>
|
||||
</not>
|
||||
</and>
|
||||
</condition>
|
||||
<value>0</value>
|
||||
</input>
|
||||
<output>
|
||||
<prop>sim/sound/other/flaps</prop>
|
||||
</output>
|
||||
</filter>
|
||||
|
||||
<filter>
|
||||
<type>gain</type>
|
||||
<gain>1</gain>
|
||||
|
|
Reference in a new issue