1
0
Fork 0
A320-family/Sounds/A320-common-sound.xml

2325 lines
59 KiB
XML
Raw Normal View History

<!-- Copyright (c) 2021 Josh Davidson (Octal450) -->
2019-10-14 16:48:35 +00:00
<PropertyList>
<fx>
<apu>
<name>apu_in</name>
<mode>looped</mode>
<path>Aircraft/A320-family/Sounds/SASA/A320.wav</path>
<condition>
2020-07-25 20:04:38 +00:00
<property>/sim/sound/internal-custom</property>
2019-10-14 16:48:35 +00:00
</condition>
<volume>
2020-04-14 17:07:01 +00:00
<property>/engines/engine[2]/n1</property>
2019-10-14 16:48:35 +00:00
<factor>0.005</factor>
<max>0.25</max>
</volume>
<pitch>
2020-04-14 17:07:01 +00:00
<property>/engines/engine[2]/n1</property>
2019-10-14 16:48:35 +00:00
<factor>0.05</factor>
<offset>-2</offset>
</pitch>
</apu>
<apu>
<name>apu_out</name>
<mode>looped</mode>
<path>Aircraft/A320-family/Sounds/SASA/x320_apu.wav</path>
<condition>
2020-07-25 20:04:38 +00:00
<not><property>/sim/sound/internal-custom</property></not>
2019-10-14 16:48:35 +00:00
</condition>
<volume>
2020-04-14 17:07:01 +00:00
<property>/engines/engine[2]/n1</property>
2019-10-14 16:48:35 +00:00
<factor>0.005</factor>
</volume>
<pitch>
2020-04-14 17:07:01 +00:00
<property>/engines/engine[2]/n1</property>
2019-10-14 16:48:35 +00:00
<factor>0.01</factor>
</pitch>
<reference-dist>60</reference-dist>
</apu>
<hyd-yellow>
<name>yellowHydPump</name>
<mode>looped</mode>
<path>Aircraft/A320-family/Sounds/yellowHydPump.wav</path>
<condition>
2020-07-25 20:04:38 +00:00
<property>/systems/hydraulic/sources/yellow-elec/pump-operate</property>
2019-10-14 16:48:35 +00:00
</condition>
2020-05-10 15:55:35 +00:00
<volume>
<property>/sim/current-view/internal</property>
<factor>0.8</factor>
</volume>
2019-10-14 16:48:35 +00:00
</hyd-yellow>
<hyd>
2019-10-14 16:48:35 +00:00
<name>PTU</name>
<mode>once</mode>
2020-04-25 15:03:56 +00:00
<path>airbus_ptu_on.wav</path>
2019-10-14 16:48:35 +00:00
<condition>
<or>
<property>/systems/hydraulic/sources/ptu/yellow-green</property>
<property>/systems/hydraulic/sources/ptu/green-yellow</property>
</or>
2019-10-14 16:48:35 +00:00
</condition>
<volume>
2020-05-10 15:55:35 +00:00
<property>/sim/current-view/internal</property>
<factor>0.8</factor>
2019-10-14 16:48:35 +00:00
</volume>
<reference-dist>20.0</reference-dist>
<max-dist>100.0</max-dist>
</hyd>
2019-10-14 16:48:35 +00:00
2020-04-25 15:03:56 +00:00
<hyd>
<name>PTU-loop</name>
<mode>looped</mode>
<path>airbus_ptu.wav</path>
<condition>
<equals>
<property>/systems/hydraulic/sources/ptu/ptu-loop-sound</property>
<value>1</value>
</equals>
</condition>
<volume>
2020-05-10 15:55:35 +00:00
<property>/sim/current-view/internal</property>
<factor>0.8</factor>
2020-04-25 15:03:56 +00:00
</volume>
<reference-dist>20.0</reference-dist>
<max-dist>100.0</max-dist>
</hyd>
2019-10-14 16:48:35 +00:00
<announcement>
<name>cab_call</name>
2019-10-14 16:48:35 +00:00
<mode>once</mode>
<path>Aircraft/A320-family/Sounds/Announce/cab_call.wav</path>
2019-10-14 16:48:35 +00:00
<condition>
<equals>
<property>/controls/switches/cabinCall</property>
<value>1</value>
</equals>
</condition>
<volume>
2020-05-10 15:55:35 +00:00
<property>/sim/current-view/internal</property>
<factor>8.0</factor>
2019-10-14 16:48:35 +00:00
</volume>
<reference-dist>20.0</reference-dist>
<max-dist>100.0</max-dist>
</announcement>
<announcement>
<name>MechCall</name>
<mode>once</mode>
<path>Aircraft/A320-family/Sounds/Announce/mechCall.wav</path>
<condition>
<equals>
<property>/controls/switches/mechCall</property>
<value>1</value>
</equals>
</condition>
<volume>
2020-05-10 15:55:35 +00:00
<property>/sim/current-view/internal</property>
<factor>8.0</factor>
2019-10-14 16:48:35 +00:00
</volume>
<reference-dist>20.0</reference-dist>
<max-dist>100.0</max-dist>
</announcement>
<announcement>
<name>EmerCall</name>
<mode>once</mode>
<path>Aircraft/A320-family/Sounds/tripleBelt.wav</path>
<condition>
<equals>
<property>/controls/switches/emerCall</property>
<value>1</value>
</equals>
</condition>
<volume>
2020-05-10 15:55:35 +00:00
<property>/sim/current-view/internal</property>
<factor>8.0</factor>
2019-10-14 16:48:35 +00:00
</volume>
<reference-dist>20.0</reference-dist>
<max-dist>100.0</max-dist>
</announcement>
<callout>
<name>V1</name>
<mode>once</mode>
<path>Aircraft/A320-family/Sounds/V1.wav</path>
<condition>
<and>
<equals>
<property>/gear/gear[1]/wow</property>
<value>1</value>
</equals>
<equals>
<property>/gear/gear[2]/wow</property>
<value>1</value>
</equals>
<greater-than>
<property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
<property>/FMGC/internal/v1</property>
</greater-than>
<equals>
<property>/FMGC/internal/v1-set</property>
<value>1</value>
</equals>
<equals>
<property>/FMGC/internal/to-state</property>
2019-10-14 16:48:35 +00:00
<value>1</value>
</equals>
</and>
</condition>
<volume>
2020-05-10 15:55:35 +00:00
<property>/sim/current-view/internal</property>
<factor>8.0</factor>
2019-10-14 16:48:35 +00:00
</volume>
<reference-dist>20.0</reference-dist>
<max-dist>100.0</max-dist>
</callout>
<!-- Custom GPWS -->
<gpws>
<name>2500</name>
<path>Aircraft/A320-family/Sounds/GPWS/2500.wav</path>
<mode>once</mode>
<condition>
<and>
<equals>
<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property>
<value>0</value>
</equals>
<not-equals>
<property>/instrumentation/pfd/minimums-no-gpws-alt</property>
<value>2500</value>
</not-equals>
<not-equals>
<property>/instrumentation/pfd/minimums-no-gpws-alt</property>
<value>2400</value>
</not-equals>
2019-10-14 16:48:35 +00:00
<less-than-equals>
<property>/position/gear-agl-ft</property>
<value>2500</value>
</less-than-equals>
<greater-than>
<property>/position/gear-agl-ft</property>
<value>2450</value>
</greater-than>
<less-than>
<property>/position/gear-agl-ft-2-sec</property>
<property>/position/gear-agl-ft</property>
</less-than>
<greater-than-equals>
<property>/systems/electrical/outputs/mk-viii</property>
<value>25</value>
</greater-than-equals>
</and>
</condition>
<volume>
2020-05-10 15:55:35 +00:00
<property>/sim/current-view/internal</property>
<factor>8.0</factor>
2019-10-14 16:48:35 +00:00
</volume>
<reference-dist>20.0</reference-dist>
<max-dist>100.0</max-dist>
</gpws>
<gpws>
<name>2000</name>
<path>Aircraft/A320-family/Sounds/GPWS/2000.wav</path>
<mode>once</mode>
<condition>
<and>
<equals>
<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property>
<value>0</value>
</equals>
<not-equals>
<property>/instrumentation/pfd/minimums-no-gpws-alt</property>
<value>2000</value>
</not-equals>
<not-equals>
<property>/instrumentation/pfd/minimums-no-gpws-alt</property>
<value>1900</value>
</not-equals>
2019-10-14 16:48:35 +00:00
<less-than-equals>
<property>/position/gear-agl-ft</property>
<value>2000</value>
</less-than-equals>
<greater-than>
<property>/position/gear-agl-ft</property>
<value>1950</value>
</greater-than>
<less-than>
<property>/position/gear-agl-ft-2-sec</property>
<property>/position/gear-agl-ft</property>
</less-than>
<greater-than-equals>
<property>/systems/electrical/outputs/mk-viii</property>
<value>25</value>
</greater-than-equals>
</and>
</condition>
<volume>
2020-05-10 15:55:35 +00:00
<property>/sim/current-view/internal</property>
<factor>8.0</factor>
2019-10-14 16:48:35 +00:00
</volume>
<reference-dist>20.0</reference-dist>
<max-dist>100.0</max-dist>
</gpws>
<gpws>
<name>1000</name>
<path>Aircraft/A320-family/Sounds/GPWS/1000.wav</path>
<mode>once</mode>
<condition>
<and>
<equals>
<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property>
<value>0</value>
</equals>
<not-equals>
<property>/instrumentation/pfd/minimums-no-gpws-alt</property>
<value>1000</value>
</not-equals>
<not-equals>
<property>/instrumentation/pfd/minimums-no-gpws-alt</property>
<value>900</value>
</not-equals>
2019-10-14 16:48:35 +00:00
<less-than-equals>
<property>/position/gear-agl-ft</property>
<value>1000</value>
</less-than-equals>
<greater-than>
<property>/position/gear-agl-ft</property>
<value>950</value>
</greater-than>
<less-than>
<property>/position/gear-agl-ft-2-sec</property>
<property>/position/gear-agl-ft</property>
</less-than>
<greater-than-equals>
<property>/systems/electrical/outputs/mk-viii</property>
<value>25</value>
</greater-than-equals>
</and>
</condition>
<volume>
2020-05-10 15:55:35 +00:00
<property>/sim/current-view/internal</property>
<factor>8.0</factor>
2019-10-14 16:48:35 +00:00
</volume>
<reference-dist>20.0</reference-dist>
<max-dist>100.0</max-dist>
</gpws>
<gpws>
<name>500</name>
<path>Aircraft/A320-family/Sounds/GPWS/500.wav</path>
<mode>once</mode>
<condition>
<and>
<equals>
<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property>
<value>0</value>
</equals>
<not-equals>
<property>/instrumentation/pfd/minimums-no-gpws-alt</property>
<value>500</value>
</not-equals>
<not-equals>
<property>/instrumentation/pfd/minimums-no-gpws-alt</property>
<value>400</value>
</not-equals>
2019-10-14 16:48:35 +00:00
<less-than-equals>
<property>/position/gear-agl-ft</property>
<value>500</value>
</less-than-equals>
<greater-than>
<property>/position/gear-agl-ft</property>
<value>450</value>
</greater-than>
<less-than>
<property>/position/gear-agl-ft-2-sec</property>
<property>/position/gear-agl-ft</property>
</less-than>
<greater-than-equals>
<property>/systems/electrical/outputs/mk-viii</property>
<value>25</value>
</greater-than-equals>
</and>
</condition>
<volume>
2020-05-10 15:55:35 +00:00
<property>/sim/current-view/internal</property>
<factor>8.0</factor>
2019-10-14 16:48:35 +00:00
</volume>
<reference-dist>20.0</reference-dist>
<max-dist>100.0</max-dist>
</gpws>
<gpws>
<name>400</name>
<path>Aircraft/A320-family/Sounds/GPWS/400.wav</path>
<mode>once</mode>
<condition>
<and>
<equals>
<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property>
<value>0</value>
</equals>
<not-equals>
<property>/instrumentation/pfd/minimums-no-gpws-alt</property>
<value>400</value>
</not-equals>
<not-equals>
<property>/instrumentation/pfd/minimums-no-gpws-alt</property>
<value>300</value>
</not-equals>
2019-10-14 16:48:35 +00:00
<less-than-equals>
<property>/position/gear-agl-ft</property>
<value>400</value>
</less-than-equals>
<greater-than>
<property>/position/gear-agl-ft</property>
<value>350</value>
</greater-than>
<less-than>
<property>/position/gear-agl-ft-2-sec</property>
<property>/position/gear-agl-ft</property>
</less-than>
<greater-than-equals>
<property>/systems/electrical/outputs/mk-viii</property>
<value>25</value>
</greater-than-equals>
</and>
</condition>
<volume>
2020-05-10 15:55:35 +00:00
<property>/sim/current-view/internal</property>
<factor>8.0</factor>
2019-10-14 16:48:35 +00:00
</volume>
<reference-dist>20.0</reference-dist>
<max-dist>100.0</max-dist>
</gpws>
<gpws>
<name>300</name>
<path>Aircraft/A320-family/Sounds/GPWS/300.wav</path>
<mode>once</mode>
<condition>
<and>
<equals>
<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property>
<value>0</value>
</equals>
<not-equals>
<property>/instrumentation/pfd/minimums-no-gpws-alt</property>
<value>300</value>
</not-equals>
<not-equals>
<property>/instrumentation/pfd/minimums-no-gpws-alt</property>
<value>200</value>
</not-equals>
2019-10-14 16:48:35 +00:00
<less-than-equals>
<property>/position/gear-agl-ft</property>
<value>300</value>
</less-than-equals>
<greater-than>
<property>/position/gear-agl-ft</property>
<value>250</value>
</greater-than>
<less-than>
<property>/position/gear-agl-ft-2-sec</property>
<property>/position/gear-agl-ft</property>
</less-than>
<greater-than-equals>
<property>/systems/electrical/outputs/mk-viii</property>
<value>25</value>
</greater-than-equals>
</and>
</condition>
<volume>
2020-05-10 15:55:35 +00:00
<property>/sim/current-view/internal</property>
<factor>8.0</factor>
2019-10-14 16:48:35 +00:00
</volume>
<reference-dist>20.0</reference-dist>
<max-dist>100.0</max-dist>
</gpws>
<gpws>
<name>200</name>
<path>Aircraft/A320-family/Sounds/GPWS/200.wav</path>
<mode>once</mode>
<condition>
<and>
<equals>
<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property>
<value>0</value>
</equals>
<not-equals>
<property>/instrumentation/pfd/minimums-no-gpws-alt</property>
<value>200</value>
</not-equals>
<not-equals>
<property>/instrumentation/pfd/minimums-no-gpws-alt</property>
<value>100</value>
</not-equals>
2019-10-14 16:48:35 +00:00
<less-than-equals>
<property>/position/gear-agl-ft</property>
<value>200</value>
</less-than-equals>
<greater-than>
<property>/position/gear-agl-ft</property>
<value>150</value>
</greater-than>
<less-than>
<property>/position/gear-agl-ft-2-sec</property>
<property>/position/gear-agl-ft</property>
</less-than>
<greater-than-equals>
<property>/systems/electrical/outputs/mk-viii</property>
<value>25</value>
</greater-than-equals>
</and>
</condition>
<volume>
2020-05-10 15:55:35 +00:00
<property>/sim/current-view/internal</property>
<factor>8.0</factor>
2019-10-14 16:48:35 +00:00
</volume>
<reference-dist>20.0</reference-dist>
<max-dist>100.0</max-dist>
</gpws>
<gpws>
<name>100</name>
<path>Aircraft/A320-family/Sounds/GPWS/100.wav</path>
<mode>once</mode>
<condition>
<and>
<equals>
<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property>
<value>0</value>
</equals>
<not-equals>
<property>/instrumentation/pfd/minimums-no-gpws-alt</property>
<value>100</value>
</not-equals>
<not-equals>
<property>/instrumentation/pfd/minimums-no-gpws-alt</property>
<value>0</value>
</not-equals>
2019-10-14 16:48:35 +00:00
<less-than-equals>
<property>/position/gear-agl-ft</property>
<value>100</value>
</less-than-equals>
<greater-than>
<property>/position/gear-agl-ft</property>
<value>80</value>
</greater-than>
<less-than>
<property>/position/gear-agl-ft-2-sec</property>
<property>/position/gear-agl-ft</property>
</less-than>
<greater-than-equals>
<property>/systems/electrical/outputs/mk-viii</property>
<value>25</value>
</greater-than-equals>
</and>
</condition>
<volume>
2020-05-10 15:55:35 +00:00
<property>/sim/current-view/internal</property>
<factor>8.0</factor>
2019-10-14 16:48:35 +00:00
</volume>
<reference-dist>20.0</reference-dist>
<max-dist>100.0</max-dist>
</gpws>
<gpws>
<name>50</name>
<path>Aircraft/A320-family/Sounds/GPWS/50.wav</path>
<mode>once</mode>
<condition>
<and>
<equals>
<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property>
<value>0</value>
</equals>
<not-equals>
<property>/instrumentation/pfd/minimums-no-gpws-alt</property>
<value>50</value>
</not-equals>
2019-10-14 16:48:35 +00:00
<less-than-equals>
<property>/position/gear-agl-ft</property>
<value>50</value>
</less-than-equals>
<greater-than>
<property>/position/gear-agl-ft</property>
<value>42</value>
</greater-than>
<less-than>
<property>/position/gear-agl-ft-2-sec</property>
<property>/position/gear-agl-ft</property>
</less-than>
<greater-than-equals>
<property>/systems/electrical/outputs/mk-viii</property>
<value>25</value>
</greater-than-equals>
</and>
</condition>
<volume>
2020-05-10 15:55:35 +00:00
<property>/sim/current-view/internal</property>
<factor>8.0</factor>
2019-10-14 16:48:35 +00:00
</volume>
<reference-dist>20.0</reference-dist>
<max-dist>100.0</max-dist>
</gpws>
<gpws>
<name>40</name>
<path>Aircraft/A320-family/Sounds/GPWS/40.wav</path>
<mode>once</mode>
<condition>
<and>
<equals>
<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property>
<value>0</value>
</equals>
<not-equals>
<property>/instrumentation/pfd/minimums-no-gpws-alt</property>
<value>40</value>
</not-equals>
2019-10-14 16:48:35 +00:00
<less-than-equals>
<property>/position/gear-agl-ft</property>
<value>40</value>
</less-than-equals>
<greater-than>
<property>/position/gear-agl-ft</property>
<value>32</value>
</greater-than>
<less-than>
<property>/position/gear-agl-ft-2-sec</property>
<property>/position/gear-agl-ft</property>
</less-than>
<greater-than-equals>
<property>/systems/electrical/outputs/mk-viii</property>
<value>25</value>
</greater-than-equals>
</and>
</condition>
<volume>
2020-05-10 15:55:35 +00:00
<property>/sim/current-view/internal</property>
<factor>8.0</factor>
2019-10-14 16:48:35 +00:00
</volume>
<reference-dist>20.0</reference-dist>
<max-dist>100.0</max-dist>
</gpws>
<gpws>
<name>30</name>
<path>Aircraft/A320-family/Sounds/GPWS/30.wav</path>
<mode>once</mode>
<condition>
<and>
<equals>
<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property>
<value>0</value>
</equals>
<not-equals>
<property>/instrumentation/pfd/minimums-no-gpws-alt</property>
<value>30</value>
</not-equals>
2019-10-14 16:48:35 +00:00
<less-than-equals>
<property>/position/gear-agl-ft</property>
<value>30</value>
</less-than-equals>
<greater-than>
<property>/position/gear-agl-ft</property>
<value>22</value>
</greater-than>
<less-than>
<property>/position/gear-agl-ft-2-sec</property>
<property>/position/gear-agl-ft</property>
</less-than>
<greater-than-equals>
<property>/systems/electrical/outputs/mk-viii</property>
<value>25</value>
</greater-than-equals>
</and>
</condition>
<volume>
2020-05-10 15:55:35 +00:00
<property>/sim/current-view/internal</property>
<factor>8.0</factor>
2019-10-14 16:48:35 +00:00
</volume>
<reference-dist>20.0</reference-dist>
<max-dist>100.0</max-dist>
</gpws>
<gpws>
<name>20</name>
<path>Aircraft/A320-family/Sounds/GPWS/20.wav</path>
<mode>once</mode>
<condition>
<and>
<equals>
<property>/instrumentation/mk-viii/inputs/discretes/gpws-inhibit</property>
<value>0</value>
</equals>
<not-equals>
<property>/instrumentation/pfd/minimums-no-gpws-alt</property>
<value>20</value>
</not-equals>
2019-10-14 16:48:35 +00:00
<less-than-equals>
<property>/position/gear-agl-ft</property>
<value>20</value>
</less-than-equals>
<greater-than>
<property>/position/gear-agl-ft</property>
<value>14</value>
</greater-than>
<less-than>
<property>/position/gear-agl-ft-2-sec</property>
<property>/position/gear-agl-ft</property>
</less-than>
<greater-than-equals>
<property>/systems/electrical/outputs/mk-viii</property>
<value>25</value>
</greater-than-equals>
</and>
</condition>
<volume>
2020-05-10 15:55:35 +00:00
<property>/sim/current-view/internal</property>
<factor>8.0</factor>
2019-10-14 16:48:35 +00:00
</volume>
<reference-dist>20.0</reference-dist>
<max-dist>100.0</max-dist>
</gpws>
<gpws>
<name>10</name>
<path>Aircraft/A320-family/Sounds/GPWS/10.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>
<not-equals>
<property>/instrumentation/pfd/minimums-no-gpws-alt</property>
<value>10</value>
</not-equals>
2019-10-14 16:48:35 +00:00
<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>/position/gear-agl-ft-2-sec</property>
<property>/position/gear-agl-ft</property>
</less-than>
<greater-than-equals>
<property>/systems/electrical/outputs/mk-viii</property>
<value>25</value>
</greater-than-equals>
<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>
2020-05-10 15:55:35 +00:00
<property>/sim/current-view/internal</property>
<factor>8.0</factor>
2019-10-14 16:48:35 +00:00
</volume>
<reference-dist>20.0</reference-dist>
<max-dist>100.0</max-dist>
</gpws>
<gpws>
<name>5</name>
<path>Aircraft/A320-family/Sounds/GPWS/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>
<not-equals>
<property>/instrumentation/pfd/minimums-no-gpws-alt</property>
<value>5</value>
</not-equals>
2019-10-14 16:48:35 +00:00
<less-than-equals>
<property>/position/gear-agl-ft</property>
<value>5</value>
</less-than-equals>
<greater-than>
<property>/position/gear-agl-ft</property>
<value>2</value>
</greater-than>
<less-than>
<property>/position/gear-agl-ft-2-sec</property>
<property>/position/gear-agl-ft</property>
</less-than>
<greater-than-equals>
<property>/systems/electrical/outputs/mk-viii</property>
<value>25</value>
</greater-than-equals>
<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>
2020-05-10 15:55:35 +00:00
<property>/sim/current-view/internal</property>
<factor>8.0</factor>
2019-10-14 16:48:35 +00:00
</volume>
<reference-dist>20.0</reference-dist>
<max-dist>100.0</max-dist>
</gpws>
<gpws>
<name>100above</name>
<path>Aircraft/A320-family/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>
<property>/instrumentation/pfd/minimums-ref-alt</property>
<property>/instrumentation/pfd/minimums-plus-100</property>
2019-10-14 16:48:35 +00:00
</less-than-equals>
<greater-than>
<property>/instrumentation/pfd/minimums-ref-alt</property>
<property>/instrumentation/pfd/minimums-plus-50</property>
2019-10-14 16:48:35 +00:00
</greater-than>
<less-than>
<property>/position/gear-agl-ft-2-sec</property>
<property>/position/gear-agl-ft</property>
</less-than>
<greater-than-equals>
<property>/systems/electrical/outputs/mk-viii</property>
<value>25</value>
</greater-than-equals>
</and>
</condition>
<volume>
2020-05-10 15:55:35 +00:00
<property>/sim/current-view/internal</property>
<factor>8.0</factor>
2019-10-14 16:48:35 +00:00
</volume>
<reference-dist>20.0</reference-dist>
<max-dist>100.0</max-dist>
</gpws>
<gpws>
<name>Minimum</name>
<path>Aircraft/A320-family/Sounds/GPWS/minimum.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>/instrumentation/pfd/minimums-ref-alt</property>
<property>/instrumentation/pfd/minimums</property>
2019-10-14 16:48:35 +00:00
</less-than-equals>
<greater-than>
<property>/instrumentation/pfd/minimums-ref-alt</property>
<property>/instrumentation/pfd/minimums-minus-50</property>
2019-10-14 16:48:35 +00:00
</greater-than>
<less-than>
<property>/position/gear-agl-ft-2-sec</property>
<property>/position/gear-agl-ft</property>
</less-than>
<greater-than-equals>
<property>/systems/electrical/outputs/mk-viii</property>
<value>25</value>
</greater-than-equals>
</and>
</condition>
<volume>
2020-05-10 15:55:35 +00:00
<property>/sim/current-view/internal</property>
<factor>8.0</factor>
2019-10-14 16:48:35 +00:00
</volume>
<reference-dist>20.0</reference-dist>
<max-dist>100.0</max-dist>
</gpws>
<!-- Retard Warning -->
<retard>
<name>retard</name>
<path>Aircraft/A320-family/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>
2021-05-19 22:51:41 +00:00
<not-equals>
<property>/fdm/jsbsim/fadec/control-1/detent</property>
<value>0</value>
</not-equals>
<not-equals>
<property>/fdm/jsbsim/fadec/control-2/detent</property>
<value>0</value>
</not-equals>
2019-10-14 16:48:35 +00:00
<less-than>
2021-05-19 22:51:41 +00:00
<property>/fdm/jsbsim/fadec/control-1/detent</property>
<value>5</value>
2019-10-14 16:48:35 +00:00
</less-than>
<less-than>
2021-05-19 22:51:41 +00:00
<property>/fdm/jsbsim/fadec/control-2/detent</property>
<value>5</value>
2019-10-14 16:48:35 +00:00
</less-than>
<not>
<property>/gear/gear[1]/wow</property>
<property>/gear/gear[2]/wow</property>
</not>
<greater-than-equals>
<property>/systems/electrical/outputs/mk-viii</property>
<value>25</value>
</greater-than-equals>
</and>
</condition>
<volume>
2020-05-10 15:55:35 +00:00
<property>/sim/current-view/internal</property>
<factor>8.0</factor>
2019-10-14 16:48:35 +00:00
</volume>
<reference-dist>20.0</reference-dist>
<max-dist>100.0</max-dist>
</retard>
<retard>
<name>retard2</name>
<path>Aircraft/A320-family/Sounds/GPWS/retard.wav</path>
<mode>looped</mode>
<condition>
<property>/sim/sound/warnings/retard</property> <!-- must be EMER CANCEL -->
</condition>
<volume>
<property>/sim/current-view/internal</property>
<factor>8.0</factor>
</volume>
<reference-dist>20.0</reference-dist>
<max-dist>100.0</max-dist>
</retard>
2019-10-14 16:48:35 +00:00
<apoff>
<name>apoff-looped</name>
<mode>looped</mode>
<path>Aircraft/A320-family/Sounds/Cockpit/calvary-charge-loop.wav</path>
<condition>
<and>
<equals>
<property>/it-autoflight/output/ap-warning</property>
<value>2</value>
</equals>
<equals>
<property>/it-autoflight/output/ap1</property>
<value>0</value>
</equals>
<equals>
<property>/it-autoflight/output/ap2</property>
<value>0</value>
</equals>
<or>
<property>/it-autoflight/sound/apoffsound</property>
<property>/it-autoflight/sound/apoffsound2</property>
</or>
</and>
</condition>
<volume>
2020-05-10 15:55:35 +00:00
<property>/sim/current-view/internal</property>
2019-10-14 16:48:35 +00:00
<factor>40.0</factor>
</volume>
</apoff>
<apoff>
<name>apoff-single</name>
<mode>once</mode>
<path>Aircraft/A320-family/Sounds/Cockpit/calvary-charge-once.wav</path>
<condition>
<and>
<equals>
<property>/it-autoflight/output/ap-warning</property>
<value>1</value>
</equals>
<equals>
<property>/it-autoflight/output/ap1</property>
<value>0</value>
</equals>
<equals>
<property>/it-autoflight/output/ap2</property>
<value>0</value>
</equals>
<or>
<property>/it-autoflight/sound/apoffsound</property>
<property>/it-autoflight/sound/apoffsound2</property>
</or>
</and>
</condition>
<volume>
2020-05-10 15:55:35 +00:00
<property>/sim/current-view/internal</property>
2019-10-14 16:48:35 +00:00
<factor>40.0</factor>
</volume>
</apoff>
<priority-left>
<name>priority-left</name>
<mode>once</mode>
<path>Aircraft/A320-family/Sounds/Cockpit/priority-left.wav</path>
<condition>
<equals>
<property>/sim/sound/priority-left</property>
<value>1</value>
</equals>
</condition>
<volume>
<property>/sim/current-view/internal</property>
<factor>40.0</factor>
</volume>
</priority-left>
<priority-right>
<name>priority-right</name>
<mode>once</mode>
<path>Aircraft/A320-family/Sounds/Cockpit/priority-right.wav</path>
<condition>
<equals>
<property>/sim/sound/priority-right</property>
<value>1</value>
</equals>
</condition>
<volume>
<property>/sim/current-view/internal</property>
<factor>40.0</factor>
</volume>
</priority-right>
<dual-input>
<name>dual-input</name>
<mode>looped</mode>
<path>Aircraft/A320-family/Sounds/Cockpit/dual-input.wav</path>
<condition>
<and>
<and>
<equals>
<property>/fdm/jsbsim/fbw/sidestick/active[0]</property>
<value>1</value>
</equals>
<equals>
<property>/fdm/jsbsim/fbw/sidestick/active[1]</property>
<value>1</value>
</equals>
</and>
<or>
<greater-than-equals>
<expression>
<abs>
<property>/controls/flight/aileron[0]</property>
</abs>
</expression>
<value>0.1</value>
</greater-than-equals>
<greater-than-equals>
<expression>
<abs>
<property>/controls/flight/elevator[0]</property>
</abs>
</expression>
<value>0.1</value>
</greater-than-equals>
</or>
<or>
<greater-than-equals>
<expression>
<abs>
<property>/controls/flight/aileron[1]</property>
</abs>
</expression>
<value>0.1</value>
</greater-than-equals>
<greater-than-equals>
<expression>
<abs>
<property>/controls/flight/elevator[1]</property>
</abs>
</expression>
<value>0.1</value>
</greater-than-equals>
</or>
</and>
</condition>
<volume>
<property>/sim/current-view/internal</property>
<factor>40.0</factor>
</volume>
</dual-input>
2019-10-14 16:48:35 +00:00
<gear>
<name>gear0</name>
<mode>in-transit</mode>
<path>Aircraft/A320-family/Sounds/SASA/A320_gear.wav</path>
<property>gear/gear[0]/position-norm</property>
<volume>
<property>/sim/sounde/gear-vol</property>
</volume>
</gear>
<gear>
<name>gear1</name>
<mode>in-transit</mode>
<path>Aircraft/A320-family/Sounds/SASA/A320_gear.wav</path>
<property>gear/gear[1]/position-norm</property>
<volume>
<property>/sim/sounde/gear-vol</property>
</volume>
</gear>
<gear>
<name>gear2</name>
<mode>in-transit</mode>
<path>Aircraft/A320-family/Sounds/SASA/A320_gear.wav</path>
<property>gear/gear[2]/position-norm</property>
<volume>
<property>/sim/sounde/gear-vol</property>
</volume>
</gear>
<wind>
<path>Aircraft/A320-family/Sounds/SASA/wind_cockpit.wav</path>
<mode>looped</mode>
<name>wind</name>
<condition>
<property>/sim/current-view/internal</property>
</condition>
<volume>
<property>/sim/sound/other/cockpit-wind-v</property>
</volume>
<pitch>
<property>/sim/sound/other/wind-p</property>
</pitch>
</wind>
<wind>
<path>Aircraft/A320-family/Sounds/SASA/wind_cabin.wav</path>
<mode>looped</mode>
<name>wind</name>
<condition>
<property>/sim/current-view/internal</property>
</condition>
<volume>
<property>/sim/sound/other/wind-v</property>
</volume>
<pitch>
<property>/sim/sound/other/wind-p</property>
</pitch>
</wind>
<ac>
<path>Aircraft/A320-family/Sounds/SASA/A320_aircond.wav</path>
<mode>looped</mode>
<name>air conditioning</name>
<condition>
<property>/sim/current-view/internal</property>
</condition>
<volume>
<property>/sim/sound/other/air-con</property>
<factor>6</factor>
2019-10-14 16:48:35 +00:00
</volume>
</ac>
<wow>
<mode>once</mode>
<name>wow0</name>
2020-07-19 21:24:08 +00:00
<path>Aircraft/A320-family/Sounds/SASA/Touch-Main.wav</path>
2019-10-14 16:48:35 +00:00
<condition>
<property>gear/gear[0]/wow</property>
</condition>
</wow>
<wow>
<mode>once</mode>
<name>wow1</name>
<path>Aircraft/A320-family/Sounds/SASA/Touch-Main.wav</path>
<condition>
<property>gear/gear[1]/wow</property>
</condition>
</wow>
<wow>
<mode>once</mode>
<name>wow2</name>
<path>Aircraft/A320-family/Sounds/SASA/Touch-Main.wav</path>
<condition>
<property>gear/gear[2]/wow</property>
</condition>
</wow>
<roll>
<name>roll1c</name>
<mode>looped</mode>
<path>Aircraft/A320-family/Sounds/SASA/Cockpit_Roll.wav</path>
<property>gear/gear[0]/wow</property>
<volume>
<property>/sim/sound/other/cockpit-roll-v</property>
</volume>
<pitch>
<property>/sim/sound/other/roll-p</property>
</pitch>
</roll>
<roll>
<name>roll2c</name>
<mode>looped</mode>
<path>Aircraft/A320-family/Sounds/SASA/Cockpit_Roll.wav</path>
<property>gear/gear[1]/wow</property>
<volume>
<property>/sim/sound/other/cockpit-roll-v</property>
</volume>
<pitch>
<property>/sim/sound/other/roll-p</property>
</pitch>
</roll>
<roll>
<name>roll3c</name>
<mode>looped</mode>
<path>Aircraft/A320-family/Sounds/SASA/Cockpit_Roll.wav</path>
<property>gear/gear[2]/wow</property>
<volume>
<property>/sim/sound/other/cockpit-roll-v</property>
</volume>
<pitch>
<property>/sim/sound/other/roll-p</property>
</pitch>
</roll>
<roll>
<name>roll1</name>
<mode>looped</mode>
<path>Aircraft/A320-family/Sounds/SASA/Roll.wav</path>
<property>gear/gear[0]/wow</property>
<volume>
<property>/sim/sound/other/roll-v</property>
</volume>
<pitch>
<property>/sim/sound/other/roll-p</property>
</pitch>
</roll>
<roll>
<name>roll2</name>
<mode>looped</mode>
<path>Aircraft/A320-family/Sounds/SASA/Roll.wav</path>
<property>gear/gear[1]/wow</property>
<volume>
<property>/sim/sound/other/roll-v</property>
</volume>
<pitch>
<property>/sim/sound/other/roll-p</property>
</pitch>
</roll>
<roll>
<name>roll3</name>
<mode>looped</mode>
<path>Aircraft/A320-family/Sounds/SASA/Roll.wav</path>
<property>gear/gear[2]/wow</property>
<volume>
<property>/sim/sound/other/roll-v</property>
</volume>
<pitch>
<property>/sim/sound/other/roll-p</property>
</pitch>
</roll>
<detenta>
<mode>once</mode>
<name>detendaa</name>
<path>Cockpit/detenta.wav</path>
<condition>
<equals>
<property>/fdm/jsbsim/fadec/control-1/detent-text</property>
2019-10-14 16:48:35 +00:00
<value>IDLE</value>
</equals>
</condition>
2020-05-10 15:55:35 +00:00
<volume>
<property>/sim/current-view/internal</property>
</volume>
2019-10-14 16:48:35 +00:00
</detenta>
<detentb>
<mode>once</mode>
<name>detendba</name>
<path>Cockpit/detentb.wav</path>
<condition>
<equals>
<property>/fdm/jsbsim/fadec/control-2/detent-text</property>
2019-10-14 16:48:35 +00:00
<value>IDLE</value>
</equals>
</condition>
2020-05-10 15:55:35 +00:00
<volume>
<property>/sim/current-view/internal</property>
</volume>
2019-10-14 16:48:35 +00:00
</detentb>
<detenta>
<mode>once</mode>
<name>detendab</name>
<path>Cockpit/detenta.wav</path>
<condition>
<equals>
<property>/fdm/jsbsim/fadec/control-1/detent-text</property>
2019-10-14 16:48:35 +00:00
<value>MAN</value>
</equals>
</condition>
2020-05-10 15:55:35 +00:00
<volume>
<property>/sim/current-view/internal</property>
</volume>
2019-10-14 16:48:35 +00:00
</detenta>
<detentb>
<mode>once</mode>
<name>detendbb</name>
<path>Cockpit/detentb.wav</path>
<condition>
<equals>
<property>/fdm/jsbsim/fadec/control-2/detent-text</property>
2019-10-14 16:48:35 +00:00
<value>MAN</value>
</equals>
</condition>
2020-05-10 15:55:35 +00:00
<volume>
<property>/sim/current-view/internal</property>
</volume>
2019-10-14 16:48:35 +00:00
</detentb>
<detenta>
<mode>once</mode>
<name>detendac</name>
<path>Cockpit/detenta.wav</path>
<condition>
<equals>
<property>/fdm/jsbsim/fadec/control-1/detent-text</property>
2019-10-14 16:48:35 +00:00
<value>CL</value>
</equals>
</condition>
2020-05-10 15:55:35 +00:00
<volume>
<property>/sim/current-view/internal</property>
</volume>
2019-10-14 16:48:35 +00:00
</detenta>
<detentb>
<mode>once</mode>
<name>detendbc</name>
<path>Cockpit/detentb.wav</path>
<condition>
<equals>
<property>/fdm/jsbsim/fadec/control-2/detent-text</property>
2019-10-14 16:48:35 +00:00
<value>CL</value>
</equals>
</condition>
2020-05-10 15:55:35 +00:00
<volume>
<property>/sim/current-view/internal</property>
</volume>
2019-10-14 16:48:35 +00:00
</detentb>
<detenta>
<mode>once</mode>
<name>detendad</name>
<path>Cockpit/detenta.wav</path>
<condition>
<equals>
<property>/fdm/jsbsim/fadec/control-1/detent-text</property>
2019-10-14 16:48:35 +00:00
<value>MAN THR</value>
</equals>
</condition>
2020-05-10 15:55:35 +00:00
<volume>
<property>/sim/current-view/internal</property>
</volume>
2019-10-14 16:48:35 +00:00
</detenta>
<detentb>
<mode>once</mode>
<name>detendbd</name>
<path>Cockpit/detentb.wav</path>
<condition>
<equals>
<property>/fdm/jsbsim/fadec/control-2/detent-text</property>
2019-10-14 16:48:35 +00:00
<value>MAN THR</value>
</equals>
</condition>
2020-05-10 15:55:35 +00:00
<volume>
<property>/sim/current-view/internal</property>
</volume>
2019-10-14 16:48:35 +00:00
</detentb>
<detenta>
<mode>once</mode>
<name>detendae</name>
<path>Cockpit/detenta.wav</path>
<condition>
<equals>
<property>/fdm/jsbsim/fadec/control-1/detent-text</property>
2019-10-14 16:48:35 +00:00
<value>MCT</value>
</equals>
</condition>
2020-05-10 15:55:35 +00:00
<volume>
<property>/sim/current-view/internal</property>
</volume>
2019-10-14 16:48:35 +00:00
</detenta>
<detentb>
<mode>once</mode>
<name>detendbe</name>
<path>Cockpit/detentb.wav</path>
<condition>
<equals>
<property>/fdm/jsbsim/fadec/control-2/detent-text</property>
2019-10-14 16:48:35 +00:00
<value>MCT</value>
</equals>
</condition>
2020-05-10 15:55:35 +00:00
<volume>
<property>/sim/current-view/internal</property>
</volume>
2019-10-14 16:48:35 +00:00
</detentb>
<detenta>
<mode>once</mode>
<name>detendaf</name>
<path>Cockpit/detenta.wav</path>
<condition>
<equals>
<property>/fdm/jsbsim/fadec/control-1/detent-text</property>
2019-10-14 16:48:35 +00:00
<value>TOGA</value>
</equals>
</condition>
2020-05-10 15:55:35 +00:00
<volume>
<property>/sim/current-view/internal</property>
</volume>
2019-10-14 16:48:35 +00:00
</detenta>
<detentb>
<mode>once</mode>
<name>detendbf</name>
<path>Cockpit/detentb.wav</path>
<condition>
<equals>
<property>/fdm/jsbsim/fadec/control-2/detent-text</property>
2019-10-14 16:48:35 +00:00
<value>TOGA</value>
</equals>
</condition>
2020-05-10 15:55:35 +00:00
<volume>
<property>/sim/current-view/internal</property>
</volume>
2019-10-14 16:48:35 +00:00
</detentb>
<detenta>
<mode>once</mode>
<name>detendag</name>
<path>Cockpit/detenta.wav</path>
<condition>
<equals>
<property>/controls/engines/engine[0]/reverse-cmd</property>
2019-10-14 16:48:35 +00:00
<value>0</value>
</equals>
</condition>
2020-05-10 15:55:35 +00:00
<volume>
<property>/sim/current-view/internal</property>
</volume>
2019-10-14 16:48:35 +00:00
</detenta>
<detentb>
<mode>once</mode>
<name>detendbg</name>
<path>Cockpit/detentb.wav</path>
<condition>
<equals>
<property>/controls/engines/engine[1]/reverse-cmd</property>
2019-10-14 16:48:35 +00:00
<value>0</value>
</equals>
</condition>
2020-05-10 15:55:35 +00:00
<volume>
<property>/sim/current-view/internal</property>
</volume>
2019-10-14 16:48:35 +00:00
</detentb>
<detenta>
<mode>once</mode>
<name>detendah</name>
<path>Cockpit/detenta.wav</path>
<condition>
<equals>
<property>/controls/engines/engine[0]/reverse-cmd</property>
2019-10-14 16:48:35 +00:00
<value>1</value>
</equals>
</condition>
2020-05-10 15:55:35 +00:00
<volume>
<property>/sim/current-view/internal</property>
</volume>
2019-10-14 16:48:35 +00:00
</detenta>
<detentb>
<mode>once</mode>
<name>detendbh</name>
<path>Cockpit/detentb.wav</path>
<condition>
<equals>
<property>/controls/engines/engine[1]/reverse-cmd</property>
2019-10-14 16:48:35 +00:00
<value>1</value>
</equals>
</condition>
2020-05-10 15:55:35 +00:00
<volume>
<property>/sim/current-view/internal</property>
</volume>
2019-10-14 16:48:35 +00:00
</detentb>
<sb>
<mode>once</mode>
<name>sb</name>
<path>cabin-chime.wav</path>
2019-10-14 16:48:35 +00:00
<condition>
<and>
<greater-than>
<property>/systems/electrical/bus/dc-ess</property>
<value>25</value>
</greater-than>
<property>/sim/sounde/seatbelt-sign</property>
</and>
</condition>
2020-05-10 15:55:35 +00:00
<volume>
<property>/sim/current-view/internal</property>
</volume>
2019-10-14 16:48:35 +00:00
</sb>
2020-05-10 15:55:35 +00:00
2019-10-14 16:48:35 +00:00
<ns>
<mode>once</mode>
<name>ns</name>
<path>cabin-chime.wav</path>
2019-10-14 16:48:35 +00:00
<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>
2020-05-10 15:55:35 +00:00
<volume>
<property>/sim/current-view/internal</property>
</volume>
2019-10-14 16:48:35 +00:00
</ns>
<switch>
<name>Button</name>
<mode>once</mode>
<path>Aircraft/A320-family/Sounds/Cockpit/button.wav</path>
<condition>
<property>/sim/sounde/btn1</property>
</condition>
<volume>
2020-05-10 15:55:35 +00:00
<property>/sim/current-view/internal</property>
2019-10-14 16:48:35 +00:00
<factor>0.75</factor>
</volume>
</switch>
2020-04-18 15:25:52 +00:00
<switch>
<name>APDisc</name>
<mode>once</mode>
<path>Aircraft/A320-family/Sounds/Cockpit/autopilot-disconnect-button.wav</path>
<condition>
<property>/sim/sounde/apdiscbtn</property>
</condition>
<volume>
2020-05-10 15:55:35 +00:00
<property>/sim/current-view/internal</property>
2020-04-18 15:25:52 +00:00
<factor>0.75</factor>
</volume>
</switch>
2019-10-14 16:48:35 +00:00
<switch>
<name>ButtonOH</name>
<mode>once</mode>
<path>Aircraft/A320-family/Sounds/Cockpit/button2.wav</path>
<condition>
<property>/sim/sounde/oh-btn</property>
</condition>
<volume>
2020-05-10 15:55:35 +00:00
<property>/sim/current-view/internal</property>
2019-10-14 16:48:35 +00:00
<factor>0.75</factor>
</volume>
</switch>
<switch>
<name>Button3</name>
<mode>once</mode>
<path>Aircraft/A320-family/Sounds/Cockpit/button3.wav</path>
<condition>
<property>/sim/sounde/btn3</property>
</condition>
<volume>
2020-05-10 15:55:35 +00:00
<property>/sim/current-view/internal</property>
2019-10-14 16:48:35 +00:00
<factor>0.75</factor>
</volume>
</switch>
<switch>
<name>Knob</name>
<mode>once</mode>
<path>Aircraft/A320-family/Sounds/Cockpit/knob.wav</path>
<condition>
<property>/sim/sounde/knb1</property>
</condition>
<volume>
2020-05-10 15:55:35 +00:00
<property>/sim/current-view/internal</property>
2019-10-14 16:48:35 +00:00
<factor>0.6</factor>
</volume>
</switch>
<switch>
<name>Switch</name>
<mode>once</mode>
<path>Aircraft/A320-family/Sounds/Cockpit/switch.wav</path>
<condition>
<property>/sim/sounde/switch1</property>
</condition>
<volume>
2020-05-10 15:55:35 +00:00
<property>/sim/current-view/internal</property>
2019-10-14 16:48:35 +00:00
<factor>0.75</factor>
</volume>
</switch>
2020-10-13 19:50:22 +00:00
<switch>
<name>Pushbutton</name>
<mode>once</mode>
<type>avionics</type>
<path>Aircraft/A320-family/Sounds/Cockpit/pushbutton.wav</path>
<condition>
<property>/sim/sounde/pushbutton</property>
</condition>
<volume>
<property>sim/current-view/internal</property>
<factor>0.25</factor>
2020-10-13 19:50:22 +00:00
</volume>
</switch>
2019-10-14 16:48:35 +00:00
<switch>
<name>Flaps Lever</name>
<mode>once</mode>
<path>Aircraft/A320-family/Sounds/SASA/A320_flaplever.wav</path>
<condition>
<and>
<property>/sim/sounde/flaps-click</property>
</and>
</condition>
<volume>
2020-05-10 15:55:35 +00:00
<property>/sim/current-view/internal</property>
2019-10-14 16:48:35 +00:00
<factor>0.75</factor>
</volume>
</switch>
2020-05-11 17:01:44 +00:00
<switch>
<name>Speedbrake Lever</name>
<mode>once</mode>
<path>Aircraft/A320-family/Sounds/SASA/A320_flaplever.wav</path>
<condition>
<and>
<property>/sim/sounde/spdbrk-click</property>
<property>/sim/current-view/internal</property>
</and>
</condition>
<volume>
<factor>0.75</factor>
</volume>
</switch>
2019-10-14 16:48:35 +00:00
<switch>
<name>Flaps Motor</name>
<mode>in-transit</mode>
<path>Aircraft/A320-family/Sounds/SASA/A320_flapmotor.wav</path>
<property>/surface-positions/flap-pos-norm</property>
<volume>
<property>sim/sound/wingview</property>
</volume>
</switch>
<cvrtone>
<name>CVRtone</name>
<mode>once</mode>
<path>Aircraft/A320-family/Sounds/Cockpit/700hz.wav</path>
<condition>
<and>
<property>/sim/current-view/internal</property>
<equals>
<property>controls/CVR/tone</property>
<value>1</value>
</equals>
</and>
</condition>
<volume>
<factor>0.6</factor>
</volume>
</cvrtone>
<hftone>
<name>HF PTT tone</name>
<mode>looped</mode>
<path>Aircraft/A320-family/Sounds/Cockpit/1000hz.wav</path>
<condition>
<and>
<property>/sim/current-view/internal</property>
2020-04-21 14:54:55 +00:00
<property>/systems/comm/hf/tone1000hz-1</property>
<property>/controls/audio/acp[0]/hf1-recive</property>
</and>
</condition>
<volume>
<property>controls/audio/acp[0]/hf1-volume</property>
<factor>0.4</factor>
</volume>
</hftone>
<hftone>
<name>HF PTT tone 2</name>
<mode>looped</mode>
<path>Aircraft/A320-family/Sounds/Cockpit/1000hz.wav</path>
<condition>
<and>
<property>/sim/current-view/internal</property>
<property>/systems/comm/hf/tone1000hz-2</property>
<property>/controls/audio/acp[0]/hf2-recive</property>
</and>
</condition>
<volume>
2020-04-21 14:54:55 +00:00
<property>controls/audio/acp[0]/hf2-volume</property>
<factor>0.4</factor>
</volume>
</hftone>
<hfstatic>
<name>HF static</name>
<mode>looped</mode>
<path>Aircraft/A320-family/Sounds/Cockpit/hf-radio-static.wav</path>
<condition>
<and>
<property>/sim/current-view/internal</property>
2020-04-21 14:54:55 +00:00
<property>/systems/comm/hf/reception-1</property>
<property>/controls/audio/acp[0]/hf1-recive</property>
<not><property>/systems/comm/hf/tone1000hz-1</property></not>
</and>
</condition>
<volume>
<property>controls/audio/acp[0]/hf1-volume</property>
<factor>0.4</factor>
</volume>
</hfstatic>
<hfstatic>
<name>HF static 2</name>
<mode>looped</mode>
<path>Aircraft/A320-family/Sounds/Cockpit/hf-radio-static.wav</path>
<condition>
<and>
<property>/sim/current-view/internal</property>
<property>/systems/comm/hf/reception-2</property>
<property>/controls/audio/acp[0]/hf2-recive</property>
<not><property>/systems/comm/hf/tone1000hz-2</property></not>
</and>
</condition>
<volume>
2020-04-21 14:54:55 +00:00
<property>controls/audio/acp[0]/hf2-volume</property>
<factor>0.4</factor>
</volume>
</hfstatic>
2019-10-14 16:48:35 +00:00
<relay>
<name>RelayBatt1</name>
<mode>once</mode>
<path>Aircraft/A320-family/Sounds/Cockpit/relay-battery.wav</path>
2020-08-13 09:58:13 +00:00
<property>/sim/sounde/relay-batt-1</property>
2019-10-14 16:48:35 +00:00
<volume>
2020-05-10 15:55:35 +00:00
<property>/sim/current-view/internal</property>
2020-08-13 10:16:27 +00:00
<factor>0.4</factor>
2019-10-14 16:48:35 +00:00
</volume>
</relay>
<relay>
<name>RelayBatt2</name>
<mode>once</mode>
<path>Aircraft/A320-family/Sounds/Cockpit/relay-battery.wav</path>
2020-08-13 09:58:13 +00:00
<property>/sim/sounde/relay-batt-2</property>
2019-10-14 16:48:35 +00:00
<volume>
2020-05-10 15:55:35 +00:00
<property>/sim/current-view/internal</property>
2020-08-13 10:16:27 +00:00
<factor>0.4</factor>
2019-10-14 16:48:35 +00:00
</volume>
</relay>
<relay>
<name>RelayEXT</name>
<mode>once</mode>
<path>Aircraft/A320-family/Sounds/Cockpit/relay-external.wav</path>
2020-08-13 09:58:13 +00:00
<property>/sim/sounde/relay-ext</property>
2019-10-14 16:48:35 +00:00
<volume>
2020-05-10 15:55:35 +00:00
<property>/sim/current-view/internal</property>
<factor>0.8</factor>
2019-10-14 16:48:35 +00:00
</volume>
</relay>
<relay>
<name>RelayAPU</name>
<mode>once</mode>
<path>Aircraft/A320-family/Sounds/Cockpit/relay-apu.wav</path>
2020-08-13 09:58:13 +00:00
<property>/sim/sounde/relay-apu</property>
2019-10-14 16:48:35 +00:00
<volume>
2020-05-10 15:55:35 +00:00
<property>/sim/current-view/internal</property>
<factor>0.8</factor>
2019-10-14 16:48:35 +00:00
</volume>
</relay>
<relay>
<name>Avionics</name>
<mode>looped</mode>
<path>Aircraft/A320-family/Sounds/320efis.wav</path>
<condition>
<and>
<property>/sim/current-view/internal</property>
<or>
<greater-than>
<property>/systems/electrical/bus/ac-1</property>
<value>110</value>
</greater-than>
<greater-than>
<property>/systems/electrical/bus/ac-2</property>
<value>110</value>
</greater-than>
</or>
</and>
</condition>
<volume>
<factor>0.6</factor>
</volume>
</relay>
<announcements>
<name>fa_boarding</name>
2019-10-14 16:48:35 +00:00
<mode>once</mode>
<path>Aircraft/A320-family/Sounds/Announce/fa_boarding.wav</path>
2019-10-14 16:48:35 +00:00
<condition>
<equals>
<property>/sim/sounde/fa_boarding</property>
2019-10-14 16:48:35 +00:00
<value>1</value>
</equals>
</condition>
<volume>
2020-05-10 15:55:35 +00:00
<property>/sim/current-view/internal</property>
2019-10-14 16:48:35 +00:00
<factor>0.6</factor>
</volume>
</announcements>
<announcements>
<name>fa_welcome</name>
2019-10-14 16:48:35 +00:00
<mode>once</mode>
<path>Aircraft/A320-family/Sounds/Announce/fa_welcome.wav</path>
2019-10-14 16:48:35 +00:00
<condition>
<equals>
<property>/sim/sounde/fa_welcome</property>
2019-10-14 16:48:35 +00:00
<value>1</value>
</equals>
</condition>
<volume>
2020-05-10 15:55:35 +00:00
<property>/sim/current-view/internal</property>
2019-10-14 16:48:35 +00:00
<factor>0.6</factor>
</volume>
</announcements>
<announcements>
<name>cpt_welcome</name>
2019-10-14 16:48:35 +00:00
<mode>once</mode>
<path>Aircraft/A320-family/Sounds/Announce/cpt_welcome.wav</path>
2019-10-14 16:48:35 +00:00
<condition>
<equals>
<property>/sim/sounde/cpt_welcome</property>
2019-10-14 16:48:35 +00:00
<value>1</value>
</equals>
</condition>
<volume>
2020-05-10 15:55:35 +00:00
<property>/sim/current-view/internal</property>
2019-10-14 16:48:35 +00:00
<factor>0.6</factor>
</volume>
</announcements>
<announcements>
<name>cpt_doors</name>
2019-10-14 16:48:35 +00:00
<mode>once</mode>
<path>Aircraft/A320-family/Sounds/Announce/cpt_doors.wav</path>
2019-10-14 16:48:35 +00:00
<condition>
<equals>
<property>/sim/sounde/cpt_doors</property>
2019-10-14 16:48:35 +00:00
<value>1</value>
</equals>
</condition>
<volume>
2020-05-10 15:55:35 +00:00
<property>/sim/current-view/internal</property>
2019-10-14 16:48:35 +00:00
<factor>0.6</factor>
</volume>
</announcements>
<announcements>
<name>fa_safety</name>
2019-10-14 16:48:35 +00:00
<mode>once</mode>
<path>Aircraft/A320-family/Sounds/Announce/fa_safety.wav</path>
2019-10-14 16:48:35 +00:00
<condition>
<equals>
<property>/sim/sounde/fa_safety</property>
2019-10-14 16:48:35 +00:00
<value>1</value>
</equals>
</condition>
<volume>
2020-05-10 15:55:35 +00:00
<property>/sim/current-view/internal</property>
2019-10-14 16:48:35 +00:00
<factor>0.6</factor>
</volume>
</announcements>
<announcements>
<name>cpt_takeoff</name>
2019-10-14 16:48:35 +00:00
<mode>once</mode>
<path>Aircraft/A320-family/Sounds/Announce/cpt_takeoff.wav</path>
2019-10-14 16:48:35 +00:00
<condition>
<equals>
<property>/sim/sounde/cpt_takeoff</property>
<value>1</value>
</equals>
</condition>
<volume>
<property>/sim/current-view/internal</property>
<factor>0.6</factor>
</volume>
</announcements>
<announcements>
<name>fa_seatbelt10k</name>
<mode>once</mode>
<path>Aircraft/A320-family/Sounds/Announce/fa_seatbelt10k.wav</path>
<condition>
<equals>
<property>/sim/sounde/fa_seatbelt10k</property>
<value>1</value>
</equals>
</condition>
<volume>
<property>/sim/current-view/internal</property>
<factor>0.6</factor>
</volume>
</announcements>
<announcements>
<name>fa_descent</name>
<mode>once</mode>
<path>Aircraft/A320-family/Sounds/Announce/fa_descent.wav</path>
<condition>
<equals>
<property>/sim/sounde/fa_descent</property>
<value>1</value>
</equals>
</condition>
<volume>
<property>/sim/current-view/internal</property>
<factor>0.6</factor>
</volume>
</announcements>
<announcements>
<name>cpt_landing</name>
<mode>once</mode>
<path>Aircraft/A320-family/Sounds/Announce/cpt_landing.wav</path>
<condition>
<equals>
<property>/sim/sounde/cpt_landing</property>
<value>1</value>
</equals>
</condition>
<volume>
<property>/sim/current-view/internal</property>
<factor>0.6</factor>
</volume>
</announcements>
<announcements>
<name>fa_landed</name>
<mode>once</mode>
<path>Aircraft/A320-family/Sounds/Announce/fa_landed.wav</path>
<condition>
<equals>
<property>/sim/sounde/fa_landed</property>
2019-10-14 16:48:35 +00:00
<value>1</value>
</equals>
</condition>
<volume>
2020-05-10 15:55:35 +00:00
<property>/sim/current-view/internal</property>
2019-10-14 16:48:35 +00:00
<factor>0.6</factor>
</volume>
</announcements>
2021-07-29 12:51:23 +00:00
<announcements>
<name>depressurization</name>
<mode>once</mode>
<path>Aircraft/A320-family/Sounds/Announce/depressurization.wav</path>
<condition>
<equals>
<property>/systems/oxygen/passenger-oxygen/sys-on-light</property>
<value>1</value>
</equals>
</condition>
<volume>
<property>/sim/current-view/internal</property>
<factor>2.0</factor>
</volume>
</announcements>
<chime>
2021-07-24 11:42:25 +00:00
<name>Click</name>
<path>Aircraft/A320-family/Sounds/Cockpit/click.wav</path>
<mode>once</mode>
<type>avionics</type>
<condition>
<property>/sim/sound/warnings/click</property>
</condition>
<volume>
<property>/sim/current-view/internal</property>
</volume>
<reference-dist>10</reference-dist>
<max-dist>100</max-dist>
</chime>
2019-10-14 16:48:35 +00:00
<chime>
<name>Chime</name>
<path>Aircraft/A320-family/Sounds/Cockpit/chime.wav</path>
<mode>once</mode>
<type>avionics</type>
<condition>
<property>/sim/sound/warnings/chime</property>
</condition>
2020-01-23 14:14:48 +00:00
<volume>
<property>/sim/current-view/internal</property>
</volume>
2019-10-14 16:48:35 +00:00
<reference-dist>10</reference-dist>
<max-dist>100</max-dist>
</chime>
<crc>
<name>CRC</name>
<path>Aircraft/A320-family/Sounds/Cockpit/crc.wav</path>
<mode>looped</mode>
<type>avionics</type>
<condition>
<and>
<property>/ECAM/warnings/master-warning-light</property>
<property>/sim/sound/warnings/crc</property>
</and>
</condition>
<volume>
<property>/sim/current-view/internal</property>
2019-10-14 16:48:35 +00:00
<factor>0.8</factor>
</volume>
<reference-dist>10</reference-dist>
<max-dist>100</max-dist>
</crc>
<cricket>
<name>Cricket</name>
<path>Aircraft/A320-family/Sounds/Cockpit/cricket.wav</path>
<mode>looped</mode>
<type>avionics</type>
<delay-sec>1.5</delay-sec>
<condition>
<property>/sim/sound/warnings/cricket</property>
</condition>
<volume>
<property>/sim/current-view/internal</property>
2020-03-17 13:08:07 +00:00
<factor>0.4</factor>
</volume>
<reference-dist>10</reference-dist>
<max-dist>100</max-dist>
</cricket>
2020-03-17 13:08:07 +00:00
<cchord>
2020-03-17 13:08:07 +00:00
<name>C-chord</name>
<path>Aircraft/A320-family/Sounds/Cockpit/c-chord.wav</path>
2020-03-17 13:08:07 +00:00
<mode>looped</mode>
<type>avionics</type>
<condition>
<property>/sim/sound/warnings/cchord</property>
</condition>
<volume>
<property>/sim/current-view/internal</property>
2020-03-17 13:08:07 +00:00
<factor>0.6</factor>
</volume>
<reference-dist>10</reference-dist>
<max-dist>100</max-dist>
</cchord>
2019-10-14 16:48:35 +00:00
<stall-voice>
<name>stall-voice</name>
<mode>once</mode>
2019-10-14 16:48:35 +00:00
<path>Aircraft/A320-family/Sounds/Cockpit/stall_voice.wav</path>
<type>avionics</type>
<condition>
<property>/sim/sound/warnings/stall-voice</property>
2019-10-14 16:48:35 +00:00
</condition>
<volume>
<property>/sim/current-view/internal</property>
<factor>2.0</factor>
</volume>
2019-10-14 16:48:35 +00:00
<reference-dist>10</reference-dist>
<max-dist>100.0</max-dist>
</stall-voice>
2020-05-04 20:15:13 +00:00
<rain>
<name>RainInside</name>
<mode>looped</mode>
<path>Aircraft/A320-family/Sounds/Effects/rain.wav</path>
<condition>
<property>sim/current-view/internal</property>
<greater-than>
<property>/environment/rain-norm</property>
<value>0</value>
</greater-than>
</condition>
<volume>
<property>/environment/rain-norm</property>
<factor>0.095</factor>
</volume>
</rain>
<rain-windshield>
<name>RainWindshieldInside</name>
<mode>looped</mode>
<path>Aircraft/A320-family/Sounds/Effects/rain-windshield.wav</path>
<condition>
<property>sim/current-view/internal</property>
<greater-than>
<property>/environment/rain-norm</property>
<value>0</value>
</greater-than>
</condition>
<volume>
<property>velocities/airspeed-kt</property>
<factor>0.0075</factor>
<min>0.04</min>
<max>0.38</max>
</volume>
</rain-windshield>
<thunder1>
<name>thunder1</name>
<mode>once</mode>
<path>Aircraft/A320-family/Sounds/Effects/thunder1.wav</path>
<type>avionics</type>
<property>sim/sound/thunder1</property>
<pitch>
<property>sim/sound/dist-thunder1</property>
<factor>2</factor>
<offset>0.50</offset>
<min>1.00</min>
<max>2.00</max>
</pitch>
<volume>
<property>sim/sound/dist-thunder1</property>
</volume>
</thunder1>
<thunder2>
<name>thunder2</name>
<mode>once</mode>
<path>Aircraft/A320-family/Sounds/Effects/thunder2.wav</path>
<type>avionics</type>
<property>sim/sound/thunder2</property>
<pitch>
<property>sim/sound/dist-thunder2</property>
<factor>2</factor>
<offset>0.50</offset>
<min>1.00</min>
<max>2.00</max>
</pitch>
<volume>
<property>sim/sound/dist-thunder2</property>
</volume>
</thunder2>
<thunder3>
<name>thunder3</name>
<mode>once</mode>
<path>Aircraft/A320-family/Sounds/Effects/thunder3.wav</path>
<type>avionics</type>
<property>sim/sound/thunder3</property>
<pitch>
<property>sim/sound/dist-thunder3</property>
<factor>1</factor>
<offset>0.50</offset>
<min>1.00</min>
<max>2.00</max>
</pitch>
<volume>
<property>sim/sound/dist-thunder3</property>
</volume>
</thunder3>
<thunder4>
<name>thunder4</name>
<mode>once</mode>
<path>Aircraft/A320-family/Sounds/Effects/thunder4.wav</path>
<type>avionics</type>
<property>sim/sound/thunder4</property>
<pitch>
<property>sim/sound/dist-thunder4</property>
<factor>1</factor>
<offset>0.50</offset>
<min>1.00</min>
<max>2.00</max>
</pitch>
<volume>
<property>sim/sound/dist-thunder4</property>
</volume>
</thunder4>
<pushback>
<name>Pushback_outside</name>
<mode>looped</mode>
<path>Aircraft/A320-family/Sounds/Effects/pushback.wav</path>
<condition>
<and>
<not>
<property>/sim/current-view/internal</property>
</not>
<property>/sim/model/autopush/enabled</property>
</and>
</condition>
<volume>0.15</volume>
2020-05-04 20:15:13 +00:00
</pushback>
<pushback>
<name>Pushback_inside</name>
<mode>looped</mode>
<path>Aircraft/A320-family/Sounds/Effects/pushback.wav</path>
<condition>
<and>
<property>/sim/current-view/internal</property>
<property>/sim/model/autopush/enabled</property>
</and>
</condition>
<volume>0.05</volume>
2020-05-04 20:15:13 +00:00
</pushback>
2020-07-03 22:12:14 +00:00
<gear-screech>
<name>gear-screech</name>
<mode>once</mode>
<path>Aircraft/A320-family/Sounds/Effects/tires-screech-asphalt.wav</path>
<condition>
<and>
<or>
2021-01-20 10:29:23 +00:00
<and>
2021-01-20 19:32:21 +00:00
<greater-than>
<property>/fdm/jsbsim/fcs/left-brake-cmd-norm</property>
<value>0.95</value>
</greater-than>
2021-01-20 10:29:23 +00:00
<equals>
<property>/gear/gear[1]/wow</property>
<value>1</value>
</equals>
2021-01-20 19:32:21 +00:00
</and>
<and>
<greater-than>
<property>/fdm/jsbsim/fcs/right-brake-cmd-norm</property>
<value>0.95</value>
</greater-than>
2021-01-20 10:29:23 +00:00
<equals>
<property>/gear/gear[2]/wow</property>
<value>1</value>
</equals>
2021-01-20 19:32:21 +00:00
</and>
2020-07-03 22:12:14 +00:00
</or>
<greater-than>
<property>/velocities/groundspeed-kt</property>
<value>5</value>
</greater-than>
</and>
</condition>
<volume>
<property>/sim/current-view/internal</property>
<factor>2</factor>
</volume>
<reference-dist>10</reference-dist>
<max-dist>200.0</max-dist>
</gear-screech>
<gear-screech-looped>
<name>gear-screech looped</name>
<mode>looped</mode>
<path>Aircraft/A320-family/Sounds/Effects/tires-screech-asphalt.wav</path>
<condition>
<and>
<or>
<greater-than>
<property>/fdm/jsbsim/gear/unit[0]/slip-angle-deg</property>
<value>35</value>
</greater-than>
<greater-than>
<property>/fdm/jsbsim/gear/unit[0]/side_friction_coeff</property>
<value>0.95</value>
</greater-than>
</or>
<greater-than>
<property>/velocities/groundspeed-kt</property>
<value>5</value>
</greater-than>
</and>
</condition>
<volume>
<property>/sim/current-view/internal</property>
<factor>2</factor>
</volume>
<reference-dist>10</reference-dist>
<max-dist>200.0</max-dist>
</gear-screech-looped>
2019-10-14 16:48:35 +00:00
</fx>
</PropertyList>