<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--> <!-- Custom GPWS --> <gpws> <name>2500</name> <path>Aircraft/A320Family/Sounds/GPWS/altitude-2500.wav</path> <mode>once</mode> <condition> <and> <equals> <property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property> <value>0</value> </equals> <less-than-equals> <property>/position/gear-agl-ft</property> <value>2500</value> </less-than-equals> <greater-than> <property>/position/gear-agl-ft</property> <value>2400</value> </greater-than> <less-than> <property>/it-autoflight/internal/vert-speed-fpm</property> <value>0</value> </less-than> </and> </condition> <volume> <factor>8</factor> </volume> <reference-dist>20.0</reference-dist> <max-dist>100.0</max-dist> </gpws> <gpws> <name>2000</name> <path>Aircraft/A320Family/Sounds/GPWS/altitude-2000.wav</path> <mode>once</mode> <condition> <and> <equals> <property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property> <value>0</value> </equals> <less-than-equals> <property>/position/gear-agl-ft</property> <value>2000</value> </less-than-equals> <greater-than> <property>/position/gear-agl-ft</property> <value>1900</value> </greater-than> <less-than> <property>/it-autoflight/internal/vert-speed-fpm</property> <value>0</value> </less-than> </and> </condition> <volume> <factor>8</factor> </volume> <reference-dist>20.0</reference-dist> <max-dist>100.0</max-dist> </gpws> <gpws> <name>10ftaland</name> <path>Aircraft/A320Family/Sounds/GPWS/altitude-10ft.wav</path> <mode>once</mode> <condition> <and> <equals> <property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property> <value>0</value> </equals> <greater-than> <property>/controls/flight/flaps</property> <value>0.640</value> </greater-than> <less-than-equals> <property>/position/gear-agl-ft</property> <value>10</value> </less-than-equals> <greater-than> <property>/position/gear-agl-ft</property> <value>8</value> </greater-than> <less-than> <property>/it-autoflight/internal/vert-speed-fpm</property> <value>0</value> </less-than> <or> <equals> <property>/it-autoflight/output/ap1</property> <value>1</value> </equals> <equals> <property>/it-autoflight/output/ap2</property> <value>1</value> </equals> </or> </and> </condition> <volume> <factor>8</factor> </volume> <reference-dist>20.0</reference-dist> <max-dist>100.0</max-dist> </gpws> <gpws> <name>5</name> <path>Aircraft/A320Family/Sounds/GPWS/altitude-5.wav</path> <mode>once</mode> <condition> <and> <equals> <property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property> <value>0</value> </equals> <greater-than> <property>/controls/flight/flaps</property> <value>0.640</value> </greater-than> <less-than-equals> <property>/position/gear-agl-ft</property> <value>5</value> </less-than-equals> <greater-than> <property>/position/gear-agl-ft</property> <value>3</value> </greater-than> <less-than> <property>/it-autoflight/internal/vert-speed-fpm</property> <value>0</value> </less-than> <equals> <property>/controls/engines/engine[0]/throttle</property> <value>0.0</value> </equals> <equals> <property>/controls/engines/engine[1]/throttle</property> <value>0.0</value> </equals> </and> </condition> <volume> <factor>8</factor> </volume> <reference-dist>20.0</reference-dist> <max-dist>100.0</max-dist> </gpws> <gpws> <name>100above</name> <path>Aircraft/A320Family/Sounds/GPWS/100-above.wav</path> <mode>once</mode> <condition> <and> <equals> <property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property> <value>0</value> </equals> <less-than-equals> <!-- Until I add a calulation for minimums + 100, and add the ability to adjust DH, I'm keeping 350. Should be working within the next few builds --> <property>/position/gear-agl-ft</property> <value>350</value> </less-than-equals> <greater-than> <property>/position/gear-agl-ft</property> <value>300</value> </greater-than> <less-than> <property>/it-autoflight/internal/vert-speed-fpm</property> <value>0</value> </less-than> </and> </condition> <volume> <factor>8</factor> </volume> <reference-dist>20.0</reference-dist> <max-dist>100.0</max-dist> </gpws> <!-- Retard Warning --> <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> <or> <and> <less-than> <property>/position/gear-agl-ft</property> <value>18</value> </less-than> <equals> <property>/it-autoflight/output/ap1</property> <value>0</value> </equals> <equals> <property>/it-autoflight/output/ap2</property> <value>0</value> </equals> </and> <and> <less-than> <property>/position/gear-agl-ft</property> <value>8</value> </less-than> <or> <equals> <property>/it-autoflight/output/ap1</property> <value>1</value> </equals> <equals> <property>/it-autoflight/output/ap2</property> <value>1</value> </equals> </or> </and> </or> <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> <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> <not> <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> <factor>8</factor> </volume> <reference-dist>20.0</reference-dist> <max-dist>100.0</max-dist> </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> <click> <mode>once</mode> <path>click.wav</path> <condition> <property>/unused/sound/click</property> </condition> </click> <detenta> <mode>once</mode> <name>detendaa</name> <path>detenta.wav</path> <condition> <equals> <property>/systems/thrust/state1</property> <value>IDLE</value> </equals> </condition> <volume> <property>/sim/sound/effects/volume</property> </volume> </detenta> <detentb> <mode>once</mode> <name>detendba</name> <path>detentb.wav</path> <condition> <equals> <property>/systems/thrust/state2</property> <value>IDLE</value> </equals> </condition> <volume> <property>/sim/sound/effects/volume</property> </volume> </detentb> <detenta> <mode>once</mode> <name>detendab</name> <path>detenta.wav</path> <condition> <equals> <property>/systems/thrust/state1</property> <value>MAN</value> </equals> </condition> <volume> <property>/sim/sound/effects/volume</property> </volume> </detenta> <detentb> <mode>once</mode> <name>detendbb</name> <path>detentb.wav</path> <condition> <equals> <property>/systems/thrust/state2</property> <value>MAN</value> </equals> </condition> <volume> <property>/sim/sound/effects/volume</property> </volume> </detentb> <detenta> <mode>once</mode> <name>detendac</name> <path>detenta.wav</path> <condition> <equals> <property>/systems/thrust/state1</property> <value>CL</value> </equals> </condition> <volume> <property>/sim/sound/effects/volume</property> </volume> </detenta> <detentb> <mode>once</mode> <name>detendbc</name> <path>detentb.wav</path> <condition> <equals> <property>/systems/thrust/state2</property> <value>CL</value> </equals> </condition> <volume> <property>/sim/sound/effects/volume</property> </volume> </detentb> <detenta> <mode>once</mode> <name>detendad</name> <path>detenta.wav</path> <condition> <equals> <property>/systems/thrust/state1</property> <value>MAN THR</value> </equals> </condition> <volume> <property>/sim/sound/effects/volume</property> </volume> </detenta> <detentb> <mode>once</mode> <name>detendbd</name> <path>detentb.wav</path> <condition> <equals> <property>/systems/thrust/state2</property> <value>MAN THR</value> </equals> </condition> <volume> <property>/sim/sound/effects/volume</property> </volume> </detentb> <detenta> <mode>once</mode> <name>detendae</name> <path>detenta.wav</path> <condition> <equals> <property>/systems/thrust/state1</property> <value>MCT</value> </equals> </condition> <volume> <property>/sim/sound/effects/volume</property> </volume> </detenta> <detentb> <mode>once</mode> <name>detendbe</name> <path>detentb.wav</path> <condition> <equals> <property>/systems/thrust/state2</property> <value>MCT</value> </equals> </condition> <volume> <property>/sim/sound/effects/volume</property> </volume> </detentb> <detenta> <mode>once</mode> <name>detendaf</name> <path>detenta.wav</path> <condition> <equals> <property>/systems/thrust/state1</property> <value>TOGA</value> </equals> </condition> <volume> <property>/sim/sound/effects/volume</property> </volume> </detenta> <detentb> <mode>once</mode> <name>detendbf</name> <path>detentb.wav</path> <condition> <equals> <property>/systems/thrust/state2</property> <value>TOGA</value> </equals> </condition> <volume> <property>/sim/sound/effects/volume</property> </volume> </detentb> <detenta> <mode>once</mode> <name>detendag</name> <path>detenta.wav</path> <condition> <equals> <property>/controls/engines/engine[0]/reverser</property> <value>0</value> </equals> </condition> <volume> <property>/sim/sound/effects/volume</property> </volume> </detenta> <detentb> <mode>once</mode> <name>detendbg</name> <path>detentb.wav</path> <condition> <equals> <property>/controls/engines/engine[1]/reverser</property> <value>0</value> </equals> </condition> <volume> <property>/sim/sound/effects/volume</property> </volume> </detentb> <detenta> <mode>once</mode> <name>detendah</name> <path>detenta.wav</path> <condition> <equals> <property>/controls/engines/engine[0]/reverser</property> <value>1</value> </equals> </condition> <volume> <property>/sim/sound/effects/volume</property> </volume> </detenta> <detentb> <mode>once</mode> <name>detendbh</name> <path>detentb.wav</path> <condition> <equals> <property>/controls/engines/engine[1]/reverser</property> <value>1</value> </equals> </condition> <volume> <property>/sim/sound/effects/volume</property> </volume> </detentb> <sb> <mode>once</mode> <name>sb</name> <path>seatbelt.wav</path> <condition> <and> <greater-than> <property>/systems/electrical/bus/dc-ess</property> <value>25</value> </greater-than> <property>/sim/sounde/seatbelt-sign</property> </and> </condition> <volume> <property>/sim/sound/effects/volume</property> </volume> </sb> <ns> <mode>once</mode> <name>ns</name> <path>nosmoko.wav</path> <condition> <and> <greater-than> <property>/systems/electrical/bus/dc-ess</property> <value>25</value> </greater-than> <property>/sim/sounde/no-smoking-sign</property> </and> </condition> <volume> <property>/sim/sound/effects/volume</property> </volume> </ns> </fx> </PropertyList>