This repository has been archived on 2021-09-26. You can view files and clone it, but cannot push or open issues or pull requests.
IDG-A32X/Sounds/A320-common-sound.xml

204 lines
4.5 KiB
XML
Raw Normal View History

<PropertyList>
<fx>
<!--apu>
<name>apu_in</name>
<mode>looped</mode>
<path>Sounds/misc/a320_apu.wav</path>
<condition>
<property>sim/current-view/internal</property>
</condition>
<volume>
<property>engines/apu/rpm</property>
<factor>0.01</factor>
<min>0</min>
</volume>
<pitch>
<property>engines/apu/rpm</property>
<factor>0.01</factor>
<offset>0</offset>
</pitch>
</apu>
<apu>
<name>apu_out</name>
<mode>looped</mode>
<path>Sounds/misc/a320_apu_x.wav</path>
<condition>
<not><property>sim/current-view/internal</property></not>
</condition>
<volume>
<property>engines/apu/rpm</property>
<factor>0.01</factor>
<min>0</min>
</volume>
<pitch>
<property>engines/apu/rpm</property>
<factor>0.01</factor>
<offset>0</offset>
</pitch>
</apu-->
<!-- Retard Warning -->
2016-12-08 13:50:53 +00:00
<retard>
<name>retard</name>
<path>Aircraft/A320Family/Sounds/GPWS/retard.wav</path>
<mode>looped</mode>
<condition>
<and>
<greater-than>
<property>/controls/flight/flaps</property>
<value>0.640</value>
</greater-than>
<less-than>
<property>/position/gear-agl-ft</property>
<value>18</value>
</less-than>
<greater-than>
<property>controls/engines/engine[0]/throttle</property>
<value>0.0</value>
</greater-than>
<greater-than>
<property>controls/engines/engine[1]/throttle</property>
<value>0.0</value>
</greater-than>
<greater-than>
<property>controls/engines/engine[2]/throttle</property>
<value>0.0</value>
</greater-than>
<greater-than>
<property>controls/engines/engine[3]/throttle</property>
<value>0.0</value>
</greater-than>
<less-than>
<property>controls/engines/engine[0]/throttle</property>
<value>0.80</value>
</less-than>
<less-than>
<property>controls/engines/engine[1]/throttle</property>
<value>0.80</value>
</less-than>
<less-than>
<property>controls/engines/engine[2]/throttle</property>
<value>0.80</value>
</less-than>
<less-than>
<property>controls/engines/engine[3]/throttle</property>
<value>0.80</value>
</less-than>
<not>
<property>/gear/gear[0]/wow</property>
<property>/gear/gear[1]/wow</property>
<property>/gear/gear[2]/wow</property>
</not>
<less-than>
<property>velocities/airspeed-kt</property>
<value>160</value>
</less-than>
</and>
</condition>
<volume>
<property>/sim/sound/effects/volume</property>
</volume>
<type>avionics</type>
</retard>
<apoff>
<name>apoff</name>
<path>/Aircraft/A320Family/Sounds/apoff.wav</path>
<condition>
<property>/it-autoflight/sound/apoffsound</property>
</condition>
<volume>
<factor>40.0</factor>
</volume>
</apoff>
<apoff>
<name>apoff2</name>
<path>/Aircraft/A320Family/Sounds/apoff.wav</path>
<condition>
<property>/it-autoflight/sound/apoffsound2</property>
</condition>
<volume>
<factor>40.0</factor>
</volume>
</apoff>
<gear>
<name>gear0</name>
<mode>in-transit</mode>
<path>FL2070/320gear.wav</path>
<property>gear/gear[0]/position-norm</property>
<volume>
<property>sim/sound/other/gear</property>
</volume>
</gear>
<gear>
<name>gear1</name>
<mode>in-transit</mode>
<path>FL2070/320gear.wav</path>
<property>gear/gear[1]/position-norm</property>
<volume>
<property>sim/sound/other/gear</property>
</volume>
</gear>
<gear>
<name>gear2</name>
<mode>in-transit</mode>
<path>FL2070/320gear.wav</path>
<property>gear/gear[2]/position-norm</property>
<volume>
<property>sim/sound/other/gear</property>
</volume>
</gear>
<wind>
<path>FL2070/320wind.wav</path>
<mode>looped</mode>
<name>wind</name>
<condition>
<property>sim/current-view/internal</property>
</condition>
<volume>
<property>sim/sound/other/wind</property>
<offset>0</offset>
</volume>
<pitch>
<property>sim/sound/other/windp</property>
<offset>0</offset>
</pitch>
</wind>
<wow>
<mode>once</mode>
<name>wow0</name>
<path>FL2070/320touch.wav</path>
<condition>
<property>gear/gear[0]/wow</property>
</condition>
</wow>
<wow>
<mode>once</mode>
<name>wow1</name>
<path>FL2070/320touch.wav</path>
<condition>
<property>gear/gear[1]/wow</property>
</condition>
</wow>
<wow>
<mode>once</mode>
<name>wow2</name>
<path>FL2070/320touch.wav</path>
<condition>
<property>gear/gear[2]/wow</property>
</condition>
</wow>
</fx>
</PropertyList>