diff --git a/.gitignore b/.gitignore index 24d6568e..71dc2c1b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,6 @@ *.*~ .*~ MyDevWIP -SHS -AKV.* # ignore swap files *.swp *.swo diff --git a/A320-100-CFM-set.xml b/A320-100-CFM-set.xml index 25d2b123..d93d2dfe 100644 --- a/A320-100-CFM-set.xml +++ b/A320-100-CFM-set.xml @@ -7,7 +7,7 @@ <sim> <sound> - <path>Aircraft/IDG-A32X/Sounds/cfm56-sound.xml</path> + <path>Aircraft/IDG-A32X/Sounds/cfm56a-sound.xml</path> </sound> <checklists include="A32X-Checklists.xml"/> <description>Airbus A320-111 (CFM56-5A1)</description> diff --git a/A320-main.xml b/A320-main.xml index fceba4fa..86115f41 100644 --- a/A320-main.xml +++ b/A320-main.xml @@ -3,7 +3,6 @@ <!-- Copyright (c) 2019 Joshua Davidson (Octal450) --> <PropertyList> - <sim> <author>Immersive Design Group: Joshua Davidson (Octal450), Jonathan Redpath (legoboyvdlp), Thorsten Herrmann (TH-555)</author> @@ -159,6 +158,13 @@ <!-- 10 is sound --> </systems> + <sound> + <wingview-aft type="bool">0</wingview-aft> + <wingview-fwd type="bool">0</wingview-fwd> + <internal-custom type="bool">0</internal-custom> + <suppress-warning type="bool">1</suppress-warning> + </sound> + <sounde> <seatbelt-sign type="bool">0</seatbelt-sign> <no-smoking-sign type="bool">0</no-smoking-sign> @@ -168,6 +174,7 @@ <knb1 type="bool">0</knb1> <oh-btn type="bool">0</oh-btn> <switch1 type="bool">0</switch1> + <flaps-click type="bool">0</flaps-click> </sounde> <instrumentation> diff --git a/A320neo-CFM-set.xml b/A320neo-CFM-set.xml index 9f82c1cb..53dde178 100644 --- a/A320neo-CFM-set.xml +++ b/A320neo-CFM-set.xml @@ -161,7 +161,7 @@ <path>Aircraft/IDG-A32X/Systems/fadec-cfm.xml</path> </autopilot> <autopilot n="10"> - <path>Aircraft/IDG-A32X/Systems/cfm56-sound.xml</path> + <path>Aircraft/IDG-A32X/Systems/leapx-sound.xml</path> </autopilot> </systems> diff --git a/A320neo-PW-set.xml b/A320neo-PW-set.xml index 7db53935..18c07c08 100644 --- a/A320neo-PW-set.xml +++ b/A320neo-PW-set.xml @@ -161,7 +161,7 @@ <path>Aircraft/IDG-A32X/Systems/fadec-cfm.xml</path> </autopilot> <autopilot n="10"> - <path>Aircraft/IDG-A32X/Systems/cfm56-sound.xml</path> + <path>Aircraft/IDG-A32X/Systems/leapx-sound.xml</path> </autopilot> </systems> diff --git a/Nasal/libraries.nas b/Nasal/libraries.nas index fa0c8867..8a2334fb 100644 --- a/Nasal/libraries.nas +++ b/Nasal/libraries.nas @@ -136,6 +136,18 @@ setlistener("/controls/lighting/no-smoking-sign", func { }, 1); }, 0, 0); +setlistener("/controls/flight/flap-lever", func { + props.globals.getNode("/sim/sounde/flaps-click").setBoolValue(1); +}, 0, 0); + +setlistener("/sim/sounde/flaps-click", func { + if (!getprop("/sim/sounde/flaps-click")) { + return; + } + settimer(func { + props.globals.getNode("/sim/sounde/flaps-click").setBoolValue(0); + }, 0.4); +}); ######### # Doors # ######### diff --git a/Sounds/FL2070/320efis.wav b/Sounds/320efis.wav similarity index 100% rename from Sounds/FL2070/320efis.wav rename to Sounds/320efis.wav diff --git a/Sounds/A320-common-sound.xml b/Sounds/A320-common-sound.xml index 4d0beddf..aa5000e5 100644 --- a/Sounds/A320-common-sound.xml +++ b/Sounds/A320-common-sound.xml @@ -5,45 +5,45 @@ <apu> <name>apu_in</name> <mode>looped</mode> - <path>apu/apu_inside.wav</path> + <path>Aircraft/IDG-A32X/Sounds/SASA/A320.wav</path> <condition> <property>sim/current-view/internal</property> </condition> <volume> <property>/systems/apu/rpm</property> <factor>0.005</factor> - <min>0</min> + <max>0.25</max> </volume> <pitch> <property>/systems/apu/rpm</property> - <factor>0.01</factor> - <offset>0</offset> + <factor>0.05</factor> + <offset>-2</offset> </pitch> </apu> <apu> <name>apu_out</name> <mode>looped</mode> - <path>apu/turbine.wav</path> + <path>Aircraft/IDG-A32X/Sounds/SASA/x320_apu.wav</path> <condition> <not><property>sim/current-view/internal</property></not> </condition> <volume> <property>/systems/apu/rpm</property> <factor>0.005</factor> - <min>0</min> </volume> <pitch> <property>/systems/apu/rpm</property> <factor>0.01</factor> <offset>0</offset> </pitch> + <reference-dist>60</reference-dist> </apu> <hyd-yellow> <name>yellowHydPump</name> <mode>looped</mode> - <path>yellowHydPump.wav</path> + <path>Aircraft/IDG-A32X/Sounds/yellowHydPump.wav</path> <condition> <and> <equals> @@ -76,7 +76,7 @@ <announcement> <name>PurserSnacks</name> <mode>once</mode> - <path>purserSnacks.wav</path> + <path>Aircraft/IDG-A32X/Sounds/Announce/purserSnacks.wav</path> <condition> <equals> <property>/controls/switches/cabinCall</property> @@ -93,7 +93,7 @@ <announcement> <name>MechCall</name> <mode>once</mode> - <path>mechCall.wav</path> + <path>Aircraft/IDG-A32X/Sounds/Announce/mechCall.wav</path> <condition> <equals> <property>/controls/switches/mechCall</property> @@ -110,7 +110,7 @@ <announcement> <name>EmerCall</name> <mode>once</mode> - <path>tripleBelt.wav</path> + <path>Aircraft/IDG-A32X/Sounds/tripleBelt.wav</path> <condition> <equals> <property>/controls/switches/emerCall</property> @@ -127,7 +127,7 @@ <callout> <name>V1</name> <mode>once</mode> - <path>V1.wav</path> + <path>Aircraft/IDG-A32X/Sounds/V1.wav</path> <condition> <and> <equals> @@ -890,7 +890,7 @@ <gear> <name>gear0</name> <mode>in-transit</mode> - <path>FL2070/320gear.wav</path> + <path>Aircraft/IDG-A32X/Sounds/SASA/A320_gear.wav</path> <property>gear/gear[0]/position-norm</property> <volume> <property>sim/sounde/gear-vol</property> @@ -900,7 +900,7 @@ <gear> <name>gear1</name> <mode>in-transit</mode> - <path>FL2070/320gear.wav</path> + <path>Aircraft/IDG-A32X/Sounds/SASA/A320_gear.wav</path> <property>gear/gear[1]/position-norm</property> <volume> <property>sim/sounde/gear-vol</property> @@ -910,7 +910,7 @@ <gear> <name>gear2</name> <mode>in-transit</mode> - <path>FL2070/320gear.wav</path> + <path>Aircraft/IDG-A32X/Sounds/SASA/A320_gear.wav</path> <property>gear/gear[2]/position-norm</property> <volume> <property>sim/sounde/gear-vol</property> @@ -918,7 +918,24 @@ </gear> <wind> - <path>FL2070/320wind.wav</path> + <path>Aircraft/IDG-A32X/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</property> + <offset>0</offset> + </volume> + <pitch> + <property>sim/sound/other/windp</property> + <offset>0</offset> + </pitch> + </wind> + + <wind> + <path>Aircraft/IDG-A32X/Sounds/SASA/wind_cabin.wav</path> <mode>looped</mode> <name>wind</name> <condition> @@ -934,10 +951,23 @@ </pitch> </wind> + <ac> + <path>Aircraft/IDG-A32X/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> + <offset>0.2</offset> + </volume> + </ac> + <wow> <mode>once</mode> <name>wow0</name> - <path>FL2070/320touch.wav</path> + <path>Aircraft/IDG-A32X/Sounds/SASA/Touch-Nose.wav</path> <condition> <property>gear/gear[0]/wow</property> </condition> @@ -946,7 +976,7 @@ <wow> <mode>once</mode> <name>wow1</name> - <path>FL2070/320touch.wav</path> + <path>Aircraft/IDG-A32X/Sounds/SASA/Touch-Main.wav</path> <condition> <property>gear/gear[1]/wow</property> </condition> @@ -955,12 +985,93 @@ <wow> <mode>once</mode> <name>wow2</name> - <path>FL2070/320touch.wav</path> + <path>Aircraft/IDG-A32X/Sounds/SASA/Touch-Main.wav</path> <condition> <property>gear/gear[2]/wow</property> </condition> </wow> + <roll> + <name>roll1c</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/Cockpit_Roll.wav</path> + <property>gear/gear[0]/wow</property> + <volume> + <property>sim/sound/other/cockpit-roll</property> + <factor>1</factor> + </volume> + <pitch> + <property>sim/sound/other/rollp</property> + </pitch> + </roll> + + <roll> + <name>roll2c</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/Cockpit_Roll.wav</path> + <property>gear/gear[1]/wow</property> + + <volume> + <property>sim/sound/other/cockpit-roll</property> + <factor>1</factor> + </volume> + </roll> + + <roll> + <name>roll3c</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/Cockpit_Roll.wav</path> + <property>gear/gear[2]/wow</property> + <volume> + <property>sim/sound/other/cockpit-roll</property> + <factor>1</factor> + </volume> + <pitch> + <property>sim/sound/other/rollp</property> + </pitch> + </roll> + + + <roll> + <name>roll1</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/Roll.wav</path> + <property>gear/gear[0]/wow</property> + <volume> + <property>sim/sound/other/roll</property> + <factor>1</factor> + </volume> + <pitch> + <property>sim/sound/other/rollp</property> + </pitch> + </roll> + + <roll> + <name>roll2</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/Roll.wav</path> + <property>gear/gear[1]/wow</property> + + <volume> + <property>sim/sound/other/roll</property> + <factor>1</factor> + </volume> + </roll> + + <roll> + <name>roll3</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/Roll.wav</path> + <property>gear/gear[2]/wow</property> + <volume> + <property>sim/sound/other/roll</property> + <factor>1</factor> + </volume> + <pitch> + <property>sim/sound/other/rollp</property> + </pitch> + </roll> + <detenta> <mode>once</mode> <name>detendaa</name> @@ -1296,6 +1407,32 @@ </volume> </switch> + <switch> + <name>Flaps Lever</name> + <mode>once</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/A320_flaplever.wav</path> + <condition> + <and> + <property>/sim/sounde/flaps-click</property> + <property>/sim/current-view/internal</property> + </and> + </condition> + <volume> + <factor>0.75</factor> + </volume> + </switch> + + <switch> + <name>Flaps Motor</name> + <mode>in-transit</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/A320_flapmotor.wav</path> + <property>/surface-positions/flap-pos-norm</property> + <volume> + <property>/sim/sound/other/flaps</property> + <factor>0.75</factor> + </volume> + </switch> + <cvrtone> <name>CVRtone</name> <mode>once</mode> @@ -1383,7 +1520,7 @@ <relay> <name>Avionics</name> <mode>looped</mode> - <path>Aircraft/IDG-A32X/Sounds/FL2070/320efis.wav</path> + <path>Aircraft/IDG-A32X/Sounds/320efis.wav</path> <condition> <and> <property>sim/current-view/internal</property> @@ -1407,7 +1544,7 @@ <announcements> <name>welcomeFA</name> <mode>once</mode> - <path>Aircraft/IDG-A32X/Sounds/welcome.wav</path> + <path>Aircraft/IDG-A32X/Sounds/Announce/welcome.wav</path> <condition> <equals> <property>/sim/sounde/welcomefa</property> @@ -1422,7 +1559,7 @@ <announcements> <name>welcomeCA</name> <mode>once</mode> - <path>Aircraft/IDG-A32X/Sounds/captwelcome.wav</path> + <path>Aircraft/IDG-A32X/Sounds/Announce/captwelcome.wav</path> <condition> <equals> <property>/sim/sounde/welcomecapt</property> @@ -1437,7 +1574,7 @@ <announcements> <name>doorsDep</name> <mode>once</mode> - <path>Aircraft/IDG-A32X/Sounds/doorsdepart.wav</path> + <path>Aircraft/IDG-A32X/Sounds/Announce/doorsdepart.wav</path> <condition> <equals> <property>/sim/sounde/doors</property> @@ -1452,7 +1589,7 @@ <announcements> <name>PrepTo</name> <mode>once</mode> - <path>Aircraft/IDG-A32X/Sounds/takeoff.wav</path> + <path>Aircraft/IDG-A32X/Sounds/Announce/takeoff.wav</path> <condition> <equals> <property>/sim/sounde/prepareto</property> @@ -1467,7 +1604,7 @@ <announcements> <name>seatbeltOff</name> <mode>once</mode> - <path>Aircraft/IDG-A32X/Sounds/belt10k.wav</path> + <path>Aircraft/IDG-A32X/Sounds/Announce/belt10k.wav</path> <condition> <equals> <property>/sim/sounde/seatbelt-10k</property> @@ -1482,7 +1619,7 @@ <announcements> <name>safety</name> <mode>once</mode> - <path>Aircraft/IDG-A32X/Sounds/safety.wav</path> + <path>Aircraft/IDG-A32X/Sounds/Announce/safety.wav</path> <condition> <equals> <property>/sim/sounde/safety</property> @@ -1544,6 +1681,5 @@ <reference-dist>10</reference-dist> <max-dist>100.0</max-dist> </stall-voice> - </fx> </PropertyList> \ No newline at end of file diff --git a/Sounds/belt10k.wav b/Sounds/Announce/belt10k.wav similarity index 100% rename from Sounds/belt10k.wav rename to Sounds/Announce/belt10k.wav diff --git a/Sounds/captwelcome.wav b/Sounds/Announce/captwelcome.wav similarity index 100% rename from Sounds/captwelcome.wav rename to Sounds/Announce/captwelcome.wav diff --git a/Sounds/doorsdepart.wav b/Sounds/Announce/doorsdepart.wav similarity index 100% rename from Sounds/doorsdepart.wav rename to Sounds/Announce/doorsdepart.wav diff --git a/Sounds/mechCall.wav b/Sounds/Announce/mechCall.wav similarity index 100% rename from Sounds/mechCall.wav rename to Sounds/Announce/mechCall.wav diff --git a/Sounds/purserSnacks.wav b/Sounds/Announce/purserSnacks.wav similarity index 100% rename from Sounds/purserSnacks.wav rename to Sounds/Announce/purserSnacks.wav diff --git a/Sounds/safety.wav b/Sounds/Announce/safety.wav similarity index 100% rename from Sounds/safety.wav rename to Sounds/Announce/safety.wav diff --git a/Sounds/takeoff.wav b/Sounds/Announce/takeoff.wav similarity index 100% rename from Sounds/takeoff.wav rename to Sounds/Announce/takeoff.wav diff --git a/Sounds/welcome.wav b/Sounds/Announce/welcome.wav similarity index 100% rename from Sounds/welcome.wav rename to Sounds/Announce/welcome.wav diff --git a/Sounds/FL2070/320cabinalert.wav b/Sounds/FL2070/320cabinalert.wav deleted file mode 100644 index c5e24f7e..00000000 Binary files a/Sounds/FL2070/320cabinalert.wav and /dev/null differ diff --git a/Sounds/FL2070/320flaps.wav b/Sounds/FL2070/320flaps.wav deleted file mode 100644 index 07201892..00000000 Binary files a/Sounds/FL2070/320flaps.wav and /dev/null differ diff --git a/Sounds/FL2070/320gear.wav b/Sounds/FL2070/320gear.wav deleted file mode 100644 index 8f7c71af..00000000 Binary files a/Sounds/FL2070/320gear.wav and /dev/null differ diff --git a/Sounds/FL2070/320roll.wav b/Sounds/FL2070/320roll.wav deleted file mode 100644 index 23b5d22f..00000000 Binary files a/Sounds/FL2070/320roll.wav and /dev/null differ diff --git a/Sounds/FL2070/320touch.wav b/Sounds/FL2070/320touch.wav deleted file mode 100644 index 7d61dd47..00000000 Binary files a/Sounds/FL2070/320touch.wav and /dev/null differ diff --git a/Sounds/FL2070/320wind.wav b/Sounds/FL2070/320wind.wav deleted file mode 100644 index 825104d8..00000000 Binary files a/Sounds/FL2070/320wind.wav and /dev/null differ diff --git a/Sounds/FL2070/axx24.wav b/Sounds/FL2070/axx24.wav deleted file mode 100644 index e6f6aae6..00000000 Binary files a/Sounds/FL2070/axx24.wav and /dev/null differ diff --git a/Sounds/FL2070/cfm11a.wav b/Sounds/FL2070/cfm11a.wav deleted file mode 100644 index 049dd40a..00000000 Binary files a/Sounds/FL2070/cfm11a.wav and /dev/null differ diff --git a/Sounds/FL2070/cfm11b.wav b/Sounds/FL2070/cfm11b.wav deleted file mode 100644 index 7e8852be..00000000 Binary files a/Sounds/FL2070/cfm11b.wav and /dev/null differ diff --git a/Sounds/FL2070/cfm12a.wav b/Sounds/FL2070/cfm12a.wav deleted file mode 100644 index 38909fe3..00000000 Binary files a/Sounds/FL2070/cfm12a.wav and /dev/null differ diff --git a/Sounds/FL2070/cfm12b.wav b/Sounds/FL2070/cfm12b.wav deleted file mode 100644 index 2018f156..00000000 Binary files a/Sounds/FL2070/cfm12b.wav and /dev/null differ diff --git a/Sounds/FL2070/cfm13a.wav b/Sounds/FL2070/cfm13a.wav deleted file mode 100644 index ed8e7680..00000000 Binary files a/Sounds/FL2070/cfm13a.wav and /dev/null differ diff --git a/Sounds/FL2070/cfm13b.wav b/Sounds/FL2070/cfm13b.wav deleted file mode 100644 index ed8e7680..00000000 Binary files a/Sounds/FL2070/cfm13b.wav and /dev/null differ diff --git a/Sounds/FL2070/iae11a.wav b/Sounds/FL2070/iae11a.wav deleted file mode 100644 index e99c071e..00000000 Binary files a/Sounds/FL2070/iae11a.wav and /dev/null differ diff --git a/Sounds/FL2070/iae11b.wav b/Sounds/FL2070/iae11b.wav deleted file mode 100644 index e99c071e..00000000 Binary files a/Sounds/FL2070/iae11b.wav and /dev/null differ diff --git a/Sounds/FL2070/iae12a.wav b/Sounds/FL2070/iae12a.wav deleted file mode 100644 index 7c4d7de1..00000000 Binary files a/Sounds/FL2070/iae12a.wav and /dev/null differ diff --git a/Sounds/FL2070/iae12b.wav b/Sounds/FL2070/iae12b.wav deleted file mode 100644 index 7c4d7de1..00000000 Binary files a/Sounds/FL2070/iae12b.wav and /dev/null differ diff --git a/Sounds/FL2070/iae13a.wav b/Sounds/FL2070/iae13a.wav deleted file mode 100644 index 89c4bd78..00000000 Binary files a/Sounds/FL2070/iae13a.wav and /dev/null differ diff --git a/Sounds/FL2070/iae13b.wav b/Sounds/FL2070/iae13b.wav deleted file mode 100644 index 89c4bd78..00000000 Binary files a/Sounds/FL2070/iae13b.wav and /dev/null differ diff --git a/Sounds/SASA/A320.wav b/Sounds/SASA/A320.wav new file mode 100644 index 00000000..fa761591 Binary files /dev/null and b/Sounds/SASA/A320.wav differ diff --git a/Sounds/SASA/A320_aircond.wav b/Sounds/SASA/A320_aircond.wav new file mode 100644 index 00000000..090adfd8 Binary files /dev/null and b/Sounds/SASA/A320_aircond.wav differ diff --git a/Sounds/SASA/A320_cabin.wav b/Sounds/SASA/A320_cabin.wav new file mode 100644 index 00000000..b57f9c92 Binary files /dev/null and b/Sounds/SASA/A320_cabin.wav differ diff --git a/Sounds/SASA/A320_flaplever.wav b/Sounds/SASA/A320_flaplever.wav new file mode 100644 index 00000000..2b165d2d Binary files /dev/null and b/Sounds/SASA/A320_flaplever.wav differ diff --git a/Sounds/SASA/A320_flapmotor.wav b/Sounds/SASA/A320_flapmotor.wav new file mode 100644 index 00000000..49d5f781 Binary files /dev/null and b/Sounds/SASA/A320_flapmotor.wav differ diff --git a/Sounds/SASA/A320_gear.wav b/Sounds/SASA/A320_gear.wav new file mode 100644 index 00000000..bd9cdeeb Binary files /dev/null and b/Sounds/SASA/A320_gear.wav differ diff --git a/Sounds/SASA/CFM56/cockpit/cfm-buzz.wav b/Sounds/SASA/CFM56/cockpit/cfm-buzz.wav new file mode 100644 index 00000000..1c836cd3 Binary files /dev/null and b/Sounds/SASA/CFM56/cockpit/cfm-buzz.wav differ diff --git a/Sounds/SASA/CFM56/cockpit/cfm-comb-full.wav b/Sounds/SASA/CFM56/cockpit/cfm-comb-full.wav new file mode 100644 index 00000000..db53d78c Binary files /dev/null and b/Sounds/SASA/CFM56/cockpit/cfm-comb-full.wav differ diff --git a/Sounds/SASA/CFM56/cockpit/cfm-comb.wav b/Sounds/SASA/CFM56/cockpit/cfm-comb.wav new file mode 100644 index 00000000..e30b5acb Binary files /dev/null and b/Sounds/SASA/CFM56/cockpit/cfm-comb.wav differ diff --git a/Sounds/SASA/CFM56/cockpit/cfm-hum.wav b/Sounds/SASA/CFM56/cockpit/cfm-hum.wav new file mode 100644 index 00000000..8d46856d Binary files /dev/null and b/Sounds/SASA/CFM56/cockpit/cfm-hum.wav differ diff --git a/Sounds/SASA/CFM56/cockpit/cfm-idle.wav b/Sounds/SASA/CFM56/cockpit/cfm-idle.wav new file mode 100644 index 00000000..4f3c53ed Binary files /dev/null and b/Sounds/SASA/CFM56/cockpit/cfm-idle.wav differ diff --git a/Sounds/SASA/CFM56/cockpit/cfm-idle2.wav b/Sounds/SASA/CFM56/cockpit/cfm-idle2.wav new file mode 100644 index 00000000..a1df84b3 Binary files /dev/null and b/Sounds/SASA/CFM56/cockpit/cfm-idle2.wav differ diff --git a/Sounds/SASA/CFM56/cockpit/cfm-lowspool.wav b/Sounds/SASA/CFM56/cockpit/cfm-lowspool.wav new file mode 100644 index 00000000..8aaa6429 Binary files /dev/null and b/Sounds/SASA/CFM56/cockpit/cfm-lowspool.wav differ diff --git a/Sounds/SASA/CFM56/cockpit/cfm-reverse.wav b/Sounds/SASA/CFM56/cockpit/cfm-reverse.wav new file mode 100644 index 00000000..6bd5d7f3 Binary files /dev/null and b/Sounds/SASA/CFM56/cockpit/cfm-reverse.wav differ diff --git a/Sounds/SASA/CFM56/cockpit/cfm-spool.wav b/Sounds/SASA/CFM56/cockpit/cfm-spool.wav new file mode 100644 index 00000000..14b23374 Binary files /dev/null and b/Sounds/SASA/CFM56/cockpit/cfm-spool.wav differ diff --git a/Sounds/SASA/CFM56/external/cfm-buzz.wav b/Sounds/SASA/CFM56/external/cfm-buzz.wav new file mode 100644 index 00000000..28be7777 Binary files /dev/null and b/Sounds/SASA/CFM56/external/cfm-buzz.wav differ diff --git a/Sounds/SASA/CFM56/external/cfm-buzzDist.wav b/Sounds/SASA/CFM56/external/cfm-buzzDist.wav new file mode 100644 index 00000000..deb3f0d3 Binary files /dev/null and b/Sounds/SASA/CFM56/external/cfm-buzzDist.wav differ diff --git a/Sounds/SASA/CFM56/external/cfm-idle.wav b/Sounds/SASA/CFM56/external/cfm-idle.wav new file mode 100644 index 00000000..7c4abd04 Binary files /dev/null and b/Sounds/SASA/CFM56/external/cfm-idle.wav differ diff --git a/Sounds/SASA/CFM56/external/cfm-idleClose.wav b/Sounds/SASA/CFM56/external/cfm-idleClose.wav new file mode 100644 index 00000000..48a6bf0f Binary files /dev/null and b/Sounds/SASA/CFM56/external/cfm-idleClose.wav differ diff --git a/Sounds/SASA/CFM56/external/cfm-idleDist.wav b/Sounds/SASA/CFM56/external/cfm-idleDist.wav new file mode 100644 index 00000000..59289c5c Binary files /dev/null and b/Sounds/SASA/CFM56/external/cfm-idleDist.wav differ diff --git a/Sounds/SASA/CFM56/external/cfm-idleDistSide.wav b/Sounds/SASA/CFM56/external/cfm-idleDistSide.wav new file mode 100644 index 00000000..a6ddc5e0 Binary files /dev/null and b/Sounds/SASA/CFM56/external/cfm-idleDistSide.wav differ diff --git a/Sounds/SASA/CFM56/external/cfm-idleRear.wav b/Sounds/SASA/CFM56/external/cfm-idleRear.wav new file mode 100644 index 00000000..c30465ac Binary files /dev/null and b/Sounds/SASA/CFM56/external/cfm-idleRear.wav differ diff --git a/Sounds/SASA/CFM56/external/cfm-lowspool.wav b/Sounds/SASA/CFM56/external/cfm-lowspool.wav new file mode 100644 index 00000000..8e200cfe Binary files /dev/null and b/Sounds/SASA/CFM56/external/cfm-lowspool.wav differ diff --git a/Sounds/SASA/CFM56/external/cfm-reverse.WAV b/Sounds/SASA/CFM56/external/cfm-reverse.WAV new file mode 100644 index 00000000..95ede4d0 Binary files /dev/null and b/Sounds/SASA/CFM56/external/cfm-reverse.WAV differ diff --git a/Sounds/SASA/CFM56/external/cfm-rumble.wav b/Sounds/SASA/CFM56/external/cfm-rumble.wav new file mode 100644 index 00000000..f067ddbf Binary files /dev/null and b/Sounds/SASA/CFM56/external/cfm-rumble.wav differ diff --git a/Sounds/SASA/CFM56/external/cfm-rumbleDist.wav b/Sounds/SASA/CFM56/external/cfm-rumbleDist.wav new file mode 100644 index 00000000..366eafb4 Binary files /dev/null and b/Sounds/SASA/CFM56/external/cfm-rumbleDist.wav differ diff --git a/Sounds/SASA/CFM56/external/cfm-rumbleSide.wav b/Sounds/SASA/CFM56/external/cfm-rumbleSide.wav new file mode 100644 index 00000000..ed9c9f87 Binary files /dev/null and b/Sounds/SASA/CFM56/external/cfm-rumbleSide.wav differ diff --git a/Sounds/SASA/CFM56/external/cfm-spool.wav b/Sounds/SASA/CFM56/external/cfm-spool.wav new file mode 100644 index 00000000..b54f072f Binary files /dev/null and b/Sounds/SASA/CFM56/external/cfm-spool.wav differ diff --git a/Sounds/SASA/CFM56/external/cfm-spoolClose.wav b/Sounds/SASA/CFM56/external/cfm-spoolClose.wav new file mode 100644 index 00000000..f9896c42 Binary files /dev/null and b/Sounds/SASA/CFM56/external/cfm-spoolClose.wav differ diff --git a/Sounds/SASA/CFM56/external/cfm-spoolCloseRear.wav b/Sounds/SASA/CFM56/external/cfm-spoolCloseRear.wav new file mode 100644 index 00000000..3de9de5e Binary files /dev/null and b/Sounds/SASA/CFM56/external/cfm-spoolCloseRear.wav differ diff --git a/Sounds/SASA/CFM56/external/cfm-windrush.wav b/Sounds/SASA/CFM56/external/cfm-windrush.wav new file mode 100644 index 00000000..a43406f7 Binary files /dev/null and b/Sounds/SASA/CFM56/external/cfm-windrush.wav differ diff --git a/Sounds/SASA/CFM56/wingaft/cfm-buzz.wav b/Sounds/SASA/CFM56/wingaft/cfm-buzz.wav new file mode 100644 index 00000000..1c836cd3 Binary files /dev/null and b/Sounds/SASA/CFM56/wingaft/cfm-buzz.wav differ diff --git a/Sounds/SASA/CFM56/wingaft/cfm-comb-full.wav b/Sounds/SASA/CFM56/wingaft/cfm-comb-full.wav new file mode 100644 index 00000000..729b69da Binary files /dev/null and b/Sounds/SASA/CFM56/wingaft/cfm-comb-full.wav differ diff --git a/Sounds/SASA/CFM56/wingaft/cfm-comb.wav b/Sounds/SASA/CFM56/wingaft/cfm-comb.wav new file mode 100644 index 00000000..e30b5acb Binary files /dev/null and b/Sounds/SASA/CFM56/wingaft/cfm-comb.wav differ diff --git a/Sounds/SASA/CFM56/wingaft/cfm-hum.wav b/Sounds/SASA/CFM56/wingaft/cfm-hum.wav new file mode 100644 index 00000000..8d46856d Binary files /dev/null and b/Sounds/SASA/CFM56/wingaft/cfm-hum.wav differ diff --git a/Sounds/SASA/CFM56/wingaft/cfm-humfull.wav b/Sounds/SASA/CFM56/wingaft/cfm-humfull.wav new file mode 100644 index 00000000..79f1d6d6 Binary files /dev/null and b/Sounds/SASA/CFM56/wingaft/cfm-humfull.wav differ diff --git a/Sounds/SASA/CFM56/wingaft/cfm-idle.wav b/Sounds/SASA/CFM56/wingaft/cfm-idle.wav new file mode 100644 index 00000000..4f3c53ed Binary files /dev/null and b/Sounds/SASA/CFM56/wingaft/cfm-idle.wav differ diff --git a/Sounds/SASA/CFM56/wingaft/cfm-idle2.wav b/Sounds/SASA/CFM56/wingaft/cfm-idle2.wav new file mode 100644 index 00000000..44dd3466 Binary files /dev/null and b/Sounds/SASA/CFM56/wingaft/cfm-idle2.wav differ diff --git a/Sounds/SASA/CFM56/wingaft/cfm-lowspool.wav b/Sounds/SASA/CFM56/wingaft/cfm-lowspool.wav new file mode 100644 index 00000000..8aaa6429 Binary files /dev/null and b/Sounds/SASA/CFM56/wingaft/cfm-lowspool.wav differ diff --git a/Sounds/SASA/CFM56/wingaft/cfm-reverse.wav b/Sounds/SASA/CFM56/wingaft/cfm-reverse.wav new file mode 100644 index 00000000..6bd5d7f3 Binary files /dev/null and b/Sounds/SASA/CFM56/wingaft/cfm-reverse.wav differ diff --git a/Sounds/SASA/CFM56/wingaft/cfm-spool.wav b/Sounds/SASA/CFM56/wingaft/cfm-spool.wav new file mode 100644 index 00000000..14b23374 Binary files /dev/null and b/Sounds/SASA/CFM56/wingaft/cfm-spool.wav differ diff --git a/Sounds/SASA/CFM56/wingfwd/cfm-buzz.wav b/Sounds/SASA/CFM56/wingfwd/cfm-buzz.wav new file mode 100644 index 00000000..1c836cd3 Binary files /dev/null and b/Sounds/SASA/CFM56/wingfwd/cfm-buzz.wav differ diff --git a/Sounds/SASA/CFM56/wingfwd/cfm-comb-full.wav b/Sounds/SASA/CFM56/wingfwd/cfm-comb-full.wav new file mode 100644 index 00000000..db53d78c Binary files /dev/null and b/Sounds/SASA/CFM56/wingfwd/cfm-comb-full.wav differ diff --git a/Sounds/SASA/CFM56/wingfwd/cfm-comb.wav b/Sounds/SASA/CFM56/wingfwd/cfm-comb.wav new file mode 100644 index 00000000..e30b5acb Binary files /dev/null and b/Sounds/SASA/CFM56/wingfwd/cfm-comb.wav differ diff --git a/Sounds/SASA/CFM56/wingfwd/cfm-hum.wav b/Sounds/SASA/CFM56/wingfwd/cfm-hum.wav new file mode 100644 index 00000000..8d46856d Binary files /dev/null and b/Sounds/SASA/CFM56/wingfwd/cfm-hum.wav differ diff --git a/Sounds/SASA/CFM56/wingfwd/cfm-humfull.wav b/Sounds/SASA/CFM56/wingfwd/cfm-humfull.wav new file mode 100644 index 00000000..79f1d6d6 Binary files /dev/null and b/Sounds/SASA/CFM56/wingfwd/cfm-humfull.wav differ diff --git a/Sounds/SASA/CFM56/wingfwd/cfm-idle.wav b/Sounds/SASA/CFM56/wingfwd/cfm-idle.wav new file mode 100644 index 00000000..4f3c53ed Binary files /dev/null and b/Sounds/SASA/CFM56/wingfwd/cfm-idle.wav differ diff --git a/Sounds/SASA/CFM56/wingfwd/cfm-idle2.wav b/Sounds/SASA/CFM56/wingfwd/cfm-idle2.wav new file mode 100644 index 00000000..0ab00dd9 Binary files /dev/null and b/Sounds/SASA/CFM56/wingfwd/cfm-idle2.wav differ diff --git a/Sounds/SASA/CFM56/wingfwd/cfm-lowspool.wav b/Sounds/SASA/CFM56/wingfwd/cfm-lowspool.wav new file mode 100644 index 00000000..8aaa6429 Binary files /dev/null and b/Sounds/SASA/CFM56/wingfwd/cfm-lowspool.wav differ diff --git a/Sounds/SASA/CFM56/wingfwd/cfm-reverse.wav b/Sounds/SASA/CFM56/wingfwd/cfm-reverse.wav new file mode 100644 index 00000000..6bd5d7f3 Binary files /dev/null and b/Sounds/SASA/CFM56/wingfwd/cfm-reverse.wav differ diff --git a/Sounds/SASA/CFM56/wingfwd/cfm-spool.wav b/Sounds/SASA/CFM56/wingfwd/cfm-spool.wav new file mode 100644 index 00000000..14b23374 Binary files /dev/null and b/Sounds/SASA/CFM56/wingfwd/cfm-spool.wav differ diff --git a/Sounds/SASA/CFM56A/cockpit/cfm-buzz.wav b/Sounds/SASA/CFM56A/cockpit/cfm-buzz.wav new file mode 100644 index 00000000..5feba43b Binary files /dev/null and b/Sounds/SASA/CFM56A/cockpit/cfm-buzz.wav differ diff --git a/Sounds/SASA/CFM56A/external/cfm-buzz.wav b/Sounds/SASA/CFM56A/external/cfm-buzz.wav new file mode 100644 index 00000000..1013cd19 Binary files /dev/null and b/Sounds/SASA/CFM56A/external/cfm-buzz.wav differ diff --git a/Sounds/SASA/CFM56A/external/cfm-buzzDist.wav b/Sounds/SASA/CFM56A/external/cfm-buzzDist.wav new file mode 100644 index 00000000..deb3f0d3 Binary files /dev/null and b/Sounds/SASA/CFM56A/external/cfm-buzzDist.wav differ diff --git a/Sounds/SASA/CFM56A/wingaft/cfm-buzz.wav b/Sounds/SASA/CFM56A/wingaft/cfm-buzz.wav new file mode 100644 index 00000000..5feba43b Binary files /dev/null and b/Sounds/SASA/CFM56A/wingaft/cfm-buzz.wav differ diff --git a/Sounds/SASA/CFM56A/wingfwd/cfm-buzz.wav b/Sounds/SASA/CFM56A/wingfwd/cfm-buzz.wav new file mode 100644 index 00000000..5feba43b Binary files /dev/null and b/Sounds/SASA/CFM56A/wingfwd/cfm-buzz.wav differ diff --git a/Sounds/SASA/Cockpit_Roll.wav b/Sounds/SASA/Cockpit_Roll.wav new file mode 100644 index 00000000..b6b7fc90 Binary files /dev/null and b/Sounds/SASA/Cockpit_Roll.wav differ diff --git a/Sounds/SASA/Roll.wav b/Sounds/SASA/Roll.wav new file mode 100644 index 00000000..576ad1b5 Binary files /dev/null and b/Sounds/SASA/Roll.wav differ diff --git a/Sounds/SASA/Touch-Main.wav b/Sounds/SASA/Touch-Main.wav new file mode 100644 index 00000000..14af7984 Binary files /dev/null and b/Sounds/SASA/Touch-Main.wav differ diff --git a/Sounds/SASA/Touch-Nose.wav b/Sounds/SASA/Touch-Nose.wav new file mode 100644 index 00000000..c4c0bd49 Binary files /dev/null and b/Sounds/SASA/Touch-Nose.wav differ diff --git a/Sounds/SASA/V2500/cockpit/v2500-buzz.wav b/Sounds/SASA/V2500/cockpit/v2500-buzz.wav new file mode 100644 index 00000000..f94e4b79 Binary files /dev/null and b/Sounds/SASA/V2500/cockpit/v2500-buzz.wav differ diff --git a/Sounds/SASA/V2500/cockpit/v2500-comb.wav b/Sounds/SASA/V2500/cockpit/v2500-comb.wav new file mode 100644 index 00000000..db53d78c Binary files /dev/null and b/Sounds/SASA/V2500/cockpit/v2500-comb.wav differ diff --git a/Sounds/SASA/V2500/cockpit/v2500-idle.wav b/Sounds/SASA/V2500/cockpit/v2500-idle.wav new file mode 100644 index 00000000..256546d9 Binary files /dev/null and b/Sounds/SASA/V2500/cockpit/v2500-idle.wav differ diff --git a/Sounds/SASA/V2500/cockpit/v2500-lowspool.wav b/Sounds/SASA/V2500/cockpit/v2500-lowspool.wav new file mode 100644 index 00000000..2561e5f4 Binary files /dev/null and b/Sounds/SASA/V2500/cockpit/v2500-lowspool.wav differ diff --git a/Sounds/SASA/V2500/cockpit/v2500-reverse.wav b/Sounds/SASA/V2500/cockpit/v2500-reverse.wav new file mode 100644 index 00000000..ca4b986a Binary files /dev/null and b/Sounds/SASA/V2500/cockpit/v2500-reverse.wav differ diff --git a/Sounds/SASA/V2500/external/v2500-buzz.wav b/Sounds/SASA/V2500/external/v2500-buzz.wav new file mode 100644 index 00000000..b8c50711 Binary files /dev/null and b/Sounds/SASA/V2500/external/v2500-buzz.wav differ diff --git a/Sounds/SASA/V2500/external/v2500-buzzDist.wav b/Sounds/SASA/V2500/external/v2500-buzzDist.wav new file mode 100644 index 00000000..d060a360 Binary files /dev/null and b/Sounds/SASA/V2500/external/v2500-buzzDist.wav differ diff --git a/Sounds/SASA/V2500/external/v2500-idle.wav b/Sounds/SASA/V2500/external/v2500-idle.wav new file mode 100644 index 00000000..2505a271 Binary files /dev/null and b/Sounds/SASA/V2500/external/v2500-idle.wav differ diff --git a/Sounds/SASA/V2500/external/v2500-idleClose.wav b/Sounds/SASA/V2500/external/v2500-idleClose.wav new file mode 100644 index 00000000..aebdc755 Binary files /dev/null and b/Sounds/SASA/V2500/external/v2500-idleClose.wav differ diff --git a/Sounds/SASA/V2500/external/v2500-idleDist.wav b/Sounds/SASA/V2500/external/v2500-idleDist.wav new file mode 100644 index 00000000..f6a19063 Binary files /dev/null and b/Sounds/SASA/V2500/external/v2500-idleDist.wav differ diff --git a/Sounds/SASA/V2500/external/v2500-idleRear.wav b/Sounds/SASA/V2500/external/v2500-idleRear.wav new file mode 100644 index 00000000..d577976a Binary files /dev/null and b/Sounds/SASA/V2500/external/v2500-idleRear.wav differ diff --git a/Sounds/SASA/V2500/external/v2500-lowspool.wav b/Sounds/SASA/V2500/external/v2500-lowspool.wav new file mode 100644 index 00000000..de1eba8f Binary files /dev/null and b/Sounds/SASA/V2500/external/v2500-lowspool.wav differ diff --git a/Sounds/SASA/V2500/external/v2500-reverse.WAV b/Sounds/SASA/V2500/external/v2500-reverse.WAV new file mode 100644 index 00000000..95ede4d0 Binary files /dev/null and b/Sounds/SASA/V2500/external/v2500-reverse.WAV differ diff --git a/Sounds/SASA/V2500/external/v2500-rumble.wav b/Sounds/SASA/V2500/external/v2500-rumble.wav new file mode 100644 index 00000000..f067ddbf Binary files /dev/null and b/Sounds/SASA/V2500/external/v2500-rumble.wav differ diff --git a/Sounds/SASA/V2500/external/v2500-rumbleDist.wav b/Sounds/SASA/V2500/external/v2500-rumbleDist.wav new file mode 100644 index 00000000..366eafb4 Binary files /dev/null and b/Sounds/SASA/V2500/external/v2500-rumbleDist.wav differ diff --git a/Sounds/SASA/V2500/external/v2500-rumbleSide.wav b/Sounds/SASA/V2500/external/v2500-rumbleSide.wav new file mode 100644 index 00000000..ed9c9f87 Binary files /dev/null and b/Sounds/SASA/V2500/external/v2500-rumbleSide.wav differ diff --git a/Sounds/SASA/V2500/external/v2500-spool.wav b/Sounds/SASA/V2500/external/v2500-spool.wav new file mode 100644 index 00000000..3ce500ea Binary files /dev/null and b/Sounds/SASA/V2500/external/v2500-spool.wav differ diff --git a/Sounds/SASA/V2500/wingaft/v2500-buzz.wav b/Sounds/SASA/V2500/wingaft/v2500-buzz.wav new file mode 100644 index 00000000..f94e4b79 Binary files /dev/null and b/Sounds/SASA/V2500/wingaft/v2500-buzz.wav differ diff --git a/Sounds/SASA/V2500/wingaft/v2500-comb.wav b/Sounds/SASA/V2500/wingaft/v2500-comb.wav new file mode 100644 index 00000000..db53d78c Binary files /dev/null and b/Sounds/SASA/V2500/wingaft/v2500-comb.wav differ diff --git a/Sounds/SASA/V2500/wingaft/v2500-fullhum.wav b/Sounds/SASA/V2500/wingaft/v2500-fullhum.wav new file mode 100644 index 00000000..2fa0fdbd Binary files /dev/null and b/Sounds/SASA/V2500/wingaft/v2500-fullhum.wav differ diff --git a/Sounds/SASA/V2500/wingaft/v2500-idle.wav b/Sounds/SASA/V2500/wingaft/v2500-idle.wav new file mode 100644 index 00000000..256546d9 Binary files /dev/null and b/Sounds/SASA/V2500/wingaft/v2500-idle.wav differ diff --git a/Sounds/SASA/V2500/wingaft/v2500-lowspool.wav b/Sounds/SASA/V2500/wingaft/v2500-lowspool.wav new file mode 100644 index 00000000..2561e5f4 Binary files /dev/null and b/Sounds/SASA/V2500/wingaft/v2500-lowspool.wav differ diff --git a/Sounds/SASA/V2500/wingaft/v2500-reverse.wav b/Sounds/SASA/V2500/wingaft/v2500-reverse.wav new file mode 100644 index 00000000..ca4b986a Binary files /dev/null and b/Sounds/SASA/V2500/wingaft/v2500-reverse.wav differ diff --git a/Sounds/SASA/V2500/wingaft/v2500-whine.wav b/Sounds/SASA/V2500/wingaft/v2500-whine.wav new file mode 100644 index 00000000..543df2be Binary files /dev/null and b/Sounds/SASA/V2500/wingaft/v2500-whine.wav differ diff --git a/Sounds/SASA/V2500/wingfwd/v2500-buzz.wav b/Sounds/SASA/V2500/wingfwd/v2500-buzz.wav new file mode 100644 index 00000000..f94e4b79 Binary files /dev/null and b/Sounds/SASA/V2500/wingfwd/v2500-buzz.wav differ diff --git a/Sounds/SASA/V2500/wingfwd/v2500-comb.wav b/Sounds/SASA/V2500/wingfwd/v2500-comb.wav new file mode 100644 index 00000000..db53d78c Binary files /dev/null and b/Sounds/SASA/V2500/wingfwd/v2500-comb.wav differ diff --git a/Sounds/SASA/V2500/wingfwd/v2500-fullhum.wav b/Sounds/SASA/V2500/wingfwd/v2500-fullhum.wav new file mode 100644 index 00000000..2fa0fdbd Binary files /dev/null and b/Sounds/SASA/V2500/wingfwd/v2500-fullhum.wav differ diff --git a/Sounds/SASA/V2500/wingfwd/v2500-idle.wav b/Sounds/SASA/V2500/wingfwd/v2500-idle.wav new file mode 100644 index 00000000..256546d9 Binary files /dev/null and b/Sounds/SASA/V2500/wingfwd/v2500-idle.wav differ diff --git a/Sounds/SASA/V2500/wingfwd/v2500-lowspool.wav b/Sounds/SASA/V2500/wingfwd/v2500-lowspool.wav new file mode 100644 index 00000000..2561e5f4 Binary files /dev/null and b/Sounds/SASA/V2500/wingfwd/v2500-lowspool.wav differ diff --git a/Sounds/SASA/V2500/wingfwd/v2500-reverse.wav b/Sounds/SASA/V2500/wingfwd/v2500-reverse.wav new file mode 100644 index 00000000..ca4b986a Binary files /dev/null and b/Sounds/SASA/V2500/wingfwd/v2500-reverse.wav differ diff --git a/Sounds/SASA/wind_cabin.wav b/Sounds/SASA/wind_cabin.wav new file mode 100644 index 00000000..165530e0 Binary files /dev/null and b/Sounds/SASA/wind_cabin.wav differ diff --git a/Sounds/SASA/wind_cockpit.wav b/Sounds/SASA/wind_cockpit.wav new file mode 100644 index 00000000..b833570e Binary files /dev/null and b/Sounds/SASA/wind_cockpit.wav differ diff --git a/Sounds/SASA/x320_apu.wav b/Sounds/SASA/x320_apu.wav new file mode 100644 index 00000000..82870965 Binary files /dev/null and b/Sounds/SASA/x320_apu.wav differ diff --git a/Sounds/apu/apu_inside.wav b/Sounds/apu/apu_inside.wav deleted file mode 100644 index 8e45dc69..00000000 Binary files a/Sounds/apu/apu_inside.wav and /dev/null differ diff --git a/Sounds/apu/turbine.wav b/Sounds/apu/turbine.wav deleted file mode 100644 index 5c378c2a..00000000 Binary files a/Sounds/apu/turbine.wav and /dev/null differ diff --git a/Sounds/cfm56-sound.xml b/Sounds/cfm56-sound.xml index 5196b95a..373ce880 100644 --- a/Sounds/cfm56-sound.xml +++ b/Sounds/cfm56-sound.xml @@ -2,16 +2,20 @@ <PropertyList include="A320-common-sound.xml"> <fx> + <!-- cockpit --> <engine> - <name>a320_a1s</name> + <name>a320_cockpit_idle_left</name> <mode>looped</mode> - <path>FL2070/abn1strt.wav</path> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/cockpit/cfm-idle.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> <volume> - <property>a320/sound/a1strt</property> + <property>a320/sound/cockpit/idle-left-v</property> <offset>0</offset> </volume> <pitch> - <property>a320/sound/a1strtp</property> + <property>a320/sound/cockpit/idle-left-p</property> <offset>0</offset> </pitch> <position> @@ -22,46 +26,40 @@ </engine> <engine> - <name>a320_b1s</name> + <name>a320_cockpit_idle_right</name> <mode>looped</mode> - <path>FL2070/abn1strt.wav</path> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/cockpit/cfm-idle.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> <volume> - <property>a320/sound/b1strt</property> + <property>a320/sound/cockpit/idle-right-v</property> <offset>0</offset> </volume> <pitch> - <property>a320/sound/b1strtp</property> + <property>a320/sound/cockpit/idle-right-p</property> <offset>0</offset> </pitch> <position> - <x>0.0</x> + <x>00</x> <y>-20</y> - <z>0.0</z> + <z>00</z> </position> </engine> - - - - - <engine> - <name>a320_a11</name> + <name>a320_cockpit_idle2_left</name> <mode>looped</mode> - <path>FL2070/cfm11a.wav</path> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/cockpit/cfm-idle2.wav</path> <condition> - <property>sim/current-view/internal</property> - <less-than> - <property>sim/current-view/z-offset-m</property> - <value>-2</value> - </less-than> + <property>/sim/sound/suppress-warning</property> </condition> <volume> - <property>a320/sound/a11</property> + <property>a320/sound/cockpit/idle2-left-v</property> <offset>0</offset> </volume> <pitch> - <property>a320/sound/a11p</property> + <property>a320/sound/cockpit/idle2-left-p</property> <offset>0</offset> </pitch> <position> @@ -72,22 +70,40 @@ </engine> <engine> - <name>a320_a12</name> + <name>a320_cockpit_idle2_right</name> <mode>looped</mode> - <path>FL2070/cfm12a.wav</path> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/cockpit/cfm-idle2.wav</path> <condition> - <property>sim/current-view/internal</property> - <less-than> - <property>sim/current-view/z-offset-m</property> - <value>-2</value> - </less-than> + <property>/sim/sound/suppress-warning</property> </condition> <volume> - <property>a320/sound/a12</property> + <property>a320/sound/cockpit/idle2-right-v</property> <offset>0</offset> </volume> <pitch> - <property>a320/sound/a12p</property> + <property>a320/sound/cockpit/idle2-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_cockpit_lowspool_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/cockpit/cfm-lowspool.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/cockpit/lowspool-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/cockpit/lowspool-left-p</property> <offset>0</offset> </pitch> <position> @@ -98,22 +114,40 @@ </engine> <engine> - <name>a320_a13</name> + <name>a320_cockpit_lowspool_right</name> <mode>looped</mode> - <path>FL2070/cfm13a.wav</path> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/cockpit/cfm-lowspool.wav</path> <condition> - <property>sim/current-view/internal</property> - <less-than> - <property>sim/current-view/z-offset-m</property> - <value>-2</value> - </less-than> + <property>/sim/sound/suppress-warning</property> </condition> <volume> - <property>a320/sound/a13</property> + <property>a320/sound/cockpit/lowspool-right-v</property> <offset>0</offset> </volume> <pitch> - <property>a320/sound/a13p</property> + <property>a320/sound/cockpit/lowspool-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_cockpit_spool_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/cockpit/cfm-lowspool.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/cockpit/spool-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/cockpit/spool-left-p</property> <offset>0</offset> </pitch> <position> @@ -124,109 +158,40 @@ </engine> <engine> - <name>a320_b11</name> + <name>a320_cockpit_spool_right</name> <mode>looped</mode> - <path>FL2070/cfm11b.wav</path> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/cockpit/cfm-lowspool.wav</path> <condition> - <property>sim/current-view/internal</property> - <less-than> - <property>sim/current-view/z-offset-m</property> - <value>-2</value> - </less-than> + <property>/sim/sound/suppress-warning</property> </condition> <volume> - <property>a320/sound/b11</property> + <property>a320/sound/cockpit/spool-right-v</property> <offset>0</offset> </volume> <pitch> - <property>a320/sound/b11p</property> + <property>a320/sound/cockpit/spool-right-p</property> <offset>0</offset> </pitch> <position> - <x>0.0</x> + <x>00</x> <y>-20</y> - <z>0.0</z> + <z>00</z> </position> </engine> <engine> - <name>a320_b12</name> + <name>a320_cockpit_hum_left</name> <mode>looped</mode> - <path>FL2070/cfm12b.wav</path> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/cockpit/cfm-hum.wav</path> <condition> - <property>sim/current-view/internal</property> - <less-than> - <property>sim/current-view/z-offset-m</property> - <value>-2</value> - </less-than> + <property>/sim/sound/suppress-warning</property> </condition> <volume> - <property>a320/sound/b12</property> + <property>a320/sound/cockpit/hum-left-v</property> <offset>0</offset> </volume> <pitch> - <property>a320/sound/b12p</property> - <offset>0</offset> - </pitch> - <position> - <x>0.0</x> - <y>-20</y> - <z>0.0</z> - </position> - </engine> - - <engine> - <name>a320_b13</name> - <mode>looped</mode> - <path>FL2070/cfm13b.wav</path> - <condition> - <property>sim/current-view/internal</property> - <less-than> - <property>sim/current-view/z-offset-m</property> - <value>-2</value> - </less-than> - </condition> - <volume> - <property>a320/sound/b13</property> - <offset>0</offset> - </volume> - <pitch> - <property>a320/sound/b13p</property> - <offset>0</offset> - </pitch> - <position> - <x>0.0</x> - <y>-20</y> - <z>0.0</z> - </position> - </engine> - - - - - - - - - - - <engine> - <name>a320_a21</name> - <mode>looped</mode> - <path>FL2070/axx21.wav</path> - <condition> - <property>sim/current-view/internal</property> - <greater-than> - <property>sim/current-view/z-offset-m</property> - <value>-1.9</value> - </greater-than> - </condition> - <volume> - <property>a320/sound/a11</property> - <offset>0</offset> - </volume> - <pitch> - <property>a320/sound/a11p</property> + <property>a320/sound/cockpit/hum-left-p</property> <offset>0</offset> </pitch> <position> @@ -237,22 +202,40 @@ </engine> <engine> - <name>a320_a22</name> + <name>a320_cockpit_hum_right</name> <mode>looped</mode> - <path>FL2070/axx22.wav</path> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/cockpit/cfm-hum.wav</path> <condition> - <property>sim/current-view/internal</property> - <greater-than> - <property>sim/current-view/z-offset-m</property> - <value>-1.9</value> - </greater-than> + <property>/sim/sound/suppress-warning</property> </condition> <volume> - <property>a320/sound/a12</property> + <property>a320/sound/cockpit/hum-right-v</property> <offset>0</offset> </volume> <pitch> - <property>a320/sound/a12p</property> + <property>a320/sound/cockpit/hum-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_cockpit_comb_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/cockpit/cfm-comb.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/cockpit/comb-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/cockpit/comb-left-p</property> <offset>0</offset> </pitch> <position> @@ -263,130 +246,40 @@ </engine> <engine> - <name>a320_a23</name> + <name>a320_cockpit_comb_right</name> <mode>looped</mode> - <path>FL2070/axx23.wav</path> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/cockpit/cfm-comb.wav</path> <condition> - <property>sim/current-view/internal</property> - <greater-than> - <property>sim/current-view/z-offset-m</property> - <value>-1.9</value> - </greater-than> + <property>/sim/sound/suppress-warning</property> </condition> <volume> - <property>a320/sound/a13</property> + <property>a320/sound/cockpit/comb-right-v</property> <offset>0</offset> </volume> <pitch> - <property>a320/sound/a13p</property> + <property>a320/sound/cockpit/comb-right-p</property> <offset>0</offset> </pitch> <position> <x>00</x> - <y>20</y> + <y>-20</y> <z>00</z> </position> </engine> - <engine> - <name>a320_b21</name> - <property>sim/current-view/internal</property> + <name>a320_cockpit_comb2_left</name> <mode>looped</mode> - <path>FL2070/axx21.wav</path> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/cockpit/cfm-comb-full.wav</path> <condition> - <property>sim/current-view/internal</property> - <greater-than> - <property>sim/current-view/z-offset-m</property> - <value>-1.9</value> - </greater-than> + <property>/sim/sound/suppress-warning</property> </condition> <volume> - <property>a320/sound/b11</property> + <property>a320/sound/cockpit/comb2-left-v</property> <offset>0</offset> </volume> <pitch> - <property>a320/sound/b11p</property> - <offset>0</offset> - </pitch> - <position> - <x>0.0</x> - <y>-20</y> - <z>0.0</z> - </position> - </engine> - - <engine> - <name>a320_b22</name> - <mode>looped</mode> - <path>FL2070/axx22.wav</path> - <condition> - <property>sim/current-view/internal</property> - <greater-than> - <property>sim/current-view/z-offset-m</property> - <value>-1.9</value> - </greater-than> - </condition> - <volume> - <property>a320/sound/b12</property> - <offset>0</offset> - </volume> - <pitch> - <property>a320/sound/b12p</property> - <offset>0</offset> - </pitch> - <position> - <x>0.0</x> - <y>-20</y> - <z>0.0</z> - </position> - </engine> - - <engine> - <name>a320_b23</name> - <mode>looped</mode> - <path>FL2070/axx23.wav</path> - <condition> - <property>sim/current-view/internal</property> - <greater-than> - <property>sim/current-view/z-offset-m</property> - <value>-1.9</value> - </greater-than> - </condition> - <volume> - <property>a320/sound/b13</property> - <offset>0</offset> - </volume> - <pitch> - <property>a320/sound/b13p</property> - <offset>0</offset> - </pitch> - <position> - <x>0.0</x> - <y>-20</y> - <z>0.0</z> - </position> - </engine> - - - - - - - - <engine> - <name>xa320_a11</name> - <mode>looped</mode> - <path>FL2070/xabn11.wav</path> - <condition> - <not><property>sim/current-view/internal</property></not> - </condition> - <volume> - <property>a320/sound/a11</property> - <offset>0</offset> - </volume> - <pitch> - <property>a320/sound/a11p</property> + <property>a320/sound/cockpit/comb2-left-p</property> <offset>0</offset> </pitch> <position> @@ -397,18 +290,40 @@ </engine> <engine> - <name>xa320_a12</name> - <condition> - <not><property>sim/current-view/internal</property></not> - </condition> + <name>a320_cockpit_comb2_right</name> <mode>looped</mode> - <path>FL2070/xabn12.wav</path> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/cockpit/cfm-comb-full.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> <volume> - <property>a320/sound/a12</property> + <property>a320/sound/cockpit/comb2-right-v</property> <offset>0</offset> </volume> <pitch> - <property>a320/sound/a12p</property> + <property>a320/sound/cockpit/comb2-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_cockpit_buzz_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/cockpit/cfm-buzz.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/cockpit/buzz-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/cockpit/buzz-left-p</property> <offset>0</offset> </pitch> <position> @@ -419,18 +334,40 @@ </engine> <engine> - <name>xa320_a13</name> - <condition> - <not><property>sim/current-view/internal</property></not> - </condition> + <name>a320_cockpit_buzz_right</name> <mode>looped</mode> - <path>FL2070/xabn13.wav</path> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/cockpit/cfm-buzz.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> <volume> - <property>a320/sound/a13</property> + <property>a320/sound/cockpit/buzz-right-v</property> <offset>0</offset> </volume> <pitch> - <property>a320/sound/a13p</property> + <property>a320/sound/cockpit/buzz-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_cockpit_reverse_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/cockpit/cfm-reverse.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/cockpit/reverse-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/cockpit/reverse-left-p</property> <offset>0</offset> </pitch> <position> @@ -440,72 +377,1873 @@ </position> </engine> - <engine> - <name>xa320_b11</name> - <condition> - <not><property>sim/current-view/internal</property></not> - </condition> + <name>a320_cockpit_reverse_right</name> <mode>looped</mode> - <path>FL2070/xabn11.wav</path> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/cockpit/cfm-reverse.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> <volume> - <property>a320/sound/b11</property> + <property>a320/sound/cockpit/reverse-right-v</property> <offset>0</offset> </volume> <pitch> - <property>a320/sound/b11p</property> + <property>a320/sound/cockpit/reverse-right-p</property> <offset>0</offset> </pitch> <position> - <x>0.0</x> + <x>00</x> <y>-20</y> - <z>0.0</z> + <z>00</z> + </position> + </engine> + + + + + + + + + <!-- outside --> + <engine> + <name>a320_external_idle_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-idle.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/idle-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/idle-left-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>-1</x> + <y>0</y> + <z>0</z> + <inner-angle>210</inner-angle> + <outer-angle>150</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>90</reference-dist> + <position> + <x>00</x> + <y>20</y> + <z>00</z> </position> </engine> <engine> - <name>xa320_b12</name> - <condition> - <not><property>sim/current-view/internal</property></not> - </condition> + <name>a320_external_idle_right</name> <mode>looped</mode> - <path>FL2070/xabn12.wav</path> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-idle.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> <volume> - <property>a320/sound/b12</property> + <property>a320/sound/external/idle-right-v</property> <offset>0</offset> </volume> <pitch> - <property>a320/sound/b12p</property> + <property>a320/sound/external/idle-right-p</property> <offset>0</offset> </pitch> + <orientation> + <x>-1</x> + <y>0</y> + <z>0</z> + <inner-angle>210</inner-angle> + <outer-angle>150</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>90</reference-dist> <position> - <x>0.0</x> + <x>00</x> <y>-20</y> - <z>0.0</z> + <z>00</z> </position> </engine> <engine> - <name>xa320_b13</name> - <condition> - <not><property>sim/current-view/internal</property></not> - </condition> + <name>a320_external_idle_rear_left</name> <mode>looped</mode> - <path>FL2070/xabn13.wav</path> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-idleRear.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> <volume> - <property>a320/sound/b13</property> + <property>a320/sound/external/idleR-left-v</property> <offset>0</offset> </volume> <pitch> - <property>a320/sound/b13p</property> + <property>a320/sound/external/idleR-left-p</property> <offset>0</offset> </pitch> + <orientation> + <x>1</x> + <y>0</y> + <z>0</z> + <inner-angle>45</inner-angle> + <outer-angle>315</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>60</reference-dist> <position> - <x>0.0</x> - <y>-20</y> - <z>0.0</z> + <x>00</x> + <y>20</y> + <z>00</z> </position> </engine> + <engine> + <name>a320_external_idle_rear_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-idleRear.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/idleR-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/idleR-right-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>1</x> + <y>0</y> + <z>0</z> + <inner-angle>45</inner-angle> + <outer-angle>315</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>60</reference-dist> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_idle_distant_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-idleDist.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/idle-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/idle-left-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>-1</x> + <y>0</y> + <z>0</z> + <inner-angle>210</inner-angle> + <outer-angle>150</outer-angle> + <outer-gain>0.90</outer-gain> + </orientation> + <reference-dist>500</reference-dist> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_idle_distant_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-idleDist.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/idle-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/idle-right-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>-1</x> + <y>0</y> + <z>0</z> + <inner-angle>210</inner-angle> + <outer-angle>150</outer-angle> + <outer-gain>0.90</outer-gain> + </orientation> + <reference-dist>500</reference-dist> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_idle_distant_side_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-idleDistSide.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/idle-left-v</property> <!-- not a bug, uses same curves --> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/idle-left-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>-1</x> + <y>0</y> + <z>0</z> + <inner-angle>255</inner-angle> + <outer-angle>105</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>300</reference-dist> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_idle_distant_side_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-idleDistSide.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/idle-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/idle-right-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>-1</x> + <y>0</y> + <z>0</z> + <inner-angle>255</inner-angle> + <outer-angle>105</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>300</reference-dist> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_idle_close_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-idleClose.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/idleC-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/idleC-left-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>-1</x> + <y>0</y> + <z>0</z> + <inner-angle>270</inner-angle> + <outer-angle>90</outer-angle> + <outer-gain>0.30</outer-gain> + </orientation> + <reference-dist>30</reference-dist> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_idle_close_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-idleClose.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/idleC-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/idleC-right-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>-1</x> + <y>0</y> + <z>0</z> + <inner-angle>270</inner-angle> + <outer-angle>90</outer-angle> + <outer-gain>0.30</outer-gain> + </orientation> + <reference-dist>30</reference-dist> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_spool_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-spool.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/spool-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/spool-left-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>0</x> + <y>1</y> + <z>0</z> + <inner-angle>195</inner-angle> + <outer-angle>345</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>90</reference-dist> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_spool_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-spool.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/spool-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/spool-right-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>0</x> + <y>-1</y> + <z>0</z> + <inner-angle>15</inner-angle> + <outer-angle>165</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>90</reference-dist> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_lowspool_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-lowspool.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/spool-left-v</property> <!-- not a bug, uses same curve --> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/spool-left-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>-1</x> + <y>1</y> + <z>0</z> + <inner-angle>150</inner-angle> + <outer-angle>120</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>90</reference-dist> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_lowspool_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-lowspool.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/spool-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/spool-right-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>-1</x> + <y>-1</y> + <z>0</z> + <inner-angle>240</inner-angle> + <outer-angle>210</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>90</reference-dist> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_spool_close_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-spoolClose.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/spool-left-v</property> <!-- not a bug, uses same curve --> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/spool-left-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>-1</x> + <y>0</y> + <z>0</z> + <inner-angle>225</inner-angle> + <outer-angle>135</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>30</reference-dist> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_spool_close_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-spoolClose.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/spool-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/spool-right-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>-1</x> + <y>0</y> + <z>0</z> + <inner-angle>225</inner-angle> + <outer-angle>135</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>30</reference-dist> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_spool_closeRear_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-spoolCloseRear.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/spool-left-v</property> <!-- not a bug, uses same curve --> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/spool-left-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>1</x> + <y>0</y> + <z>0</z> + <inner-angle>45</inner-angle> + <outer-angle>315</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>30</reference-dist> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_spool_closeRear_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-spoolCloseRear.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/spool-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/spool-right-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>1</x> + <y>0</y> + <z>0</z> + <inner-angle>45</inner-angle> + <outer-angle>315</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>30</reference-dist> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_buzz_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-buzz.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/buzz-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/buzz-left-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>-1</x> + <y>1</y> + <z>0</z> + <inner-angle>258.5</inner-angle> + <outer-angle>11.5</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>100</reference-dist> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_buzz_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-buzz.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/buzz-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/buzz-right-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>-1</x> + <y>-1</y> + <z>0</z> + <inner-angle>348.5</inner-angle> + <outer-angle>101.5</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>100</reference-dist> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_buzz_distant_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-buzzDist.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/buzz-left-v</property> <!-- not a bug, uses same curve --> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/buzz-left-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>-1</x> + <y>0</y> + <z>0</z> + <inner-angle>270</inner-angle> + <outer-angle>90</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>250</reference-dist> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_buzz_distant_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-buzzDist.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/buzz-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/buzz-right-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>-1</x> + <y>0</y> + <z>0</z> + <inner-angle>270</inner-angle> + <outer-angle>90</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>250</reference-dist> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_rumble_distant_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-rumbleDist.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/rumbleD-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/rumbleD-left-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>1</x> + <y>0</y> + <z>0</z> + </orientation> + <reference-dist>1000</reference-dist> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_rumble_distant_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-rumbleDist.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/rumbleD-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/rumbleD-right-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>1</x> + <y>0</y> + <z>0</z> + </orientation> + <reference-dist>1000</reference-dist> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_rumble_side_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-rumbleSide.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/rumble-left-v</property> <!-- not a bug, uses same curve --> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/rumble-left-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>0.3746</x> + <y>0.927</y> + <z>0</z> + <inner-angle>192</inner-angle> + <outer-angle>304</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>120</reference-dist> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_rumble_side_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-rumbleSide.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/rumble-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/rumble-right-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>0.3746</x> + <y>-0.927</y> + <z>0</z> + <inner-angle>56</inner-angle> + <outer-angle>168</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>120</reference-dist> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_rumble_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-rumble.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/rumble-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/rumble-left-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>1</x> + <y>0</y> + <z>0</z> + <inner-angle>60</inner-angle> + <outer-angle>300</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>120</reference-dist> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_rumble_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-rumble.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/rumble-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/rumble-right-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>1</x> + <y>0</y> + <z>0</z> + <inner-angle>60</inner-angle> + <outer-angle>300</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>120</reference-dist> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_rumble2_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-rumble.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/rumble-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/rumble-left-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>0</x> + <y>1</y> + <z>0</z> + <inner-angle>100</inner-angle> + <outer-angle>80</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>120</reference-dist> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_rumble2_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-rumble.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/rumble-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/rumble-right-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>0</x> + <y>-1</y> + <z>0</z> + <inner-angle>280</inner-angle> + <outer-angle>260</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>120</reference-dist> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_reverse_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-reverse.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/reverse-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/reverse-left-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>1</x> + <y>0</y> + <z>0</z> + <inner-angle>10</inner-angle> + <outer-angle>350</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>500</reference-dist> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_reverse_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-reverse.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/reverse-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/reverse-right-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>1</x> + <y>0</y> + <z>0</z> + <inner-angle>10</inner-angle> + <outer-angle>350</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>500</reference-dist> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + + + + + + <!-- wingaft --> + <engine> + <name>a320_wingaft_idle_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingaft/cfm-idle.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/idle-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/idle-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingaft_idle_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingaft/cfm-idle.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/idle-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/idle-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingaft_idle2_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingaft/cfm-idle2.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/idle2-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/idle2-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingaft_idle2_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingaft/cfm-idle2.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/idle2-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/idle2-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingaft_lowspool_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingaft/cfm-lowspool.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/lowspool-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/lowspool-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingaft_lowspool_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingaft/cfm-lowspool.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/lowspool-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/lowspool-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingaft_spool_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingaft/cfm-lowspool.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/spool-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/spool-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingaft_spool_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingaft/cfm-lowspool.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/spool-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/spool-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingaft_hum_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingaft/cfm-hum.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/hum-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/hum-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingaft_hum_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingaft/cfm-hum.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/hum-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/hum-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingaft_humfull_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingaft/cfm-humfull.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/fullhum-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/fullhum-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingaft_humfull_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingaft/cfm-humfull.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/fullhum-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/fullhum-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingaft_comb_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingaft/cfm-comb.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/comb-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/comb-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingaft_comb_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingaft/cfm-comb.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/comb-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/comb-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingaft_comb2_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingaft/cfm-comb-full.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/comb2-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/comb2-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingaft_comb2_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingaft/cfm-comb-full.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/comb2-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/comb2-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingaft_buzz_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingaft/cfm-buzz.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/buzz-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/buzz-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingaft_buzz_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingaft/cfm-buzz.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/buzz-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/buzz-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingaft_reverse_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingaft/cfm-reverse.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/reverse-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/reverse-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingaft_reverse_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingaft/cfm-reverse.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/reverse-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/reverse-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + + + + + + + + + + + <!-- wingfwd --> + <engine> + <name>a320_wingfwd_idle_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingfwd/cfm-idle.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/idle-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/idle-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingfwd_idle_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingfwd/cfm-idle.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/idle-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/idle-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingfwd_idle2_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingfwd/cfm-idle2.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/idle2-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/idle2-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingfwd_idle2_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingfwd/cfm-idle2.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/idle2-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/idle2-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingfwd_lowspool_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingfwd/cfm-lowspool.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/lowspool-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/lowspool-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingfwd_lowspool_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingfwd/cfm-lowspool.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/lowspool-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/lowspool-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingfwd_spool_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingfwd/cfm-lowspool.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/spool-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/spool-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingfwd_spool_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingfwd/cfm-lowspool.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/spool-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/spool-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingfwd_hum_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingfwd/cfm-hum.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/hum-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/hum-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingfwd_hum_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingfwd/cfm-hum.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/hum-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/hum-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingfwd_comb_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingfwd/cfm-comb.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/comb-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/comb-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingfwd_comb_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingfwd/cfm-comb.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/comb-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/comb-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingfwd_comb2_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingfwd/cfm-comb-full.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/comb2-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/comb2-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingfwd_comb2_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingfwd/cfm-comb-full.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/comb2-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/comb2-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingfwd_buzz_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingfwd/cfm-buzz.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/buzz-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/buzz-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingfwd_buzz_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingfwd/cfm-buzz.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/buzz-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/buzz-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingfwd_reverse_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingfwd/cfm-reverse.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/reverse-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/reverse-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingfwd_reverse_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingfwd/cfm-reverse.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/reverse-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/reverse-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> </fx> </PropertyList> \ No newline at end of file diff --git a/Sounds/cfm56a-sound.xml b/Sounds/cfm56a-sound.xml new file mode 100644 index 00000000..86af7f17 --- /dev/null +++ b/Sounds/cfm56a-sound.xml @@ -0,0 +1,2248 @@ +<!-- Copyright (c) 2019 Joshua Davidson (Octal450) --> + +<PropertyList include="A320-common-sound.xml"> + <fx> + <!-- cockpit --> + <engine> + <name>a320_cockpit_idle_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/cockpit/cfm-idle.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/cockpit/idle-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/cockpit/idle-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_cockpit_idle_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/cockpit/cfm-idle.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/cockpit/idle-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/cockpit/idle-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_cockpit_idle2_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/cockpit/cfm-idle2.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/cockpit/idle2-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/cockpit/idle2-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_cockpit_idle2_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/cockpit/cfm-idle2.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/cockpit/idle2-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/cockpit/idle2-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_cockpit_lowspool_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/cockpit/cfm-lowspool.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/cockpit/lowspool-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/cockpit/lowspool-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_cockpit_lowspool_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/cockpit/cfm-lowspool.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/cockpit/lowspool-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/cockpit/lowspool-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_cockpit_spool_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/cockpit/cfm-lowspool.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/cockpit/spool-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/cockpit/spool-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_cockpit_spool_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/cockpit/cfm-lowspool.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/cockpit/spool-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/cockpit/spool-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_cockpit_hum_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/cockpit/cfm-hum.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/cockpit/hum-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/cockpit/hum-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_cockpit_hum_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/cockpit/cfm-hum.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/cockpit/hum-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/cockpit/hum-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_cockpit_comb_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/cockpit/cfm-comb-full.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/cockpit/comb-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/cockpit/comb-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_cockpit_comb_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/cockpit/cfm-comb-full.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/cockpit/comb-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/cockpit/comb-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_cockpit_comb2_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/cockpit/cfm-comb-full.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/cockpit/comb2-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/cockpit/comb2-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_cockpit_comb2_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/cockpit/cfm-comb-full.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/cockpit/comb2-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/cockpit/comb2-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_cockpit_buzz_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56A/cockpit/cfm-buzz.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/cockpit/buzz-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/cockpit/buzz-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_cockpit_buzz_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56A/cockpit/cfm-buzz.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/cockpit/buzz-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/cockpit/buzz-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_cockpit_reverse_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/cockpit/cfm-reverse.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/cockpit/reverse-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/cockpit/reverse-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_cockpit_reverse_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/cockpit/cfm-reverse.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/cockpit/reverse-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/cockpit/reverse-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + + + + + + + + <!-- outside --> + <engine> + <name>a320_external_idle_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-idle.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/idle-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/idle-left-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>-1</x> + <y>0</y> + <z>0</z> + <inner-angle>210</inner-angle> + <outer-angle>150</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>90</reference-dist> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_idle_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-idle.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/idle-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/idle-right-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>-1</x> + <y>0</y> + <z>0</z> + <inner-angle>210</inner-angle> + <outer-angle>150</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>90</reference-dist> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_idle_rear_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-idleRear.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/idleR-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/idleR-left-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>1</x> + <y>0</y> + <z>0</z> + <inner-angle>45</inner-angle> + <outer-angle>315</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>60</reference-dist> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_idle_rear_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-idleRear.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/idleR-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/idleR-right-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>1</x> + <y>0</y> + <z>0</z> + <inner-angle>45</inner-angle> + <outer-angle>315</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>60</reference-dist> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_idle_distant_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-idleDist.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/idle-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/idle-left-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>-1</x> + <y>0</y> + <z>0</z> + <inner-angle>210</inner-angle> + <outer-angle>150</outer-angle> + <outer-gain>0.90</outer-gain> + </orientation> + <reference-dist>500</reference-dist> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_idle_distant_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-idleDist.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/idle-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/idle-right-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>-1</x> + <y>0</y> + <z>0</z> + <inner-angle>210</inner-angle> + <outer-angle>150</outer-angle> + <outer-gain>0.90</outer-gain> + </orientation> + <reference-dist>500</reference-dist> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_idle_distant_side_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-idleDistSide.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/idle-left-v</property> <!-- not a bug, uses same curves --> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/idle-left-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>-1</x> + <y>0</y> + <z>0</z> + <inner-angle>255</inner-angle> + <outer-angle>105</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>300</reference-dist> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_idle_distant_side_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-idleDistSide.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/idle-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/idle-right-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>-1</x> + <y>0</y> + <z>0</z> + <inner-angle>255</inner-angle> + <outer-angle>105</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>300</reference-dist> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_idle_close_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-idleClose.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/idleC-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/idleC-left-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>-1</x> + <y>0</y> + <z>0</z> + <inner-angle>270</inner-angle> + <outer-angle>90</outer-angle> + <outer-gain>0.30</outer-gain> + </orientation> + <reference-dist>30</reference-dist> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_idle_close_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-idleClose.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/idleC-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/idleC-right-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>-1</x> + <y>0</y> + <z>0</z> + <inner-angle>270</inner-angle> + <outer-angle>90</outer-angle> + <outer-gain>0.30</outer-gain> + </orientation> + <reference-dist>30</reference-dist> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_spool_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-spool.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/spool-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/spool-left-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>0</x> + <y>1</y> + <z>0</z> + <inner-angle>195</inner-angle> + <outer-angle>345</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>90</reference-dist> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_spool_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-spool.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/spool-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/spool-right-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>0</x> + <y>-1</y> + <z>0</z> + <inner-angle>15</inner-angle> + <outer-angle>165</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>90</reference-dist> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_lowspool_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-lowspool.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/spool-left-v</property> <!-- not a bug, uses same curve --> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/spool-left-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>-1</x> + <y>1</y> + <z>0</z> + <inner-angle>150</inner-angle> + <outer-angle>120</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>90</reference-dist> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_lowspool_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-lowspool.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/spool-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/spool-right-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>-1</x> + <y>-1</y> + <z>0</z> + <inner-angle>240</inner-angle> + <outer-angle>210</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>90</reference-dist> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_spool_close_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-spoolClose.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/spool-left-v</property> <!-- not a bug, uses same curve --> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/spool-left-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>-1</x> + <y>0</y> + <z>0</z> + <inner-angle>225</inner-angle> + <outer-angle>135</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>30</reference-dist> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_spool_close_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-spoolClose.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/spool-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/spool-right-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>-1</x> + <y>0</y> + <z>0</z> + <inner-angle>225</inner-angle> + <outer-angle>135</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>30</reference-dist> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_spool_closeRear_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-spoolCloseRear.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/spool-left-v</property> <!-- not a bug, uses same curve --> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/spool-left-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>1</x> + <y>0</y> + <z>0</z> + <inner-angle>45</inner-angle> + <outer-angle>315</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>30</reference-dist> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_spool_closeRear_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-spoolCloseRear.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/spool-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/spool-right-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>1</x> + <y>0</y> + <z>0</z> + <inner-angle>45</inner-angle> + <outer-angle>315</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>30</reference-dist> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_buzz_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56A/external/cfm-buzz.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/buzz-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/buzz-left-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>-1</x> + <y>1</y> + <z>0</z> + <inner-angle>258.5</inner-angle> + <outer-angle>11.5</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>100</reference-dist> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_buzz_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56A/external/cfm-buzz.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/buzz-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/buzz-right-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>-1</x> + <y>-1</y> + <z>0</z> + <inner-angle>348.5</inner-angle> + <outer-angle>101.5</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>100</reference-dist> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_buzz_distant_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56A/external/cfm-buzzDist.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/buzz-left-v</property> <!-- not a bug, uses same curve --> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/buzz-left-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>-1</x> + <y>0</y> + <z>0</z> + <inner-angle>270</inner-angle> + <outer-angle>90</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>250</reference-dist> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_buzz_distant_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56A/external/cfm-buzzDist.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/buzz-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/buzz-right-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>-1</x> + <y>0</y> + <z>0</z> + <inner-angle>270</inner-angle> + <outer-angle>90</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>250</reference-dist> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_rumble_distant_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-rumbleDist.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/rumbleD-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/rumbleD-left-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>1</x> + <y>0</y> + <z>0</z> + </orientation> + <reference-dist>1000</reference-dist> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_rumble_distant_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-rumbleDist.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/rumbleD-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/rumbleD-right-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>1</x> + <y>0</y> + <z>0</z> + </orientation> + <reference-dist>1000</reference-dist> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_rumble_side_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-rumbleSide.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/rumble-left-v</property> <!-- not a bug, uses same curve --> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/rumble-left-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>0.3746</x> + <y>0.927</y> + <z>0</z> + <inner-angle>192</inner-angle> + <outer-angle>304</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>120</reference-dist> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_rumble_side_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-rumbleSide.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/rumble-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/rumble-right-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>0.3746</x> + <y>-0.927</y> + <z>0</z> + <inner-angle>56</inner-angle> + <outer-angle>168</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>120</reference-dist> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_rumble_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-rumble.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/rumble-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/rumble-left-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>1</x> + <y>0</y> + <z>0</z> + <inner-angle>60</inner-angle> + <outer-angle>300</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>120</reference-dist> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_rumble_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-rumble.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/rumble-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/rumble-right-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>1</x> + <y>0</y> + <z>0</z> + <inner-angle>60</inner-angle> + <outer-angle>300</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>120</reference-dist> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_rumble2_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-rumble.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/rumble-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/rumble-left-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>0</x> + <y>1</y> + <z>0</z> + <inner-angle>100</inner-angle> + <outer-angle>80</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>120</reference-dist> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_rumble2_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-rumble.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/rumble-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/rumble-right-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>0</x> + <y>-1</y> + <z>0</z> + <inner-angle>280</inner-angle> + <outer-angle>260</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>120</reference-dist> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_reverse_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-reverse.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/reverse-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/reverse-left-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>1</x> + <y>0</y> + <z>0</z> + <inner-angle>10</inner-angle> + <outer-angle>350</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>500</reference-dist> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_reverse_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/external/cfm-reverse.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/reverse-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/reverse-right-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>1</x> + <y>0</y> + <z>0</z> + <inner-angle>10</inner-angle> + <outer-angle>350</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>500</reference-dist> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + + + + + <!-- wingaft --> + <engine> + <name>a320_wingaft_idle_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingaft/cfm-idle.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/idle-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/idle-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingaft_idle_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingaft/cfm-idle.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/idle-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/idle-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingaft_idle2_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingaft/cfm-idle2.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/idle2-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/idle2-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingaft_idle2_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingaft/cfm-idle2.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/idle2-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/idle2-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingaft_lowspool_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingaft/cfm-lowspool.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/lowspool-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/lowspool-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingaft_lowspool_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingaft/cfm-lowspool.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/lowspool-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/lowspool-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingaft_spool_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingaft/cfm-lowspool.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/spool-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/spool-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingaft_spool_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingaft/cfm-lowspool.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/spool-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/spool-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingaft_hum_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingaft/cfm-hum.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/hum-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/hum-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingaft_hum_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingaft/cfm-hum.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/hum-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/hum-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingaft_humfull_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingaft/cfm-humfull.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/fullhum-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/fullhum-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingaft_humfull_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingaft/cfm-humfull.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/fullhum-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/fullhum-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingaft_comb_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingaft/cfm-comb-full.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/comb-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/comb-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingaft_comb_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingaft/cfm-comb-full.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/comb-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/comb-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingaft_comb2_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingaft/cfm-comb-full.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/comb2-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/comb2-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingaft_comb2_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingaft/cfm-comb-full.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/comb2-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/comb2-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingaft_buzz_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56A/wingaft/cfm-buzz.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/buzz-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/buzz-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingaft_buzz_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56A/wingaft/cfm-buzz.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/buzz-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/buzz-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingaft_reverse_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingaft/cfm-reverse.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/reverse-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/reverse-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingaft_reverse_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingaft/cfm-reverse.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/reverse-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/reverse-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + + + + + + + + + + + <!-- wingfwd --> + <engine> + <name>a320_wingfwd_idle_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingfwd/cfm-idle.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/idle-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/idle-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingfwd_idle_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingfwd/cfm-idle.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/idle-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/idle-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingfwd_idle2_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingfwd/cfm-idle2.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/idle2-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/idle2-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingfwd_idle2_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingfwd/cfm-idle2.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/idle2-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/idle2-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingfwd_lowspool_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingfwd/cfm-lowspool.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/lowspool-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/lowspool-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingfwd_lowspool_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingfwd/cfm-lowspool.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/lowspool-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/lowspool-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingfwd_spool_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingfwd/cfm-lowspool.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/spool-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/spool-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingfwd_spool_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingfwd/cfm-lowspool.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/spool-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/spool-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingfwd_hum_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingfwd/cfm-hum.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/hum-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/hum-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingfwd_hum_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingfwd/cfm-hum.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/hum-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/hum-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingfwd_comb_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingfwd/cfm-comb.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/comb-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/comb-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingfwd_comb_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingfwd/cfm-comb.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/comb-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/comb-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingfwd_comb2_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingfwd/cfm-comb-full.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/comb2-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/comb2-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingfwd_comb2_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingfwd/cfm-comb-full.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/comb2-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/comb2-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingfwd_buzz_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56A/wingfwd/cfm-buzz.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/buzz-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/buzz-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingfwd_buzz_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56A/wingfwd/cfm-buzz.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/buzz-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/buzz-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingfwd_reverse_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingfwd/cfm-reverse.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/reverse-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/reverse-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingfwd_reverse_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/CFM56/wingfwd/cfm-reverse.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/reverse-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/reverse-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + </fx> +</PropertyList> \ No newline at end of file diff --git a/Sounds/flaps-stereo.wav b/Sounds/flaps-stereo.wav deleted file mode 100644 index 62e5563c..00000000 Binary files a/Sounds/flaps-stereo.wav and /dev/null differ diff --git a/Sounds/flaps.wav b/Sounds/flaps.wav deleted file mode 100644 index 952b096b..00000000 Binary files a/Sounds/flaps.wav and /dev/null differ diff --git a/Sounds/touchdown.wav b/Sounds/touchdown.wav deleted file mode 100644 index 3c7446ca..00000000 Binary files a/Sounds/touchdown.wav and /dev/null differ diff --git a/Sounds/v2500-sound.xml b/Sounds/v2500-sound.xml index 2b4d9334..9de45985 100644 --- a/Sounds/v2500-sound.xml +++ b/Sounds/v2500-sound.xml @@ -2,16 +2,20 @@ <PropertyList include="A320-common-sound.xml"> <fx> + <!-- cockpit --> <engine> - <name>a320_a1s</name> + <name>a320_cockpit_idle_left</name> <mode>looped</mode> - <path>FL2070/abn1strt.wav</path> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/cockpit/v2500-idle.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> <volume> - <property>a320/sound/a1strt</property> + <property>a320/sound/cockpit/idle-left-v</property> <offset>0</offset> </volume> <pitch> - <property>a320/sound/a1strtp</property> + <property>a320/sound/cockpit/idle-left-p</property> <offset>0</offset> </pitch> <position> @@ -22,46 +26,40 @@ </engine> <engine> - <name>a320_b1s</name> + <name>a320_cockpit_idle_right</name> <mode>looped</mode> - <path>FL2070/abn1strt.wav</path> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/cockpit/v2500-idle.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> <volume> - <property>a320/sound/b1strt</property> + <property>a320/sound/cockpit/idle-right-v</property> <offset>0</offset> </volume> <pitch> - <property>a320/sound/b1strtp</property> + <property>a320/sound/cockpit/idle-right-p</property> <offset>0</offset> </pitch> <position> - <x>0.0</x> + <x>00</x> <y>-20</y> - <z>0.0</z> + <z>00</z> </position> </engine> - - - - - <engine> - <name>a320_a11</name> + <name>a320_cockpit_lowspool_left</name> <mode>looped</mode> - <path>FL2070/iae11a.wav</path> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/cockpit/v2500-lowspool.wav</path> <condition> - <property>sim/current-view/internal</property> - <less-than> - <property>sim/current-view/z-offset-m</property> - <value>-2</value> - </less-than> + <property>/sim/sound/suppress-warning</property> </condition> <volume> - <property>a320/sound/a11</property> + <property>a320/sound/cockpit/lowspool-left-v</property> <offset>0</offset> </volume> <pitch> - <property>a320/sound/a11p</property> + <property>a320/sound/cockpit/lowspool-left-p</property> <offset>0</offset> </pitch> <position> @@ -72,22 +70,40 @@ </engine> <engine> - <name>a320_a12</name> + <name>a320_cockpit_lowspool_right</name> <mode>looped</mode> - <path>FL2070/iae12a.wav</path> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/cockpit/v2500-lowspool.wav</path> <condition> - <property>sim/current-view/internal</property> - <less-than> - <property>sim/current-view/z-offset-m</property> - <value>-2</value> - </less-than> + <property>/sim/sound/suppress-warning</property> </condition> <volume> - <property>a320/sound/a12</property> + <property>a320/sound/cockpit/lowspool-right-v</property> <offset>0</offset> </volume> <pitch> - <property>a320/sound/a12p</property> + <property>a320/sound/cockpit/lowspool-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_cockpit_comb_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/cockpit/v2500-comb.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/cockpit/comb-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/cockpit/comb-left-p</property> <offset>0</offset> </pitch> <position> @@ -98,137 +114,40 @@ </engine> <engine> - <name>a320_a13</name> + <name>a320_cockpit_comb_right</name> <mode>looped</mode> - <path>FL2070/iae13a.wav</path> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/cockpit/v2500-comb.wav</path> <condition> - <property>sim/current-view/internal</property> - <less-than> - <property>sim/current-view/z-offset-m</property> - <value>-2</value> - </less-than> + <property>/sim/sound/suppress-warning</property> </condition> <volume> - <property>a320/sound/a13</property> + <property>a320/sound/cockpit/comb-right-v</property> <offset>0</offset> </volume> <pitch> - <property>a320/sound/a13p</property> + <property>a320/sound/cockpit/comb-right-p</property> <offset>0</offset> </pitch> <position> <x>00</x> - <y>20</y> + <y>-20</y> <z>00</z> </position> </engine> - <engine> - <name>a320_b11</name> + <name>a320_cockpit_buzz_left</name> <mode>looped</mode> - <path>FL2070/iae11b.wav</path> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/cockpit/v2500-buzz.wav</path> <condition> - <property>sim/current-view/internal</property> - <less-than> - <property>sim/current-view/z-offset-m</property> - <value>-2</value> - </less-than> + <property>/sim/sound/suppress-warning</property> </condition> <volume> - <property>a320/sound/b11</property> + <property>a320/sound/cockpit/buzz-left-v</property> <offset>0</offset> </volume> <pitch> - <property>a320/sound/b11p</property> - <offset>0</offset> - </pitch> - <position> - <x>0.0</x> - <y>-20</y> - <z>0.0</z> - </position> - </engine> - - <engine> - <name>a320_b12</name> - <mode>looped</mode> - <path>FL2070/iae12b.wav</path> - <condition> - <property>sim/current-view/internal</property> - <less-than> - <property>sim/current-view/z-offset-m</property> - <value>-2</value> - </less-than> - </condition> - <volume> - <property>a320/sound/b12</property> - <offset>0</offset> - </volume> - <pitch> - <property>a320/sound/b12p</property> - <offset>0</offset> - </pitch> - <position> - <x>0.0</x> - <y>-20</y> - <z>0.0</z> - </position> - </engine> - - <engine> - <name>a320_b13</name> - <mode>looped</mode> - <path>FL2070/iae13b.wav</path> - <condition> - <property>sim/current-view/internal</property> - <less-than> - <property>sim/current-view/z-offset-m</property> - <value>-2</value> - </less-than> - </condition> - <volume> - <property>a320/sound/b13</property> - <offset>0</offset> - </volume> - <pitch> - <property>a320/sound/b13p</property> - <offset>0</offset> - </pitch> - <position> - <x>0.0</x> - <y>-20</y> - <z>0.0</z> - </position> - </engine> - - - - - - - - - - - - <engine> - <name>a320_a21</name> - <mode>looped</mode> - <path>FL2070/axx21.wav</path> - <condition> - <property>sim/current-view/internal</property> - <greater-than> - <property>sim/current-view/z-offset-m</property> - <value>-1.9</value> - </greater-than> - </condition> - <volume> - <property>a320/sound/a11</property> - <offset>0</offset> - </volume> - <pitch> - <property>a320/sound/a11p</property> + <property>a320/sound/cockpit/buzz-left-p</property> <offset>0</offset> </pitch> <position> @@ -239,22 +158,40 @@ </engine> <engine> - <name>a320_a22</name> + <name>a320_cockpit_buzz_right</name> <mode>looped</mode> - <path>FL2070/axx22.wav</path> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/cockpit/v2500-buzz.wav</path> <condition> - <property>sim/current-view/internal</property> - <greater-than> - <property>sim/current-view/z-offset-m</property> - <value>-1.9</value> - </greater-than> + <property>/sim/sound/suppress-warning</property> </condition> <volume> - <property>a320/sound/a12</property> + <property>a320/sound/cockpit/buzz-right-v</property> <offset>0</offset> </volume> <pitch> - <property>a320/sound/a12p</property> + <property>a320/sound/cockpit/buzz-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_cockpit_reverse_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/cockpit/v2500-reverse.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/cockpit/reverse-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/cockpit/reverse-left-p</property> <offset>0</offset> </pitch> <position> @@ -265,24 +202,59 @@ </engine> <engine> - <name>a320_a23</name> + <name>a320_cockpit_reverse_right</name> <mode>looped</mode> - <path>FL2070/axx23.wav</path> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/cockpit/v2500-reverse.wav</path> <condition> - <property>sim/current-view/internal</property> - <greater-than> - <property>sim/current-view/z-offset-m</property> - <value>-1.9</value> - </greater-than> + <property>/sim/sound/suppress-warning</property> </condition> <volume> - <property>a320/sound/a13</property> + <property>a320/sound/cockpit/reverse-right-v</property> <offset>0</offset> </volume> <pitch> - <property>a320/sound/a13p</property> + <property>a320/sound/cockpit/reverse-right-p</property> <offset>0</offset> </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + + + + + + + + <!-- outside --> + <engine> + <name>a320_external_idle_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/external/v2500-idle.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/idle-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/idle-left-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>-1</x> + <y>0</y> + <z>0</z> + <inner-angle>210</inner-angle> + <outer-angle>150</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>90</reference-dist> <position> <x>00</x> <y>20</y> @@ -290,105 +262,729 @@ </position> </engine> - <engine> - <name>a320_b21</name> - <property>sim/current-view/internal</property> + <name>a320_external_idle_right</name> <mode>looped</mode> - <path>FL2070/axx21.wav</path> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/external/v2500-idle.wav</path> <condition> - <property>sim/current-view/internal</property> - <greater-than> - <property>sim/current-view/z-offset-m</property> - <value>-1.9</value> - </greater-than> + <property>/sim/sound/suppress-warning</property> </condition> <volume> - <property>a320/sound/b11</property> + <property>a320/sound/external/idle-right-v</property> <offset>0</offset> </volume> <pitch> - <property>a320/sound/b11p</property> + <property>a320/sound/external/idle-right-p</property> <offset>0</offset> </pitch> + <orientation> + <x>-1</x> + <y>0</y> + <z>0</z> + <inner-angle>210</inner-angle> + <outer-angle>150</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>90</reference-dist> <position> - <x>0.0</x> + <x>00</x> <y>-20</y> - <z>0.0</z> + <z>00</z> </position> </engine> <engine> - <name>a320_b22</name> + <name>a320_external_idle_rear_left</name> <mode>looped</mode> - <path>FL2070/axx22.wav</path> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/external/v2500-idleRear.wav</path> <condition> - <property>sim/current-view/internal</property> - <greater-than> - <property>sim/current-view/z-offset-m</property> - <value>-1.9</value> - </greater-than> + <property>/sim/sound/suppress-warning</property> </condition> <volume> - <property>a320/sound/b12</property> + <property>a320/sound/external/idleR-left-v</property> <offset>0</offset> </volume> <pitch> - <property>a320/sound/b12p</property> + <property>a320/sound/external/idleR-left-p</property> <offset>0</offset> </pitch> + <orientation> + <x>1</x> + <y>0</y> + <z>0</z> + <inner-angle>5</inner-angle> + <outer-angle>355</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>60</reference-dist> <position> - <x>0.0</x> - <y>-20</y> - <z>0.0</z> + <x>00</x> + <y>20</y> + <z>00</z> </position> </engine> <engine> - <name>a320_b23</name> + <name>a320_external_idle_rear_right</name> <mode>looped</mode> - <path>FL2070/axx23.wav</path> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/external/v2500-idleRear.wav</path> <condition> - <property>sim/current-view/internal</property> - <greater-than> - <property>sim/current-view/z-offset-m</property> - <value>-1.9</value> - </greater-than> + <property>/sim/sound/suppress-warning</property> </condition> <volume> - <property>a320/sound/b13</property> + <property>a320/sound/external/idleR-right-v</property> <offset>0</offset> </volume> <pitch> - <property>a320/sound/b13p</property> + <property>a320/sound/external/idleR-right-p</property> <offset>0</offset> </pitch> + <orientation> + <x>1</x> + <y>0</y> + <z>0</z> + <inner-angle>5</inner-angle> + <outer-angle>355</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>60</reference-dist> <position> - <x>0.0</x> + <x>00</x> <y>-20</y> - <z>0.0</z> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_idle_close_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/external/v2500-idleClose.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/idleC-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/idleC-left-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>-1</x> + <y>0</y> + <z>0</z> + <inner-angle>270</inner-angle> + <outer-angle>90</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>30</reference-dist> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_idle_close_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/external/v2500-idleClose.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/idleC-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/idleC-right-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>-1</x> + <y>0</y> + <z>0</z> + <inner-angle>270</inner-angle> + <outer-angle>90</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>30</reference-dist> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_spool_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/external/v2500-spool.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/spool-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/spool-left-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>-1</x> + <y>0</y> + <z>0</z> + <inner-angle>225</inner-angle> + <outer-angle>135</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>90</reference-dist> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_spool_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/external/v2500-spool.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/spool-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/spool-right-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>-1</x> + <y>0</y> + <z>0</z> + <inner-angle>225</inner-angle> + <outer-angle>135</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>90</reference-dist> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_lowspool_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/external/v2500-lowspool.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/lowspool-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/spool-left-p</property> <!-- not a bug, uses same curves --> + <offset>0</offset> + </pitch> + <orientation> + <x>-1</x> + <y>1</y> + <z>0</z> + <inner-angle>180</inner-angle> + <outer-angle>90</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>120</reference-dist> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_lowspool_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/external/v2500-lowspool.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/lowspool-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/spool-right-p</property> <!-- not a bug, uses same curves --> + <offset>0</offset> + </pitch> + <orientation> + <x>-1</x> + <y>-1</y> + <z>0</z> + <inner-angle>270</inner-angle> + <outer-angle>180</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>120</reference-dist> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_buzz_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/external/v2500-buzz.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/buzz-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/buzz-left-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>-1</x> + <y>1</y> + <z>0</z> + <inner-angle>257.5</inner-angle> + <outer-angle>10.5</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>150</reference-dist> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_buzz_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/external/v2500-buzz.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/buzz-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/buzz-right-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>-1</x> + <y>-1</y> + <z>0</z> + <inner-angle>101.5</inner-angle> + <outer-angle>348.5</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>150</reference-dist> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_buzz_distant_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/external/v2500-buzzDist.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/buzz-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/buzz-left-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>-1</x> + <y>0</y> + <z>0</z> + <inner-angle>270</inner-angle> + <outer-angle>90</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>150</reference-dist> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_buzz_distant_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/external/v2500-buzzDist.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/buzz-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/buzz-right-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>-1</x> + <y>0</y> + <z>0</z> + <inner-angle>270</inner-angle> + <outer-angle>90</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>150</reference-dist> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_rumble_distant_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/external/v2500-rumbleDist.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/rumble-left-v</property> <!-- not a bug, uses same curve --> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/rumble-left-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>1</x> + <y>0</y> + <z>0</z> + </orientation> + <reference-dist>1500</reference-dist> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_rumble_distant_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/external/v2500-rumbleDist.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/rumble-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/rumble-right-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>1</x> + <y>0</y> + <z>0</z> + </orientation> + <reference-dist>1500</reference-dist> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_rumble_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/external/v2500-rumble.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/rumble-left-v</property> <!-- not a bug, uses same curve --> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/rumble-left-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>1</x> + <y>0</y> + <z>0</z> + <inner-angle>60</inner-angle> + <outer-angle>300</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>200</reference-dist> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_rumble_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/external/v2500-rumble.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/rumble-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/rumble-right-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>1</x> + <y>0</y> + <z>0</z> + <inner-angle>60</inner-angle> + <outer-angle>300</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>200</reference-dist> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_rumble_side_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/external/v2500-rumbleSide.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/rumble-left-v</property> <!-- not a bug, uses same curve --> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/rumble-left-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>0.3746</x> + <y>0.927</y> + <z>0</z> + <inner-angle>192</inner-angle> + <outer-angle>304</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>120</reference-dist> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_rumble_side_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/external/v2500-rumbleSide.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/rumble-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/rumble-right-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>0.3746</x> + <y>-0.927</y> + <z>0</z> + <inner-angle>56</inner-angle> + <outer-angle>168</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>120</reference-dist> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_rumble2_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/external/v2500-rumble.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/rumble-left-v</property> <!-- not a bug, uses same curve --> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/rumble2-left-p</property> <!-- not a bug, uses different curve --> + <offset>0</offset> + </pitch> + <orientation> + <x>0</x> + <y>1</y> + <z>0</z> + <inner-angle>95</inner-angle> + <outer-angle>85</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>110</reference-dist> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_rumble2_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/external/v2500-rumble.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/rumble-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/rumble2-right-p</property> <!-- not a bug, uses different curve --> + <offset>0</offset> + </pitch> + <orientation> + <x>0</x> + <y>-1</y> + <z>0</z> + <inner-angle>275</inner-angle> + <outer-angle>265</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>110</reference-dist> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_reverse_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/external/v2500-reverse.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/reverse-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/reverse-left-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>1</x> + <y>0</y> + <z>0</z> + <inner-angle>5</inner-angle> + <outer-angle>355</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>500</reference-dist> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_external_reverse_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/external/v2500-reverse.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/external/reverse-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/external/reverse-right-p</property> + <offset>0</offset> + </pitch> + <orientation> + <x>1</x> + <y>0</y> + <z>0</z> + <inner-angle>5</inner-angle> + <outer-angle>355</outer-angle> + <outer-gain>0.01</outer-gain> + </orientation> + <reference-dist>500</reference-dist> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> </position> </engine> - - - - + <!-- wingaft --> <engine> - <name>xa320_a11</name> + <name>a320_wingaft_idle_left</name> <mode>looped</mode> - <path>FL2070/xabn11.wav</path> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/wingaft/v2500-idle.wav</path> <condition> - <not><property>sim/current-view/internal</property></not> + <property>/sim/sound/suppress-warning</property> </condition> <volume> - <property>a320/sound/a11</property> + <property>a320/sound/wingaft/idle-left-v</property> <offset>0</offset> </volume> <pitch> - <property>a320/sound/a11p</property> + <property>a320/sound/wingaft/idle-left-p</property> <offset>0</offset> </pitch> <position> @@ -399,18 +995,40 @@ </engine> <engine> - <name>xa320_a12</name> - <condition> - <not><property>sim/current-view/internal</property></not> - </condition> + <name>a320_wingaft_idle_right</name> <mode>looped</mode> - <path>FL2070/xabn12.wav</path> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/wingaft/v2500-idle.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> <volume> - <property>a320/sound/a12</property> + <property>a320/sound/wingaft/idle-right-v</property> <offset>0</offset> </volume> <pitch> - <property>a320/sound/a12p</property> + <property>a320/sound/wingaft/idle-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingaft_whine_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/wingaft/v2500-whine.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/whine-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/whine-left-p</property> <offset>0</offset> </pitch> <position> @@ -421,18 +1039,40 @@ </engine> <engine> - <name>xa320_a13</name> - <condition> - <not><property>sim/current-view/internal</property></not> - </condition> + <name>a320_wingaft_whine_right</name> <mode>looped</mode> - <path>FL2070/xabn13.wav</path> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/wingaft/v2500-whine.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> <volume> - <property>a320/sound/a13</property> + <property>a320/sound/wingaft/whine-right-v</property> <offset>0</offset> </volume> <pitch> - <property>a320/sound/a13p</property> + <property>a320/sound/wingaft/whine-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingaft_lowspool_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/wingaft/v2500-lowspool.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/lowspool-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/lowspool-left-p</property> <offset>0</offset> </pitch> <position> @@ -442,72 +1082,433 @@ </position> </engine> - <engine> - <name>xa320_b11</name> - <condition> - <not><property>sim/current-view/internal</property></not> - </condition> + <name>a320_wingaft_lowspool_right</name> <mode>looped</mode> - <path>FL2070/xabn11.wav</path> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/wingaft/v2500-lowspool.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> <volume> - <property>a320/sound/b11</property> + <property>a320/sound/wingaft/lowspool-right-v</property> <offset>0</offset> </volume> <pitch> - <property>a320/sound/b11p</property> + <property>a320/sound/wingaft/lowspool-right-p</property> <offset>0</offset> </pitch> <position> - <x>0.0</x> + <x>00</x> <y>-20</y> - <z>0.0</z> + <z>00</z> </position> </engine> <engine> - <name>xa320_b12</name> - <condition> - <not><property>sim/current-view/internal</property></not> - </condition> + <name>a320_wingaft_comb_left</name> <mode>looped</mode> - <path>FL2070/xabn12.wav</path> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/wingaft/v2500-comb.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> <volume> - <property>a320/sound/b12</property> + <property>a320/sound/wingaft/comb-left-v</property> <offset>0</offset> </volume> <pitch> - <property>a320/sound/b12p</property> + <property>a320/sound/wingaft/comb-left-p</property> <offset>0</offset> </pitch> <position> - <x>0.0</x> - <y>-20</y> - <z>0.0</z> + <x>00</x> + <y>20</y> + <z>00</z> </position> </engine> <engine> - <name>xa320_b13</name> - <condition> - <not><property>sim/current-view/internal</property></not> - </condition> + <name>a320_wingaft_comb_right</name> <mode>looped</mode> - <path>FL2070/xabn13.wav</path> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/wingaft/v2500-comb.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> <volume> - <property>a320/sound/b13</property> + <property>a320/sound/wingaft/comb-right-v</property> <offset>0</offset> </volume> <pitch> - <property>a320/sound/b13p</property> + <property>a320/sound/wingaft/comb-right-p</property> <offset>0</offset> </pitch> <position> - <x>0.0</x> + <x>00</x> <y>-20</y> - <z>0.0</z> + <z>00</z> </position> </engine> + <engine> + <name>a320_wingaft_fullhum_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/wingaft/v2500-fullhum.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/fullhum-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/fullhum-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingaft_fullhum_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/wingaft/v2500-fullhum.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/fullhum-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/fullhum-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingaft_reverse_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/wingaft/v2500-reverse.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/reverse-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/reverse-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingaft_reverse_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/wingaft/v2500-reverse.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingaft/reverse-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingaft/reverse-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + + + + + + + + + + + <!-- wingfwd --> + <engine> + <name>a320_wingfwd_idle_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/wingfwd/v2500-idle.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/idle-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/idle-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingfwd_idle_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/wingfwd/v2500-idle.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/idle-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/idle-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingfwd_lowspool_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/wingfwd/v2500-lowspool.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/lowspool-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/lowspool-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingfwd_lowspool_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/wingfwd/v2500-lowspool.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/lowspool-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/lowspool-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingfwd_comb_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/wingfwd/v2500-comb.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/comb-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/comb-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingfwd_comb_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/wingfwd/v2500-comb.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/comb-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/comb-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingfwd_fullhum_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/wingfwd/v2500-fullhum.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/fullhum-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/fullhum-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingfwd_fullhum_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/wingfwd/v2500-fullhum.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/fullhum-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/fullhum-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingfwd_buzz_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/wingfwd/v2500-buzz.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/buzz-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/buzz-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingfwd_buzz_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/wingfwd/v2500-buzz.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/buzz-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/buzz-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingfwd_reverse_left</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/wingfwd/v2500-reverse.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/reverse-left-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/reverse-left-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>20</y> + <z>00</z> + </position> + </engine> + + <engine> + <name>a320_wingfwd_reverse_right</name> + <mode>looped</mode> + <path>Aircraft/IDG-A32X/Sounds/SASA/V2500/wingfwd/v2500-reverse.wav</path> + <condition> + <property>/sim/sound/suppress-warning</property> + </condition> + <volume> + <property>a320/sound/wingfwd/reverse-right-v</property> + <offset>0</offset> + </volume> + <pitch> + <property>a320/sound/wingfwd/reverse-right-p</property> + <offset>0</offset> + </pitch> + <position> + <x>00</x> + <y>-20</y> + <z>00</z> + </position> + </engine> </fx> </PropertyList> \ No newline at end of file diff --git a/Systems/cfm56-sound.xml b/Systems/cfm56-sound.xml index 6e2f5c8d..63f0d30b 100644 --- a/Systems/cfm56-sound.xml +++ b/Systems/cfm56-sound.xml @@ -4,90 +4,2065 @@ <PropertyList> +<!-- cockpit + idle --> <filter> - <type>gain</type> - <gain>1</gain> - <input> - <expression> - <product> - <table> - <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value> </product> - <entry><ind>0.00</ind> <dep>0.00</dep></entry> - <entry><ind>0.05</ind> <dep>0.90</dep></entry> - <entry><ind>0.15</ind> <dep>0.50</dep></entry> - <entry><ind>0.19</ind> <dep>0.00</dep></entry> - </table> - - </product> - </expression> - </input> - <output> - <prop>sim/sound/engines/a1strt</prop> - </output> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> <!-- yes its meant to be this property --> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.15</ind> <dep>0.000</dep></entry> + <entry><ind>0.19</ind> <dep>0.900</dep></entry> + <entry><ind>0.417</ind><dep>0.673</dep></entry> + <entry><ind>0.55</ind> <dep>0.297</dep></entry> + <entry><ind>0.572</ind><dep>0.042</dep></entry> + <entry><ind>0.70</ind> <dep>0.000</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/idle-left-v</prop> + </output> </filter> <filter> - <type>gain</type> - <gain>1</gain> - <input> - <expression> - <product> - <table> - <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value> </product> - <entry><ind>0.00</ind> <dep>0.50</dep></entry> - <entry><ind>0.05</ind> <dep>0.70</dep></entry> - <entry><ind>0.19</ind> <dep>1.50</dep></entry> - </table> - - </product> - </expression> - </input> - <output> - <prop>sim/sound/engines/a1strtp</prop> - </output> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.15</ind> <dep>0.000</dep></entry> + <entry><ind>0.19</ind> <dep>0.900</dep></entry> + <entry><ind>0.417</ind><dep>0.673</dep></entry> + <entry><ind>0.55</ind> <dep>0.297</dep></entry> + <entry><ind>0.572</ind><dep>0.042</dep></entry> + <entry><ind>0.70</ind> <dep>0.000</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/idle-right-v</prop> + </output> </filter> <filter> - <type>gain</type> - <gain>1</gain> - <input> - <expression> - <product> - <table> - <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value> </product> - <entry><ind>0.00</ind> <dep>0.00</dep></entry> - <entry><ind>0.05</ind> <dep>0.90</dep></entry> - <entry><ind>0.15</ind> <dep>0.50</dep></entry> - <entry><ind>0.19</ind> <dep>0.00</dep></entry> - </table> - - </product> - </expression> - </input> - <output> - <prop>sim/sound/engines/b1strt</prop> - </output> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.19</ind> <dep>1.10</dep></entry> + <entry><ind>0.425</ind><dep>1.65</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/idle-left-p</prop> + </output> </filter> <filter> - <type>gain</type> - <gain>1</gain> - <input> - <expression> - <product> - <table> - <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value> </product> - <entry><ind>0.00</ind> <dep>0.50</dep></entry> - <entry><ind>0.05</ind> <dep>0.70</dep></entry> - <entry><ind>0.19</ind> <dep>1.50</dep></entry> - </table> - - </product> - </expression> - </input> - <output> - <prop>sim/sound/engines/b1strtp</prop> - </output> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.19</ind> <dep>1.10</dep></entry> + <entry><ind>0.425</ind><dep>1.65</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/idle-right-p</prop> + </output> +</filter> + +<!-- idle2 --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.15</ind> <dep>0.00</dep></entry> + <entry><ind>0.19</ind> <dep>0.00</dep></entry> + <entry><ind>0.417</ind><dep>0.620</dep></entry> + <entry><ind>0.55</ind> <dep>0.964</dep></entry> + <entry><ind>0.572</ind><dep>1.000</dep></entry> + <entry><ind>0.83</ind> <dep>0.180</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/idle2-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.15</ind> <dep>0.00</dep></entry> + <entry><ind>0.19</ind> <dep>0.00</dep></entry> + <entry><ind>0.417</ind><dep>0.620</dep></entry> + <entry><ind>0.55</ind> <dep>0.964</dep></entry> + <entry><ind>0.572</ind><dep>1.000</dep></entry> + <entry><ind>0.83</ind> <dep>0.180</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/idle2-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.58</ind> <dep>1.00</dep></entry> + <entry><ind>0.82</ind> <dep>1.50</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/idle2-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.58</ind> <dep>1.00</dep></entry> + <entry><ind>0.82</ind> <dep>1.50</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/idle2-right-p</prop> + </output> +</filter> + +<!-- spool --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.20</ind> <dep>0.00</dep></entry> + <entry><ind>0.31</ind> <dep>0.00</dep></entry> + <entry><ind>0.50</ind> <dep>0.07</dep></entry> + <entry><ind>0.69</ind> <dep>0.980</dep></entry> + <entry><ind>0.764</ind><dep>0.886</dep></entry> + <entry><ind>0.88</ind> <dep>0.172</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/spool-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.20</ind> <dep>0.00</dep></entry> + <entry><ind>0.31</ind> <dep>0.00</dep></entry> + <entry><ind>0.50</ind> <dep>0.07</dep></entry> + <entry><ind>0.69</ind> <dep>0.980</dep></entry> + <entry><ind>0.764</ind><dep>0.886</dep></entry> + <entry><ind>0.88</ind> <dep>0.172</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/spool-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.31</ind> <dep>0.63</dep></entry> + <entry><ind>0.95</ind> <dep>2.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/spool-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.31</ind> <dep>0.63</dep></entry> + <entry><ind>0.95</ind> <dep>2.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/spool-right-p</prop> + </output> +</filter> + +<!-- hum --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.20</ind> <dep>0.00</dep></entry> + <entry><ind>0.417</ind><dep>0.005</dep></entry> + <entry><ind>0.55</ind> <dep>0.02</dep></entry> + <entry><ind>0.572</ind><dep>0.09</dep></entry> + <entry><ind>0.65</ind> <dep>0.80</dep></entry> + <entry><ind>0.75</ind> <dep>0.00</dep></entry> + <entry><ind>1.00</ind> <dep>0.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/hum-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.20</ind> <dep>0.00</dep></entry> + <entry><ind>0.417</ind><dep>0.005</dep></entry> + <entry><ind>0.55</ind> <dep>0.02</dep></entry> + <entry><ind>0.572</ind><dep>0.09</dep></entry> + <entry><ind>0.65</ind> <dep>0.80</dep></entry> + <entry><ind>0.75</ind> <dep>0.00</dep></entry> + <entry><ind>1.00</ind> <dep>0.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/hum-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.58</ind> <dep>1.00</dep></entry> + <entry><ind>0.82</ind> <dep>1.50</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/hum-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.58</ind> <dep>1.00</dep></entry> + <entry><ind>0.82</ind> <dep>1.50</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/hum-right-p</prop> + </output> +</filter> + +<!-- lowspool --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.20</ind> <dep>0.000</dep></entry> + <entry><ind>0.31</ind> <dep>0.000</dep></entry> + <entry><ind>0.50</ind> <dep>0.464</dep></entry> + <entry><ind>0.69</ind> <dep>0.240</dep></entry> + <entry><ind>0.764</ind><dep>0.205</dep></entry> + <entry><ind>0.88</ind> <dep>0.043</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/lowspool-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.20</ind> <dep>0.000</dep></entry> + <entry><ind>0.31</ind> <dep>0.000</dep></entry> + <entry><ind>0.50</ind> <dep>0.464</dep></entry> + <entry><ind>0.69</ind> <dep>0.240</dep></entry> + <entry><ind>0.764</ind><dep>0.205</dep></entry> + <entry><ind>0.88</ind> <dep>0.043</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/lowspool-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.31</ind> <dep>0.63</dep></entry> + <entry><ind>0.95</ind> <dep>2.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/lowspool-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.31</ind> <dep>0.63</dep></entry> + <entry><ind>0.95</ind> <dep>2.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/lowspool-right-p</prop> + </output> +</filter> + +<!-- comb --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.59</ind> <dep>0.00</dep></entry> + <entry><ind>0.62</ind> <dep>0.40</dep></entry> + <entry><ind>0.74</ind> <dep>0.128</dep></entry> + <entry><ind>0.78</ind> <dep>0.056</dep></entry> + <entry><ind>0.84</ind> <dep>0.056</dep></entry> + <entry><ind>0.944</ind><dep>0.04</dep></entry> + <entry><ind>0.998</ind><dep>0.04</dep></entry> + <entry><ind>1.0</ind> <dep>0.04</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/comb-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.59</ind> <dep>0.00</dep></entry> + <entry><ind>0.62</ind> <dep>0.40</dep></entry> + <entry><ind>0.74</ind> <dep>0.128</dep></entry> + <entry><ind>0.78</ind> <dep>0.056</dep></entry> + <entry><ind>0.84</ind> <dep>0.056</dep></entry> + <entry><ind>0.944</ind><dep>0.04</dep></entry> + <entry><ind>0.998</ind><dep>0.04</dep></entry> + <entry><ind>1.0</ind> <dep>0.04</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/comb-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>1.00</dep></entry> + <entry><ind>1.00</ind> <dep>2.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/comb-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>1.00</dep></entry> + <entry><ind>1.00</ind> <dep>2.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/comb-right-p</prop> + </output> +</filter> + +<!-- comb2 --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.59</ind> <dep>0.00</dep></entry> + <entry><ind>0.62</ind> <dep>0.00</dep></entry> + <entry><ind>0.74</ind> <dep>0.013</dep></entry> + <entry><ind>0.78</ind> <dep>0.4025</dep></entry> + <entry><ind>0.84</ind> <dep>0.950</dep></entry> + <entry><ind>0.944</ind><dep>0.900</dep></entry> + <entry><ind>0.998</ind><dep>0.900</dep></entry> + <entry><ind>1.0</ind> <dep>0.900</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/comb2-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.59</ind> <dep>0.00</dep></entry> + <entry><ind>0.62</ind> <dep>0.00</dep></entry> + <entry><ind>0.74</ind> <dep>0.013</dep></entry> + <entry><ind>0.78</ind> <dep>0.4025</dep></entry> + <entry><ind>0.84</ind> <dep>0.950</dep></entry> + <entry><ind>0.944</ind><dep>0.900</dep></entry> + <entry><ind>0.998</ind><dep>0.900</dep></entry> + <entry><ind>1.0</ind> <dep>0.900</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/comb2-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>0.50</dep></entry> + <entry><ind>1.00</ind> <dep>1.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/comb2-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>0.50</dep></entry> + <entry><ind>1.00</ind> <dep>1.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/comb2-right-p</prop> + </output> +</filter> + +<!-- buzz --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.75</ind> <dep>0.000</dep></entry> + <entry><ind>0.80</ind> <dep>0.894</dep></entry> + <entry><ind>0.87</ind> <dep>0.995</dep></entry> + <entry><ind>0.89</ind> <dep>1.000</dep></entry> + <entry><ind>0.95</ind> <dep>0.936</dep></entry> + <entry><ind>1.00</ind> <dep>0.936</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/buzz-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.75</ind> <dep>0.000</dep></entry> + <entry><ind>0.80</ind> <dep>0.894</dep></entry> + <entry><ind>0.87</ind> <dep>0.995</dep></entry> + <entry><ind>0.89</ind> <dep>1.000</dep></entry> + <entry><ind>0.95</ind> <dep>0.936</dep></entry> + <entry><ind>1.00</ind> <dep>0.936</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/buzz-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.31</ind> <dep>0.315</dep></entry> + <entry><ind>0.95</ind> <dep>1.000</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/buzz-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.31</ind> <dep>0.315</dep></entry> + <entry><ind>0.95</ind> <dep>1.000</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/buzz-right-p</prop> + </output> +</filter> + +<!-- reverse --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <property>/engines/engine[0]/reverser-pos-norm</property> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>0.000</dep></entry> + <entry><ind>0.70</ind> <dep>0.800</dep></entry> + <entry><ind>1.00</ind> <dep>0.995</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/reverse-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <property>/engines/engine[1]/reverser-pos-norm</property> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>0.000</dep></entry> + <entry><ind>0.70</ind> <dep>0.800</dep></entry> + <entry><ind>1.00</ind> <dep>0.995</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/reverse-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <property>/engines/engine[0]/reverser-pos-norm</property> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>0.0</dep></entry> + <entry><ind>0.90</ind> <dep>1.0</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/reverse-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <property>/engines/engine[1]/reverser-pos-norm</property> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>0.0</dep></entry> + <entry><ind>0.90</ind> <dep>1.0</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/reverse-right-p</prop> + </output> +</filter> + +<!-- outside + idle --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.14</ind> <dep>0.000</dep></entry> + <entry><ind>0.15</ind> <dep>0.010</dep></entry> + <entry><ind>0.19</ind> <dep>0.900</dep></entry> + <entry><ind>0.417</ind><dep>0.310</dep></entry> + <entry><ind>0.70</ind> <dep>0.018</dep></entry> + <entry><ind>0.998</ind><dep>0.000</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/idle-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.14</ind> <dep>0.000</dep></entry> + <entry><ind>0.15</ind> <dep>0.010</dep></entry> + <entry><ind>0.19</ind> <dep>0.900</dep></entry> + <entry><ind>0.417</ind><dep>0.310</dep></entry> + <entry><ind>0.70</ind> <dep>0.018</dep></entry> + <entry><ind>0.998</ind><dep>0.000</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/idle-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.19</ind> <dep>1.00</dep></entry> + <entry><ind>0.425</ind><dep>1.5</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/idle-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.19</ind> <dep>1.00</dep></entry> + <entry><ind>0.425</ind><dep>1.5</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/idle-right-p</prop> + </output> +</filter> + +<!-- idle rear --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.14</ind> <dep>0.000</dep></entry> + <entry><ind>0.15</ind> <dep>0.010</dep></entry> + <entry><ind>0.19</ind> <dep>0.900</dep></entry> + <entry><ind>0.417</ind><dep>0.310</dep></entry> + <entry><ind>0.55</ind> <dep>0.240</dep></entry> + <entry><ind>0.572</ind><dep>0.100</dep></entry> + <entry><ind>0.70</ind> <dep>0.018</dep></entry> + <entry><ind>0.998</ind><dep>0.000</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/idleR-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.14</ind> <dep>0.000</dep></entry> + <entry><ind>0.15</ind> <dep>0.010</dep></entry> + <entry><ind>0.19</ind> <dep>0.900</dep></entry> + <entry><ind>0.417</ind><dep>0.310</dep></entry> + <entry><ind>0.55</ind> <dep>0.240</dep></entry> + <entry><ind>0.572</ind><dep>0.100</dep></entry> + <entry><ind>0.70</ind> <dep>0.018</dep></entry> + <entry><ind>0.998</ind><dep>0.000</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/idleR-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.19</ind> <dep>1.00</dep></entry> + <entry><ind>0.425</ind><dep>1.5</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/idleR-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.19</ind> <dep>1.00</dep></entry> + <entry><ind>0.425</ind><dep>1.5</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/idleR-right-p</prop> + </output> +</filter> + +<!-- idle close --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.14</ind> <dep>0.000</dep></entry> + <entry><ind>0.15</ind> <dep>0.010</dep></entry> + <entry><ind>0.19</ind> <dep>1.000</dep></entry> + <entry><ind>0.417</ind><dep>0.410</dep></entry> + <entry><ind>0.70</ind> <dep>0.018</dep></entry> + <entry><ind>0.998</ind><dep>0.000</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/idleC-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.14</ind> <dep>0.000</dep></entry> + <entry><ind>0.15</ind> <dep>0.010</dep></entry> + <entry><ind>0.19</ind> <dep>1.000</dep></entry> + <entry><ind>0.417</ind><dep>0.410</dep></entry> + <entry><ind>0.70</ind> <dep>0.018</dep></entry> + <entry><ind>0.998</ind><dep>0.000</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/idleC-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.19</ind> <dep>1.00</dep></entry> + <entry><ind>0.425</ind><dep>1.5</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/idleC-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.19</ind> <dep>1.00</dep></entry> + <entry><ind>0.425</ind><dep>1.5</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/idleC-right-p</prop> + </output> +</filter> + +<!-- spool --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.20</ind> <dep>0.000</dep></entry> + <entry><ind>0.31</ind> <dep>0.000</dep></entry> + <entry><ind>0.60</ind> <dep>0.600</dep></entry> + <entry><ind>0.76</ind> <dep>0.630</dep></entry> + <entry><ind>0.91</ind> <dep>0.550</dep></entry> + <entry><ind>0.95</ind> <dep>0.200</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/spool-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.20</ind> <dep>0.000</dep></entry> + <entry><ind>0.31</ind> <dep>0.000</dep></entry> + <entry><ind>0.60</ind> <dep>0.600</dep></entry> + <entry><ind>0.76</ind> <dep>0.630</dep></entry> + <entry><ind>0.91</ind> <dep>0.550</dep></entry> + <entry><ind>0.95</ind> <dep>0.200</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/spool-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.31</ind> <dep>0.63</dep></entry> + <entry><ind>0.95</ind> <dep>2.0</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/spool-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.31</ind> <dep>0.63</dep></entry> + <entry><ind>0.95</ind> <dep>2.0</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/spool-right-p</prop> + </output> +</filter> + +<!-- buzz --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.75</ind> <dep>0.000</dep></entry> + <entry><ind>0.82</ind> <dep>0.600</dep></entry> + <entry><ind>0.87</ind> <dep>0.800</dep></entry> + <entry><ind>0.90</ind> <dep>0.830</dep></entry> + <entry><ind>0.95</ind> <dep>0.850</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/buzz-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.75</ind> <dep>0.000</dep></entry> + <entry><ind>0.82</ind> <dep>0.600</dep></entry> + <entry><ind>0.87</ind> <dep>0.800</dep></entry> + <entry><ind>0.90</ind> <dep>0.830</dep></entry> + <entry><ind>0.95</ind> <dep>0.850</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/buzz-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.31</ind> <dep>0.315</dep></entry> + <entry><ind>0.95</ind> <dep>1.0</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/buzz-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.31</ind> <dep>0.315</dep></entry> + <entry><ind>0.95</ind> <dep>1.0</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/buzz-right-p</prop> + </output> +</filter> + +<!-- rumble --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>0.000</dep></entry> + <entry><ind>0.90</ind> <dep>0.250</dep></entry> + <entry><ind>1.00</ind> <dep>0.830</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/rumble-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>0.000</dep></entry> + <entry><ind>0.90</ind> <dep>0.250</dep></entry> + <entry><ind>1.00</ind> <dep>0.830</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/rumble-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.6</ind> <dep>0.5</dep></entry> + <entry><ind>1.0</ind> <dep>1.0</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/rumble-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.6</ind> <dep>0.5</dep></entry> + <entry><ind>1.0</ind> <dep>1.0</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/rumble-right-p</prop> + </output> +</filter> + +<!-- rumble distant --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.62</ind> <dep>0.000</dep></entry> + <entry><ind>0.74</ind> <dep>0.050</dep></entry> + <entry><ind>0.88</ind> <dep>0.550</dep></entry> + <entry><ind>0.90</ind> <dep>0.800</dep></entry> + <entry><ind>0.94</ind> <dep>0.830</dep></entry> + <entry><ind>0.99</ind> <dep>0.850</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/rumbleD-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.62</ind> <dep>0.000</dep></entry> + <entry><ind>0.74</ind> <dep>0.050</dep></entry> + <entry><ind>0.88</ind> <dep>0.550</dep></entry> + <entry><ind>0.90</ind> <dep>0.800</dep></entry> + <entry><ind>0.94</ind> <dep>0.830</dep></entry> + <entry><ind>0.99</ind> <dep>0.850</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/rumbleD-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.6</ind> <dep>0.5</dep></entry> + <entry><ind>1.0</ind> <dep>1.0</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/rumbleD-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.6</ind> <dep>0.5</dep></entry> + <entry><ind>1.0</ind> <dep>1.0</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/rumbleD-right-p</prop> + </output> +</filter> + +<!-- reverse --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <property>/engines/engine[0]/reverser-pos-norm</property> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>0.000</dep></entry> + <entry><ind>0.70</ind> <dep>0.800</dep></entry> + <entry><ind>1.00</ind> <dep>0.995</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/reverse-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <property>/engines/engine[1]/reverser-pos-norm</property> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>0.000</dep></entry> + <entry><ind>0.70</ind> <dep>0.800</dep></entry> + <entry><ind>1.00</ind> <dep>0.995</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/reverse-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <property>/engines/engine[0]/reverser-pos-norm</property> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>0.0</dep></entry> + <entry><ind>0.90</ind> <dep>1.0</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/reverse-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <property>/engines/engine[1]/reverser-pos-norm</property> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>0.0</dep></entry> + <entry><ind>0.90</ind> <dep>1.0</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/reverse-right-p</prop> + </output> </filter> @@ -107,135 +2082,2327 @@ - - - - -<!-- - ENGINE VOLUME ---> +<!-- wing view aft + idle --> <filter> - <type>gain</type> - <gain>1</gain> - <input> - <expression> - <product> - <table> - <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value> </product> - <entry><ind>0.06</ind> <dep>0.00</dep></entry> - <entry><ind>0.19</ind> <dep>0.40</dep></entry> - <entry><ind>0.45</ind> <dep>0.15</dep></entry> - <entry><ind>0.55</ind> <dep>0.00</dep></entry> - </table> - </product> - </expression> - </input> - <output> - <prop>a320/sound/a11</prop> - </output> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> <!-- yes its meant to be this property --> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.15</ind> <dep>0.000</dep></entry> + <entry><ind>0.19</ind> <dep>0.900</dep></entry> + <entry><ind>0.417</ind><dep>0.673</dep></entry> + <entry><ind>0.53</ind> <dep>0.357</dep></entry> + <entry><ind>0.572</ind><dep>0.042</dep></entry> + <entry><ind>0.70</ind> <dep>0.000</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/idle-left-v</prop> + </output> </filter> <filter> - <type>gain</type> - <gain>1</gain> - <input> - <expression> - <product> - <table> - <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value> </product> - <entry><ind>0.06</ind> <dep>0.00</dep></entry> - <entry><ind>0.19</ind> <dep>0.40</dep></entry> - <entry><ind>0.45</ind> <dep>0.15</dep></entry> - <entry><ind>0.55</ind> <dep>0.00</dep></entry> - </table> - </product> - </expression> - </input> - <output> - <prop>a320/sound/b11</prop> - </output> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.15</ind> <dep>0.000</dep></entry> + <entry><ind>0.19</ind> <dep>0.900</dep></entry> + <entry><ind>0.417</ind><dep>0.673</dep></entry> + <entry><ind>0.53</ind> <dep>0.357</dep></entry> + <entry><ind>0.572</ind><dep>0.042</dep></entry> + <entry><ind>0.70</ind> <dep>0.000</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/idle-right-v</prop> + </output> </filter> <filter> - <type>gain</type> - <gain>1</gain> - <input> - <expression> - <product> - <table> - <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value> </product> - <entry><ind>0.32</ind> <dep>0.00</dep></entry> - <entry><ind>0.65</ind> <dep>0.30</dep></entry> - <entry><ind>0.90</ind> <dep>0.25</dep></entry> - <entry><ind>0.99</ind> <dep>0.08</dep></entry> - </table> - </product> - </expression> - </input> - <output> - <prop>a320/sound/a12</prop> - </output> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.19</ind> <dep>1.10</dep></entry> + <entry><ind>0.425</ind><dep>1.65</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/idle-left-p</prop> + </output> </filter> <filter> - <type>gain</type> - <gain>1</gain> - <input> - <expression> - <product> - <table> - <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value> </product> - <entry><ind>0.32</ind> <dep>0.00</dep></entry> - <entry><ind>0.65</ind> <dep>0.30</dep></entry> - <entry><ind>0.90</ind> <dep>0.25</dep></entry> - <entry><ind>0.99</ind> <dep>0.08</dep></entry> - </table> - </product> - </expression> - </input> - <output> - <prop>a320/sound/b12</prop> - </output> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.19</ind> <dep>1.10</dep></entry> + <entry><ind>0.425</ind><dep>1.65</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/idle-right-p</prop> + </output> +</filter> + +<!-- idle2 --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.15</ind> <dep>0.00</dep></entry> + <entry><ind>0.19</ind> <dep>0.00</dep></entry> + <entry><ind>0.417</ind><dep>0.620</dep></entry> + <entry><ind>0.55</ind> <dep>0.964</dep></entry> + <entry><ind>0.572</ind><dep>1.000</dep></entry> + <entry><ind>0.83</ind> <dep>0.180</dep></entry>r + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/idle2-left-v</prop> + </output> </filter> <filter> - <type>gain</type> - <gain>1</gain> - <input> - <expression> - <product> - <table> - <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value> </product> - <entry><ind>0.65</ind> <dep>0.00</dep></entry> - <entry><ind>0.70</ind> <dep>0.10</dep></entry> - <entry><ind>1.02</ind> <dep>0.80</dep></entry> - </table> - </product> - </expression> - </input> - <output> - <prop>a320/sound/a13</prop> - </output> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.15</ind> <dep>0.00</dep></entry> + <entry><ind>0.19</ind> <dep>0.00</dep></entry> + <entry><ind>0.417</ind><dep>0.620</dep></entry> + <entry><ind>0.55</ind> <dep>0.964</dep></entry> + <entry><ind>0.572</ind><dep>1.000</dep></entry> + <entry><ind>0.83</ind> <dep>0.180</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/idle2-right-v</prop> + </output> </filter> <filter> - <type>gain</type> - <gain>1</gain> - <input> - <expression> - <product> - <table> - <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value> </product> - <entry><ind>0.65</ind> <dep>0.00</dep></entry> - <entry><ind>0.70</ind> <dep>0.10</dep></entry> - <entry><ind>1.02</ind> <dep>0.80</dep></entry> - </table> - </product> - </expression> - </input> - <output> - <prop>a320/sound/b13</prop> - </output> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.32</ind> <dep>0.80</dep></entry> + <entry><ind>0.82</ind> <dep>1.50</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/idle2-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.32</ind> <dep>0.80</dep></entry> + <entry><ind>0.82</ind> <dep>1.50</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/idle2-right-p</prop> + </output> +</filter> + +<!-- spool --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.20</ind> <dep>0.00</dep></entry> + <entry><ind>0.31</ind> <dep>0.00</dep></entry> + <entry><ind>0.50</ind> <dep>0.07</dep></entry> + <entry><ind>0.69</ind> <dep>0.765</dep></entry> + <entry><ind>0.764</ind><dep>0.720</dep></entry> + <entry><ind>0.88</ind> <dep>0.125</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/spool-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.20</ind> <dep>0.00</dep></entry> + <entry><ind>0.31</ind> <dep>0.00</dep></entry> + <entry><ind>0.50</ind> <dep>0.07</dep></entry> + <entry><ind>0.69</ind> <dep>0.765</dep></entry> + <entry><ind>0.764</ind><dep>0.720</dep></entry> + <entry><ind>0.88</ind> <dep>0.125</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/spool-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.31</ind> <dep>0.63</dep></entry> + <entry><ind>0.95</ind> <dep>2.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/spool-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.31</ind> <dep>0.63</dep></entry> + <entry><ind>0.95</ind> <dep>2.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/spool-right-p</prop> + </output> +</filter> + +<!-- hum --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.20</ind> <dep>0.00</dep></entry> + <entry><ind>0.417</ind><dep>0.005</dep></entry> + <entry><ind>0.55</ind> <dep>0.02</dep></entry> + <entry><ind>0.572</ind><dep>0.09</dep></entry> + <entry><ind>0.65</ind> <dep>0.80</dep></entry> + <entry><ind>0.75</ind> <dep>0.00</dep></entry> + <entry><ind>1.00</ind> <dep>0.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/hum-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.20</ind> <dep>0.00</dep></entry> + <entry><ind>0.417</ind><dep>0.005</dep></entry> + <entry><ind>0.55</ind> <dep>0.02</dep></entry> + <entry><ind>0.572</ind><dep>0.09</dep></entry> + <entry><ind>0.65</ind> <dep>0.80</dep></entry> + <entry><ind>0.75</ind> <dep>0.00</dep></entry> + <entry><ind>1.00</ind> <dep>0.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/hum-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.58</ind> <dep>1.00</dep></entry> + <entry><ind>0.82</ind> <dep>1.50</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/hum-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.58</ind> <dep>1.00</dep></entry> + <entry><ind>0.82</ind> <dep>1.50</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/hum-right-p</prop> + </output> +</filter> + +<!-- lowspool --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.20</ind> <dep>0.000</dep></entry> + <entry><ind>0.31</ind> <dep>0.000</dep></entry> + <entry><ind>0.50</ind> <dep>0.420</dep></entry> + <entry><ind>0.69</ind> <dep>0.200</dep></entry> + <entry><ind>0.764</ind><dep>0.185</dep></entry> + <entry><ind>0.88</ind> <dep>0.030</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/lowspool-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.20</ind> <dep>0.000</dep></entry> + <entry><ind>0.31</ind> <dep>0.000</dep></entry> + <entry><ind>0.50</ind> <dep>0.420</dep></entry> + <entry><ind>0.69</ind> <dep>0.200</dep></entry> + <entry><ind>0.764</ind><dep>0.185</dep></entry> + <entry><ind>0.88</ind> <dep>0.030</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/lowspool-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.31</ind> <dep>0.63</dep></entry> + <entry><ind>0.95</ind> <dep>2.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/lowspool-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.31</ind> <dep>0.63</dep></entry> + <entry><ind>0.95</ind> <dep>2.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/lowspool-right-p</prop> + </output> +</filter> + +<!-- fullhum --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.20</ind> <dep>0.000</dep></entry> + <entry><ind>0.31</ind> <dep>0.000</dep></entry> + <entry><ind>0.50</ind> <dep>0.420</dep></entry> + <entry><ind>0.87</ind> <dep>0.450</dep></entry> + <entry><ind>0.87</ind> <dep>0.400</dep></entry> + <entry><ind>0.95</ind> <dep>0.350</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/fullhum-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.20</ind> <dep>0.000</dep></entry> + <entry><ind>0.31</ind> <dep>0.000</dep></entry> + <entry><ind>0.50</ind> <dep>0.520</dep></entry> + <entry><ind>0.87</ind> <dep>0.650</dep></entry> + <entry><ind>0.87</ind> <dep>0.460</dep></entry> + <entry><ind>0.95</ind> <dep>0.350</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/fullhum-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.31</ind> <dep>0.63</dep></entry> + <entry><ind>0.95</ind> <dep>1.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/fullhum-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.31</ind> <dep>0.63</dep></entry> + <entry><ind>0.95</ind> <dep>1.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/fullhum-right-p</prop> + </output> +</filter> + +<!-- comb --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.59</ind> <dep>0.00</dep></entry> + <entry><ind>0.62</ind> <dep>0.40</dep></entry> + <entry><ind>0.74</ind> <dep>0.128</dep></entry> + <entry><ind>0.78</ind> <dep>0.056</dep></entry> + <entry><ind>0.84</ind> <dep>0.056</dep></entry> + <entry><ind>0.944</ind><dep>0.04</dep></entry> + <entry><ind>0.998</ind><dep>0.04</dep></entry> + <entry><ind>1.0</ind> <dep>0.04</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/comb-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.59</ind> <dep>0.00</dep></entry> + <entry><ind>0.62</ind> <dep>0.40</dep></entry> + <entry><ind>0.74</ind> <dep>0.128</dep></entry> + <entry><ind>0.78</ind> <dep>0.056</dep></entry> + <entry><ind>0.84</ind> <dep>0.056</dep></entry> + <entry><ind>0.944</ind><dep>0.04</dep></entry> + <entry><ind>0.998</ind><dep>0.04</dep></entry> + <entry><ind>1.0</ind> <dep>0.04</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/comb-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>1.00</dep></entry> + <entry><ind>1.00</ind> <dep>2.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/comb-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>1.00</dep></entry> + <entry><ind>1.00</ind> <dep>2.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/comb-right-p</prop> + </output> +</filter> + +<!-- comb2 --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.59</ind> <dep>0.00</dep></entry> + <entry><ind>0.62</ind> <dep>0.00</dep></entry> + <entry><ind>0.74</ind> <dep>0.013</dep></entry> + <entry><ind>0.78</ind> <dep>0.5025</dep></entry> + <entry><ind>0.84</ind> <dep>1.000</dep></entry> + <entry><ind>0.944</ind><dep>0.950</dep></entry> + <entry><ind>0.998</ind><dep>0.950</dep></entry> + <entry><ind>1.0</ind> <dep>0.950</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/comb2-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.59</ind> <dep>0.00</dep></entry> + <entry><ind>0.62</ind> <dep>0.00</dep></entry> + <entry><ind>0.74</ind> <dep>0.013</dep></entry> + <entry><ind>0.78</ind> <dep>0.4025</dep></entry> + <entry><ind>0.84</ind> <dep>0.950</dep></entry> + <entry><ind>0.944</ind><dep>0.900</dep></entry> + <entry><ind>0.998</ind><dep>0.900</dep></entry> + <entry><ind>1.0</ind> <dep>0.900</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/comb2-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>0.50</dep></entry> + <entry><ind>1.00</ind> <dep>1.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/comb2-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>0.50</dep></entry> + <entry><ind>1.00</ind> <dep>1.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/comb2-right-p</prop> + </output> +</filter> + +<!-- buzz --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.75</ind> <dep>0.000</dep></entry> + <entry><ind>0.80</ind> <dep>0.050</dep></entry> + <entry><ind>0.87</ind> <dep>0.100</dep></entry> + <entry><ind>0.89</ind> <dep>0.120</dep></entry> + <entry><ind>0.95</ind> <dep>0.430</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/buzz-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.75</ind> <dep>0.000</dep></entry> + <entry><ind>0.80</ind> <dep>0.050</dep></entry> + <entry><ind>0.87</ind> <dep>0.100</dep></entry> + <entry><ind>0.89</ind> <dep>0.120</dep></entry> + <entry><ind>0.95</ind> <dep>0.430</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/buzz-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.31</ind> <dep>0.315</dep></entry> + <entry><ind>0.95</ind> <dep>1.000</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/buzz-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.31</ind> <dep>0.315</dep></entry> + <entry><ind>0.95</ind> <dep>1.000</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/buzz-right-p</prop> + </output> +</filter> + +<!-- reverse --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <property>/engines/engine[0]/reverser-pos-norm</property> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>0.000</dep></entry> + <entry><ind>0.70</ind> <dep>0.800</dep></entry> + <entry><ind>1.00</ind> <dep>0.995</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/reverse-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <property>/engines/engine[1]/reverser-pos-norm</property> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>0.000</dep></entry> + <entry><ind>0.70</ind> <dep>0.800</dep></entry> + <entry><ind>1.00</ind> <dep>0.995</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/reverse-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <property>/engines/engine[0]/reverser-pos-norm</property> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>0.0</dep></entry> + <entry><ind>0.90</ind> <dep>1.0</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/reverse-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <property>/engines/engine[1]/reverser-pos-norm</property> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>0.0</dep></entry> + <entry><ind>0.90</ind> <dep>1.0</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/reverse-right-p</prop> + </output> +</filter> + + + + + + + + + +<!-- wingfwd + idle --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> <!-- yes its meant to be this property --> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.15</ind> <dep>0.000</dep></entry> + <entry><ind>0.19</ind> <dep>0.900</dep></entry> + <entry><ind>0.417</ind><dep>0.673</dep></entry> + <entry><ind>0.55</ind> <dep>0.297</dep></entry> + <entry><ind>0.572</ind><dep>0.042</dep></entry> + <entry><ind>0.70</ind> <dep>0.000</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/idle-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.15</ind> <dep>0.000</dep></entry> + <entry><ind>0.19</ind> <dep>0.900</dep></entry> + <entry><ind>0.417</ind><dep>0.673</dep></entry> + <entry><ind>0.55</ind> <dep>0.297</dep></entry> + <entry><ind>0.572</ind><dep>0.042</dep></entry> + <entry><ind>0.70</ind> <dep>0.000</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/idle-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.19</ind> <dep>1.10</dep></entry> + <entry><ind>0.425</ind><dep>1.65</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/idle-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.19</ind> <dep>1.10</dep></entry> + <entry><ind>0.425</ind><dep>1.65</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/idle-right-p</prop> + </output> +</filter> + +<!-- idle2 --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.15</ind> <dep>0.00</dep></entry> + <entry><ind>0.19</ind> <dep>0.00</dep></entry> + <entry><ind>0.417</ind><dep>0.620</dep></entry> + <entry><ind>0.55</ind> <dep>0.964</dep></entry> + <entry><ind>0.572</ind><dep>1.000</dep></entry> + <entry><ind>0.83</ind> <dep>0.180</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/idle2-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.15</ind> <dep>0.00</dep></entry> + <entry><ind>0.19</ind> <dep>0.00</dep></entry> + <entry><ind>0.417</ind><dep>0.620</dep></entry> + <entry><ind>0.55</ind> <dep>0.964</dep></entry> + <entry><ind>0.572</ind><dep>1.000</dep></entry> + <entry><ind>0.83</ind> <dep>0.180</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/idle2-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.32</ind> <dep>0.80</dep></entry> + <entry><ind>0.82</ind> <dep>1.50</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/idle2-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.32</ind> <dep>0.80</dep></entry> + <entry><ind>0.82</ind> <dep>1.50</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/idle2-right-p</prop> + </output> +</filter> + +<!-- spool --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.20</ind> <dep>0.00</dep></entry> + <entry><ind>0.31</ind> <dep>0.00</dep></entry> + <entry><ind>0.50</ind> <dep>0.07</dep></entry> + <entry><ind>0.69</ind> <dep>0.980</dep></entry> + <entry><ind>0.764</ind><dep>0.886</dep></entry> + <entry><ind>0.88</ind> <dep>0.172</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/spool-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.20</ind> <dep>0.00</dep></entry> + <entry><ind>0.31</ind> <dep>0.00</dep></entry> + <entry><ind>0.50</ind> <dep>0.07</dep></entry> + <entry><ind>0.69</ind> <dep>0.980</dep></entry> + <entry><ind>0.764</ind><dep>0.886</dep></entry> + <entry><ind>0.88</ind> <dep>0.172</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/spool-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.31</ind> <dep>0.63</dep></entry> + <entry><ind>0.95</ind> <dep>2.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/spool-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.31</ind> <dep>0.63</dep></entry> + <entry><ind>0.95</ind> <dep>2.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/spool-right-p</prop> + </output> +</filter> + +<!-- hum --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.20</ind> <dep>0.00</dep></entry> + <entry><ind>0.417</ind><dep>0.005</dep></entry> + <entry><ind>0.55</ind> <dep>0.02</dep></entry> + <entry><ind>0.572</ind><dep>0.09</dep></entry> + <entry><ind>0.65</ind> <dep>0.80</dep></entry> + <entry><ind>0.75</ind> <dep>0.00</dep></entry> + <entry><ind>1.00</ind> <dep>0.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/hum-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.20</ind> <dep>0.00</dep></entry> + <entry><ind>0.417</ind><dep>0.005</dep></entry> + <entry><ind>0.55</ind> <dep>0.02</dep></entry> + <entry><ind>0.572</ind><dep>0.09</dep></entry> + <entry><ind>0.65</ind> <dep>0.80</dep></entry> + <entry><ind>0.75</ind> <dep>0.00</dep></entry> + <entry><ind>1.00</ind> <dep>0.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/hum-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.58</ind> <dep>1.00</dep></entry> + <entry><ind>0.82</ind> <dep>1.50</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/hum-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.58</ind> <dep>1.00</dep></entry> + <entry><ind>0.82</ind> <dep>1.50</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/hum-right-p</prop> + </output> +</filter> + +<!-- lowspool --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.20</ind> <dep>0.000</dep></entry> + <entry><ind>0.31</ind> <dep>0.000</dep></entry> + <entry><ind>0.50</ind> <dep>0.464</dep></entry> + <entry><ind>0.69</ind> <dep>0.240</dep></entry> + <entry><ind>0.764</ind><dep>0.205</dep></entry> + <entry><ind>0.88</ind> <dep>0.043</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/lowspool-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.20</ind> <dep>0.000</dep></entry> + <entry><ind>0.31</ind> <dep>0.000</dep></entry> + <entry><ind>0.50</ind> <dep>0.464</dep></entry> + <entry><ind>0.69</ind> <dep>0.240</dep></entry> + <entry><ind>0.764</ind><dep>0.205</dep></entry> + <entry><ind>0.88</ind> <dep>0.043</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/lowspool-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.31</ind> <dep>0.63</dep></entry> + <entry><ind>0.95</ind> <dep>2.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/lowspool-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.31</ind> <dep>0.63</dep></entry> + <entry><ind>0.95</ind> <dep>2.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/lowspool-right-p</prop> + </output> +</filter> + +<!-- comb --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.59</ind> <dep>0.00</dep></entry> + <entry><ind>0.62</ind> <dep>0.40</dep></entry> + <entry><ind>0.74</ind> <dep>0.128</dep></entry> + <entry><ind>0.78</ind> <dep>0.056</dep></entry> + <entry><ind>0.84</ind> <dep>0.056</dep></entry> + <entry><ind>0.944</ind><dep>0.04</dep></entry> + <entry><ind>0.998</ind><dep>0.04</dep></entry> + <entry><ind>1.0</ind> <dep>0.04</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/comb-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.59</ind> <dep>0.00</dep></entry> + <entry><ind>0.62</ind> <dep>0.40</dep></entry> + <entry><ind>0.74</ind> <dep>0.128</dep></entry> + <entry><ind>0.78</ind> <dep>0.056</dep></entry> + <entry><ind>0.84</ind> <dep>0.056</dep></entry> + <entry><ind>0.944</ind><dep>0.04</dep></entry> + <entry><ind>0.998</ind><dep>0.04</dep></entry> + <entry><ind>1.0</ind> <dep>0.04</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/comb-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>1.00</dep></entry> + <entry><ind>1.00</ind> <dep>2.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/comb-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>1.00</dep></entry> + <entry><ind>1.00</ind> <dep>2.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/comb-right-p</prop> + </output> +</filter> + +<!-- comb2 --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.59</ind> <dep>0.00</dep></entry> + <entry><ind>0.62</ind> <dep>0.00</dep></entry> + <entry><ind>0.74</ind> <dep>0.013</dep></entry> + <entry><ind>0.78</ind> <dep>0.4025</dep></entry> + <entry><ind>0.84</ind> <dep>0.950</dep></entry> + <entry><ind>0.944</ind><dep>0.900</dep></entry> + <entry><ind>0.998</ind><dep>0.900</dep></entry> + <entry><ind>1.0</ind> <dep>0.900</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/comb2-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.59</ind> <dep>0.00</dep></entry> + <entry><ind>0.62</ind> <dep>0.00</dep></entry> + <entry><ind>0.74</ind> <dep>0.013</dep></entry> + <entry><ind>0.78</ind> <dep>0.4025</dep></entry> + <entry><ind>0.84</ind> <dep>0.950</dep></entry> + <entry><ind>0.944</ind><dep>0.900</dep></entry> + <entry><ind>0.998</ind><dep>0.900</dep></entry> + <entry><ind>1.0</ind> <dep>0.900</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/comb2-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>0.50</dep></entry> + <entry><ind>1.00</ind> <dep>1.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/comb2-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>0.50</dep></entry> + <entry><ind>1.00</ind> <dep>1.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/comb2-right-p</prop> + </output> +</filter> + +<!-- buzz --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.75</ind> <dep>0.000</dep></entry> + <entry><ind>0.80</ind> <dep>0.894</dep></entry> + <entry><ind>0.87</ind> <dep>0.995</dep></entry> + <entry><ind>0.89</ind> <dep>1.000</dep></entry> + <entry><ind>0.95</ind> <dep>0.936</dep></entry> + <entry><ind>1.00</ind> <dep>0.936</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/buzz-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.75</ind> <dep>0.000</dep></entry> + <entry><ind>0.80</ind> <dep>0.894</dep></entry> + <entry><ind>0.87</ind> <dep>0.995</dep></entry> + <entry><ind>0.89</ind> <dep>1.000</dep></entry> + <entry><ind>0.95</ind> <dep>0.936</dep></entry> + <entry><ind>1.00</ind> <dep>0.936</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/buzz-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.31</ind> <dep>0.315</dep></entry> + <entry><ind>0.95</ind> <dep>1.000</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/buzz-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.31</ind> <dep>0.315</dep></entry> + <entry><ind>0.95</ind> <dep>1.000</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/buzz-right-p</prop> + </output> +</filter> + +<!-- reverse --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <property>/engines/engine[0]/reverser-pos-norm</property> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>0.000</dep></entry> + <entry><ind>0.70</ind> <dep>0.800</dep></entry> + <entry><ind>1.00</ind> <dep>0.995</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/reverse-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <property>/engines/engine[1]/reverser-pos-norm</property> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>0.000</dep></entry> + <entry><ind>0.70</ind> <dep>0.800</dep></entry> + <entry><ind>1.00</ind> <dep>0.995</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/reverse-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <property>/engines/engine[0]/reverser-pos-norm</property> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>0.0</dep></entry> + <entry><ind>0.90</ind> <dep>1.0</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/reverse-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <property>/engines/engine[1]/reverser-pos-norm</property> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>0.0</dep></entry> + <entry><ind>0.90</ind> <dep>1.0</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/reverse-right-p</prop> + </output> </filter> @@ -247,315 +4414,433 @@ - - - - - - - - - - - - - -<!-- - ENGINE PITCH ---> - +<!-- other sounds --> <filter> - <type>gain</type> - <gain>1</gain> - <input> - <expression> - <product> - <table> - <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value> </product> - <entry><ind>0.15</ind> <dep>0.50</dep></entry> - <entry><ind>0.19</ind> <dep>1.00</dep></entry> - <entry><ind>0.50</ind> <dep>1.30</dep></entry> - </table> - </product> - </expression> - </input> - <output> - <prop>a320/sound/a11p</prop> - </output> + <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>-8.0</ind> <dep>0.10</dep></entry> + <entry><ind>0.00</ind> <dep>1.00</dep></entry> + <entry><ind>22.0</ind> <dep>0.10</dep></entry> + </table> + <property>sim/sound/internal-custom</property> + </product> + </expression> + </input> + <output> + <prop>sim/sound/other/gear</prop> + </output> </filter> <filter> - <type>gain</type> - <gain>1</gain> - <input> - <expression> - <product> - <table> - <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value> </product> - <entry><ind>0.15</ind> <dep>0.50</dep></entry> - <entry><ind>0.19</ind> <dep>1.00</dep></entry> - <entry><ind>0.50</ind> <dep>1.30</dep></entry> - </table> - </product> - </expression> - </input> - <output> - <prop>a320/sound/b11p</prop> - </output> + <type>gain</type> + <gain>1</gain> + <input> + <expression> + <product> + <table> + <product><property>/position/altitude-agl-ft</property><value>1</value> </product> + <entry><ind>300</ind> <dep>1.00</dep></entry> + <entry><ind>301</ind> <dep>0.00</dep></entry> + </table> + <property>sim/current-view/internal</property> + </product> + </expression> + </input> + <output> + <prop>sim/sound/other/callout</prop> + </output> </filter> <filter> - <type>gain</type> - <gain>1</gain> - <input> - <expression> - <product> - <table> - <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value> </product> - <entry><ind>0.19</ind> <dep>0.70</dep></entry> - <entry><ind>0.99</ind> <dep>1.80</dep></entry> - </table> - </product> - </expression> - </input> - <output> - <prop>a320/sound/a12p</prop> - </output> + <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>-11</ind> <dep>0.00</dep></entry> + <entry><ind>-12</ind> <dep>1.00</dep></entry> + </table> + <property>sim/current-view/internal</property> + </product> + </expression> + </input> + <output> + <prop>sim/sound/other/callout2</prop> + </output> </filter> <filter> - <type>gain</type> - <gain>1</gain> - <input> - <expression> - <product> - <table> - <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value> </product> - <entry><ind>0.19</ind> <dep>0.70</dep></entry> - <entry><ind>0.99</ind> <dep>1.80</dep></entry> - </table> - </product> - </expression> - </input> - <output> - <prop>a320/sound/b12p</prop> - </output> + <type>gain</type> + <gain>1</gain> + <input> + <expression> + <product> + <table> + <product><property>/velocities/groundspeed-kt</property><value>1</value> </product> + <entry><ind>0.00</ind> <dep>0.0001</dep></entry> + <entry><ind>10</ind> <dep>0.001</dep></entry> + <entry><ind>100</ind> <dep>0.01</dep></entry> + <entry><ind>250</ind> <dep>0.10</dep></entry> + <entry><ind>550</ind> <dep>0.30</dep></entry> + </table> + <property>sim/current-view/internal</property> + </product> + </expression> + </input> + <output> + <prop>sim/sound/other/cockpit-wind</prop> + </output> </filter> <filter> - <type>gain</type> - <gain>1</gain> - <input> - <expression> - <product> - <table> - <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value> </product> - <entry><ind>0.70</ind> <dep>0.80</dep></entry> - <entry><ind>1.02</ind> <dep>1.28</dep></entry> - </table> - </product> - </expression> - </input> - <output> - <prop>a320/sound/a13p</prop> - </output> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <or> + <property>sim/sound/wingview-aft</property> + <property>sim/sound/wingview-fwd</property> + </or> + </condition> + <expression> + <product> + <table> + <product><property>/velocities/groundspeed-kt</property><value>1</value> </product> + <entry><ind>0.00</ind> <dep>0.0001</dep></entry> + <entry><ind>10</ind> <dep>0.001</dep></entry> + <entry><ind>100</ind> <dep>0.01</dep></entry> + <entry><ind>250</ind> <dep>0.10</dep></entry> + <entry><ind>550</ind> <dep>0.30</dep></entry> + </table> + </product> + </expression> + </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/wind</prop> + </output> </filter> <filter> - <type>gain</type> - <gain>1</gain> - <input> + <type>gain</type> + <gain>1</gain> + <input> <expression> - <product> - <table> - <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value> </product> - <entry><ind>0.70</ind> <dep>0.80</dep></entry> - <entry><ind>1.02</ind> <dep>1.28</dep></entry> - </table> - </product> + <product> + <table> + <product><property>/velocities/groundspeed-kt</property><value>1</value> </product> + <entry><ind>0.00</ind> <dep>0.50</dep></entry> + <entry><ind>550</ind> <dep>1.00</dep></entry> + </table> + <property>sim/sound/internal-custom</property> + </product> </expression> - </input> - <output> - <prop>a320/sound/b13p</prop> - </output> -</filter> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<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/current-view/internal</property> - </product> - </expression> - </input> - <output> - <prop>sim/sound/other/flaps</prop> - </output> + </input> + <output> + <prop>sim/sound/other/windp</prop> + </output> </filter> <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>-8.0</ind> <dep>0.10</dep></entry> - <entry><ind>0.00</ind> <dep>1.00</dep></entry> - <entry><ind>22.0</ind> <dep>0.10</dep></entry> - </table> - <property>sim/current-view/internal</property> - </product> - </expression> - </input> - <output> - <prop>sim/sound/other/gear</prop> - </output> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <table> + <product> + <property>/velocities/groundspeed-kt</property> + <value>1</value> + </product> + <entry><ind>010</ind> <dep>0.00</dep></entry> + <entry><ind>110</ind> <dep>0.50</dep></entry> + <entry><ind>140</ind> <dep>1.00</dep></entry> + </table> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <value>0</value> + </input> + <output> + <prop>sim/sound/other/cockpit-roll</prop> + </output> </filter> <filter> - <type>gain</type> - <gain>1</gain> - <input> - <expression> - <product> - <table> - <product><property>/position/altitude-agl-ft</property><value>1</value> </product> - <entry><ind>300</ind> <dep>1.00</dep></entry> - <entry><ind>301</ind> <dep>0.00</dep></entry> - </table> - <property>sim/current-view/internal</property> - </product> - </expression> - </input> - <output> - <prop>sim/sound/other/callout</prop> - </output> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <or> + <property>sim/sound/wingview-aft</property> + <property>sim/sound/wingview-fwd</property> + </or> + </condition> + <expression> + <table> + <product> + <property>/velocities/groundspeed-kt</property> + <value>1</value> + </product> + <entry><ind>010</ind> <dep>0.00</dep></entry> + <entry><ind>110</ind> <dep>0.50</dep></entry> + <entry><ind>140</ind> <dep>1.00</dep></entry> + </table> + </expression> + </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/roll</prop> + </output> </filter> <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>-11</ind> <dep>0.00</dep></entry> - <entry><ind>-12</ind> <dep>1.00</dep></entry> - </table> - <property>sim/current-view/internal</property> - </product> - </expression> - </input> - <output> - <prop>sim/sound/other/callout2</prop> - </output> + <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> - <input> - <expression> - <product> - <table> - <product><property>/velocities/groundspeed-kt</property><value>1</value> </product> - <entry><ind>0.00</ind> <dep>0.07</dep></entry> - <entry><ind>450</ind> <dep>1.00</dep></entry> - </table> - <property>sim/current-view/internal</property> - </product> - </expression> - </input> - <output> - <prop>sim/sound/other/wind</prop> - </output> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression> + <table> + <product> + <property>/velocities/groundspeed-kt</property> + <value>1</value> + </product> + <entry><ind>010</ind> <dep>0.50</dep></entry> + <entry><ind>140</ind> <dep>1.00</dep></entry> + </table> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <value>0</value> + </input> + <output> + <prop>sim/sound/other/rollp</prop> + </output> </filter> <filter> - <type>gain</type> - <gain>1</gain> - <input> - <expression> - <product> - <table> - <product><property>/velocities/groundspeed-kt</property><value>1</value> </product> - <entry><ind>0.00</ind> <dep>1.00</dep></entry> - <entry><ind>450</ind> <dep>2.00</dep></entry> - </table> - <property>sim/current-view/internal</property> - </product> - </expression> - </input> - <output> - <prop>sim/sound/other/windp</prop> - </output> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression> + <product> + <property>/systems/pneumatic/pack-psi</property> + <value>0.025</value> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <value>0</value> + </input> + <output> + <prop>sim/sound/other/air-con</prop> + </output> +</filter> + +<!-- wing view properties --> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <equals> + <property>/sim/current-view/view-number</property> + <value>13</value> + </equals> + </condition> + <value>1</value> + </input> + <input> + <condition> + <not> + <equals> + <property>/sim/current-view/view-number</property> + <value>13</value> + </equals> + </not> + </condition> + <value>0</value> + </input> + <output> + <prop>sim/sound/wingview-fwd</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <or> + <equals> + <property>/sim/current-view/view-number</property> + <value>14</value> + </equals> + <equals> + <property>/sim/current-view/view-number</property> + <value>15</value> + </equals> + </or> + </condition> + <value>1</value> + </input> + <input> + <condition> + <and> + <not> + <equals> + <property>/sim/current-view/view-number</property> + <value>14</value> + </equals> + </not> + <not> + <equals> + <property>/sim/current-view/view-number</property> + <value>15</value> + </equals> + </not> + </and> + </condition> + <value>0</value> + </input> + <output> + <prop>sim/sound/wingview-aft</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <or> + <equals> + <property>sim/current-view/internal</property> + <value>1</value> + </equals> + <equals> + <property>/sim/current-view/view-number</property> + <value>13</value> + </equals> + <equals> + <property>/sim/current-view/view-number</property> + <value>14</value> + </equals> + <equals> + <property>/sim/current-view/view-number</property> + <value>15</value> + </equals> + </or> + </condition> + <value>1</value> + </input> + <input> + <condition> + <and> + <not><property>sim/current-view/internal</property></not> + <not> + <equals> + <property>/sim/current-view/view-number</property> + <value>105</value> + </equals> + </not> + <not> + <equals> + <property>/sim/current-view/view-number</property> + <value>106</value> + </equals> + </not> + <not> + <equals> + <property>/sim/current-view/view-number</property> + <value>107</value> + </equals> + </not> + </and> + </condition> + <value>0</value> + </input> + <output> + <prop>sim/sound/internal-custom</prop> + </output> </filter> </PropertyList> \ No newline at end of file diff --git a/Systems/leapx-sound.xml b/Systems/leapx-sound.xml new file mode 100644 index 00000000..bd497afd --- /dev/null +++ b/Systems/leapx-sound.xml @@ -0,0 +1,887 @@ +<?xml version="1.0" encoding="UTF-8" ?> + +<!-- Copyright (c) 2019 Joshua Davidson (Octal450) --> + +<PropertyList> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value> </product> + <entry><ind>0.00</ind> <dep>0.00</dep></entry> + <entry><ind>0.05</ind> <dep>0.90</dep></entry> + <entry><ind>0.15</ind> <dep>0.50</dep></entry> + <entry><ind>0.19</ind> <dep>0.00</dep></entry> + </table> + + </product> + </expression> + </input> + <output> + <prop>sim/sound/engines/a1strt</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value> </product> + <entry><ind>0.00</ind> <dep>0.50</dep></entry> + <entry><ind>0.05</ind> <dep>0.70</dep></entry> + <entry><ind>0.19</ind> <dep>1.50</dep></entry> + </table> + + </product> + </expression> + </input> + <output> + <prop>sim/sound/engines/a1strtp</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value> </product> + <entry><ind>0.00</ind> <dep>0.00</dep></entry> + <entry><ind>0.05</ind> <dep>0.90</dep></entry> + <entry><ind>0.15</ind> <dep>0.50</dep></entry> + <entry><ind>0.19</ind> <dep>0.00</dep></entry> + </table> + + </product> + </expression> + </input> + <output> + <prop>sim/sound/engines/b1strt</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value> </product> + <entry><ind>0.00</ind> <dep>0.50</dep></entry> + <entry><ind>0.05</ind> <dep>0.70</dep></entry> + <entry><ind>0.19</ind> <dep>1.50</dep></entry> + </table> + + </product> + </expression> + </input> + <output> + <prop>sim/sound/engines/b1strtp</prop> + </output> +</filter> + + + + + + + + + + + + + + + + + + + + + + +<!-- + ENGINE VOLUME +--> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value> </product> + <entry><ind>0.06</ind> <dep>0.00</dep></entry> + <entry><ind>0.19</ind> <dep>0.40</dep></entry> + <entry><ind>0.45</ind> <dep>0.15</dep></entry> + <entry><ind>0.55</ind> <dep>0.00</dep></entry> + </table> + </product> + </expression> + </input> + <output> + <prop>a320/sound/a11</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value> </product> + <entry><ind>0.06</ind> <dep>0.00</dep></entry> + <entry><ind>0.19</ind> <dep>0.40</dep></entry> + <entry><ind>0.45</ind> <dep>0.15</dep></entry> + <entry><ind>0.55</ind> <dep>0.00</dep></entry> + </table> + </product> + </expression> + </input> + <output> + <prop>a320/sound/b11</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value> </product> + <entry><ind>0.32</ind> <dep>0.00</dep></entry> + <entry><ind>0.65</ind> <dep>0.30</dep></entry> + <entry><ind>0.90</ind> <dep>0.25</dep></entry> + <entry><ind>0.99</ind> <dep>0.08</dep></entry> + </table> + </product> + </expression> + </input> + <output> + <prop>a320/sound/a12</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value> </product> + <entry><ind>0.32</ind> <dep>0.00</dep></entry> + <entry><ind>0.65</ind> <dep>0.30</dep></entry> + <entry><ind>0.90</ind> <dep>0.25</dep></entry> + <entry><ind>0.99</ind> <dep>0.08</dep></entry> + </table> + </product> + </expression> + </input> + <output> + <prop>a320/sound/b12</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value> </product> + <entry><ind>0.65</ind> <dep>0.00</dep></entry> + <entry><ind>0.70</ind> <dep>0.10</dep></entry> + <entry><ind>1.02</ind> <dep>0.80</dep></entry> + </table> + </product> + </expression> + </input> + <output> + <prop>a320/sound/a13</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value> </product> + <entry><ind>0.65</ind> <dep>0.00</dep></entry> + <entry><ind>0.70</ind> <dep>0.10</dep></entry> + <entry><ind>1.02</ind> <dep>0.80</dep></entry> + </table> + </product> + </expression> + </input> + <output> + <prop>a320/sound/b13</prop> + </output> +</filter> + + + + + + + + + + + + + + + + + + + + + + + +<!-- + ENGINE PITCH +--> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value> </product> + <entry><ind>0.15</ind> <dep>0.50</dep></entry> + <entry><ind>0.19</ind> <dep>1.00</dep></entry> + <entry><ind>0.50</ind> <dep>1.30</dep></entry> + </table> + </product> + </expression> + </input> + <output> + <prop>a320/sound/a11p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value> </product> + <entry><ind>0.15</ind> <dep>0.50</dep></entry> + <entry><ind>0.19</ind> <dep>1.00</dep></entry> + <entry><ind>0.50</ind> <dep>1.30</dep></entry> + </table> + </product> + </expression> + </input> + <output> + <prop>a320/sound/b11p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value> </product> + <entry><ind>0.19</ind> <dep>0.70</dep></entry> + <entry><ind>0.99</ind> <dep>1.80</dep></entry> + </table> + </product> + </expression> + </input> + <output> + <prop>a320/sound/a12p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value> </product> + <entry><ind>0.19</ind> <dep>0.70</dep></entry> + <entry><ind>0.99</ind> <dep>1.80</dep></entry> + </table> + </product> + </expression> + </input> + <output> + <prop>a320/sound/b12p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value> </product> + <entry><ind>0.70</ind> <dep>0.80</dep></entry> + <entry><ind>1.02</ind> <dep>1.28</dep></entry> + </table> + </product> + </expression> + </input> + <output> + <prop>a320/sound/a13p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value> </product> + <entry><ind>0.70</ind> <dep>0.80</dep></entry> + <entry><ind>1.02</ind> <dep>1.28</dep></entry> + </table> + </product> + </expression> + </input> + <output> + <prop>a320/sound/b13p</prop> + </output> +</filter> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<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/current-view/internal</property> + </product> + </expression> + </input> + <output> + <prop>sim/sound/other/flaps</prop> + </output> +</filter> + +<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>-8.0</ind> <dep>0.10</dep></entry> + <entry><ind>0.00</ind> <dep>1.00</dep></entry> + <entry><ind>22.0</ind> <dep>0.10</dep></entry> + </table> + <property>sim/current-view/internal</property> + </product> + </expression> + </input> + <output> + <prop>sim/sound/other/gear</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <expression> + <product> + <table> + <product><property>/position/altitude-agl-ft</property><value>1</value> </product> + <entry><ind>300</ind> <dep>1.00</dep></entry> + <entry><ind>301</ind> <dep>0.00</dep></entry> + </table> + <property>sim/current-view/internal</property> + </product> + </expression> + </input> + <output> + <prop>sim/sound/other/callout</prop> + </output> +</filter> + +<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>-11</ind> <dep>0.00</dep></entry> + <entry><ind>-12</ind> <dep>1.00</dep></entry> + </table> + <property>sim/current-view/internal</property> + </product> + </expression> + </input> + <output> + <prop>sim/sound/other/callout2</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <expression> + <product> + <table> + <product><property>/velocities/groundspeed-kt</property><value>1</value> </product> + <entry><ind>0.00</ind> <dep>0.0001</dep></entry> + <entry><ind>10</ind> <dep>0.001</dep></entry> + <entry><ind>100</ind> <dep>0.01</dep></entry> + <entry><ind>250</ind> <dep>0.10</dep></entry> + <entry><ind>550</ind> <dep>0.30</dep></entry> + </table> + <property>sim/current-view/internal</property> + </product> + </expression> + </input> + <output> + <prop>sim/sound/other/cockpit-wind</prop> + </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> + <expression> + <product> + <table> + <product><property>/velocities/groundspeed-kt</property><value>1</value> </product> + <entry><ind>0.00</ind> <dep>0.0001</dep></entry> + <entry><ind>10</ind> <dep>0.001</dep></entry> + <entry><ind>100</ind> <dep>0.01</dep></entry> + <entry><ind>250</ind> <dep>0.10</dep></entry> + <entry><ind>550</ind> <dep>0.30</dep></entry> + </table> + </product> + </expression> + </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/wind</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <expression> + <product> + <table> + <product><property>/velocities/groundspeed-kt</property><value>1</value> </product> + <entry><ind>0.00</ind> <dep>0.50</dep></entry> + <entry><ind>550</ind> <dep>1.00</dep></entry> + </table> + <property>sim/sound/internal-custom</property> + </product> + </expression> + </input> + <output> + <prop>sim/sound/other/windp</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <table> + <product> + <property>/velocities/groundspeed-kt</property> + <value>1</value> + </product> + <entry><ind>010</ind> <dep>0.00</dep></entry> + <entry><ind>110</ind> <dep>0.50</dep></entry> + <entry><ind>140</ind> <dep>1.00</dep></entry> + </table> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <value>0</value> + </input> + <output> + <prop>sim/sound/other/cockpit-roll</prop> + </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> + <expression> + <table> + <product> + <property>/velocities/groundspeed-kt</property> + <value>1</value> + </product> + <entry><ind>010</ind> <dep>0.00</dep></entry> + <entry><ind>110</ind> <dep>0.50</dep></entry> + <entry><ind>140</ind> <dep>1.00</dep></entry> + </table> + </expression> + </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/roll</prop> + </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> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression> + <table> + <product> + <property>/velocities/groundspeed-kt</property> + <value>1</value> + </product> + <entry><ind>010</ind> <dep>0.50</dep></entry> + <entry><ind>140</ind> <dep>1.00</dep></entry> + </table> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <value>0</value> + </input> + <output> + <prop>sim/sound/other/rollp</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression> + <product> + <property>/systems/pneumatic/pack-psi</property> + <value>0.025</value> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <value>0</value> + </input> + <output> + <prop>sim/sound/other/air-con</prop> + </output> +</filter> + +<!-- wing view properties --> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <equals> + <property>/sim/current-view/view-number</property> + <value>13</value> + </equals> + </condition> + <value>1</value> + </input> + <input> + <condition> + <not> + <equals> + <property>/sim/current-view/view-number</property> + <value>13</value> + </equals> + </not> + </condition> + <value>0</value> + </input> + <output> + <prop>sim/sound/wingview-fwd</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <or> + <equals> + <property>/sim/current-view/view-number</property> + <value>14</value> + </equals> + <equals> + <property>/sim/current-view/view-number</property> + <value>15</value> + </equals> + </or> + </condition> + <value>1</value> + </input> + <input> + <condition> + <and> + <not> + <equals> + <property>/sim/current-view/view-number</property> + <value>14</value> + </equals> + </not> + <not> + <equals> + <property>/sim/current-view/view-number</property> + <value>15</value> + </equals> + </not> + </and> + </condition> + <value>0</value> + </input> + <output> + <prop>sim/sound/wingview-aft</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <or> + <equals> + <property>sim/current-view/internal</property> + <value>1</value> + </equals> + <equals> + <property>/sim/current-view/view-number</property> + <value>13</value> + </equals> + <equals> + <property>/sim/current-view/view-number</property> + <value>14</value> + </equals> + <equals> + <property>/sim/current-view/view-number</property> + <value>15</value> + </equals> + </or> + </condition> + <value>1</value> + </input> + <input> + <condition> + <and> + <not><property>sim/current-view/internal</property></not> + <not> + <equals> + <property>/sim/current-view/view-number</property> + <value>105</value> + </equals> + </not> + <not> + <equals> + <property>/sim/current-view/view-number</property> + <value>106</value> + </equals> + </not> + <not> + <equals> + <property>/sim/current-view/view-number</property> + <value>107</value> + </equals> + </not> + </and> + </condition> + <value>0</value> + </input> + <output> + <prop>sim/sound/internal-custom</prop> + </output> +</filter> +</PropertyList> \ No newline at end of file diff --git a/Systems/v2500-sound.xml b/Systems/v2500-sound.xml index 7897c484..28f0adbc 100644 --- a/Systems/v2500-sound.xml +++ b/Systems/v2500-sound.xml @@ -4,90 +4,1585 @@ <PropertyList> +<!-- cockpit + idle --> <filter> - <type>gain</type> - <gain>1</gain> - <input> - <expression> - <product> - <table> - <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value> </product> - <entry><ind>0.00</ind> <dep>0.00</dep></entry> - <entry><ind>0.05</ind> <dep>0.90</dep></entry> - <entry><ind>0.15</ind> <dep>0.50</dep></entry> - <entry><ind>0.22</ind> <dep>0.00</dep></entry> - </table> - - </product> - </expression> - </input> - <output> - <prop>sim/sound/engines/a1strt</prop> - </output> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> <!-- yes its meant to be this property --> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.19</ind> <dep>0.000</dep></entry> + <entry><ind>0.417</ind> <dep>0.172</dep></entry> + <entry><ind>0.536424</ind> <dep>0.255</dep></entry> + <entry><ind>0.562914</ind> <dep>0.989</dep></entry> + <entry><ind>0.818985</ind> <dep>0.851</dep></entry> + <entry><ind>0.911700</ind> <dep>0.617</dep></entry> + <entry><ind>0.997792</ind> <dep>0.340</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/idle-left-v</prop> + </output> </filter> <filter> - <type>gain</type> - <gain>1</gain> - <input> - <expression> - <product> - <table> - <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value> </product> - <entry><ind>0.00</ind> <dep>0.50</dep></entry> - <entry><ind>0.05</ind> <dep>0.70</dep></entry> - <entry><ind>0.22</ind> <dep>1.50</dep></entry> - </table> - - </product> - </expression> - </input> - <output> - <prop>sim/sound/engines/a1strtp</prop> - </output> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.19</ind> <dep>0.000</dep></entry> + <entry><ind>0.417</ind> <dep>0.172</dep></entry> + <entry><ind>0.536424</ind> <dep>0.255</dep></entry> + <entry><ind>0.562914</ind> <dep>0.989</dep></entry> + <entry><ind>0.818985</ind> <dep>0.851</dep></entry> + <entry><ind>0.911700</ind> <dep>0.617</dep></entry> + <entry><ind>0.997792</ind> <dep>0.340</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/idle-right-v</prop> + </output> </filter> <filter> - <type>gain</type> - <gain>1</gain> - <input> - <expression> - <product> - <table> - <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value> </product> - <entry><ind>0.00</ind> <dep>0.00</dep></entry> - <entry><ind>0.05</ind> <dep>0.90</dep></entry> - <entry><ind>0.15</ind> <dep>0.50</dep></entry> - <entry><ind>0.22</ind> <dep>0.00</dep></entry> - </table> - - </product> - </expression> - </input> - <output> - <prop>sim/sound/engines/b1strt</prop> - </output> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.58</ind> <dep>1.00</dep></entry> + <entry><ind>0.993378</ind><dep>1.851064</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/idle-left-p</prop> + </output> </filter> <filter> - <type>gain</type> - <gain>1</gain> - <input> - <expression> - <product> - <table> - <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value> </product> - <entry><ind>0.00</ind> <dep>0.50</dep></entry> - <entry><ind>0.05</ind> <dep>0.70</dep></entry> - <entry><ind>0.22</ind> <dep>1.50</dep></entry> - </table> - - </product> - </expression> - </input> - <output> - <prop>sim/sound/engines/b1strtp</prop> - </output> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.58</ind> <dep>1.00</dep></entry> + <entry><ind>0.993378</ind><dep>1.851064</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/idle-right-p</prop> + </output> +</filter> + +<!-- lowspool --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.101</ind> <dep>0.000</dep></entry> + <entry><ind>0.214</ind> <dep>0.290</dep></entry> + <entry><ind>0.514</ind> <dep>0.531</dep></entry> + <entry><ind>0.695</ind> <dep>0.545</dep></entry> + <entry><ind>0.784</ind> <dep>0.414</dep></entry> + <entry><ind>0.859</ind> <dep>0.297</dep></entry> + <entry><ind>0.912</ind> <dep>0.255</dep></entry> + <entry><ind>0.960</ind> <dep>0.223</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/lowspool-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.101</ind> <dep>0.000</dep></entry> + <entry><ind>0.214</ind> <dep>0.290</dep></entry> + <entry><ind>0.514</ind> <dep>0.531</dep></entry> + <entry><ind>0.695</ind> <dep>0.545</dep></entry> + <entry><ind>0.784</ind> <dep>0.414</dep></entry> + <entry><ind>0.859</ind> <dep>0.297</dep></entry> + <entry><ind>0.912</ind> <dep>0.255</dep></entry> + <entry><ind>0.960</ind> <dep>0.223</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/lowspool-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.21</ind> <dep>0.319</dep></entry> + <entry><ind>1.00</ind> <dep>1.404</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/lowspool-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.21</ind> <dep>0.319</dep></entry> + <entry><ind>1.00</ind> <dep>1.404</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/lowspool-right-p</prop> + </output> +</filter> + +<!-- comb --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.59</ind> <dep>0.00</dep></entry> + <entry><ind>0.62</ind> <dep>0.050</dep></entry> + <entry><ind>0.74</ind> <dep>0.350</dep></entry> + <entry><ind>0.78</ind> <dep>0.550</dep></entry> + <entry><ind>0.84</ind> <dep>0.980</dep></entry> + <entry><ind>0.944</ind><dep>0.950</dep></entry> + <entry><ind>0.998</ind><dep>0.950</dep></entry> + <entry><ind>1.0</ind> <dep>0.950</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/comb-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.59</ind> <dep>0.00</dep></entry> + <entry><ind>0.62</ind> <dep>0.050</dep></entry> + <entry><ind>0.74</ind> <dep>0.350</dep></entry> + <entry><ind>0.78</ind> <dep>0.550</dep></entry> + <entry><ind>0.84</ind> <dep>0.980</dep></entry> + <entry><ind>0.944</ind><dep>0.950</dep></entry> + <entry><ind>0.998</ind><dep>0.950</dep></entry> + <entry><ind>1.0</ind> <dep>0.950</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/comb-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>0.50</dep></entry> + <entry><ind>1.00</ind> <dep>1.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/comb-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>0.50</dep></entry> + <entry><ind>1.00</ind> <dep>1.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/comb-right-p</prop> + </output> +</filter> + +<!-- buzz --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.70</ind> <dep>0.000</dep></entry> + <entry><ind>0.74</ind> <dep>0.894</dep></entry> + <entry><ind>0.87</ind> <dep>0.995</dep></entry> + <entry><ind>0.89</ind> <dep>1.000</dep></entry> + <entry><ind>0.95</ind> <dep>0.936</dep></entry> + <entry><ind>1.00</ind> <dep>0.936</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/buzz-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.70</ind> <dep>0.000</dep></entry> + <entry><ind>0.74</ind> <dep>0.894</dep></entry> + <entry><ind>0.87</ind> <dep>0.995</dep></entry> + <entry><ind>0.89</ind> <dep>1.000</dep></entry> + <entry><ind>0.95</ind> <dep>0.936</dep></entry> + <entry><ind>1.00</ind> <dep>0.936</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/buzz-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.20</ind> <dep>0.245</dep></entry> + <entry><ind>0.95</ind> <dep>1.000</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/buzz-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.20</ind> <dep>0.245</dep></entry> + <entry><ind>0.95</ind> <dep>1.000</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/buzz-right-p</prop> + </output> +</filter> + +<!-- reverse --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <property>/engines/engine[0]/reverser-pos-norm</property> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>0.000</dep></entry> + <entry><ind>0.70</ind> <dep>0.800</dep></entry> + <entry><ind>1.00</ind> <dep>0.995</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/reverse-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <property>/engines/engine[1]/reverser-pos-norm</property> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>0.000</dep></entry> + <entry><ind>0.70</ind> <dep>0.800</dep></entry> + <entry><ind>1.00</ind> <dep>0.995</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/reverse-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <property>/engines/engine[0]/reverser-pos-norm</property> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>0.0</dep></entry> + <entry><ind>0.90</ind> <dep>1.0</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/reverse-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <product> + <property>/engines/engine[1]/reverser-pos-norm</property> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>0.0</dep></entry> + <entry><ind>0.90</ind> <dep>1.0</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/cockpit/reverse-right-p</prop> + </output> +</filter> + +<!-- outside + idle --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.14</ind> <dep>0.000</dep></entry> + <entry><ind>0.15</ind> <dep>0.000</dep></entry> + <entry><ind>0.19</ind> <dep>0.000</dep></entry> + <entry><ind>0.417</ind><dep>0.310</dep></entry> + <entry><ind>0.530</ind><dep>0.470</dep></entry> + <entry><ind>0.560</ind><dep>0.900</dep></entry> + <entry><ind>0.818</ind><dep>0.050</dep></entry> + <entry><ind>0.970</ind><dep>0.010</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/idle-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.14</ind> <dep>0.000</dep></entry> + <entry><ind>0.15</ind> <dep>0.000</dep></entry> + <entry><ind>0.19</ind> <dep>0.000</dep></entry> + <entry><ind>0.417</ind><dep>0.310</dep></entry> + <entry><ind>0.530</ind><dep>0.470</dep></entry> + <entry><ind>0.560</ind><dep>0.900</dep></entry> + <entry><ind>0.818</ind><dep>0.050</dep></entry> + <entry><ind>0.970</ind><dep>0.010</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/idle-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.58</ind> <dep>1.00</dep></entry> + <entry><ind>0.993378</ind><dep>1.851065</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/idle-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.58</ind> <dep>1.00</dep></entry> + <entry><ind>0.993378</ind><dep>1.851065</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/idle-right-p</prop> + </output> +</filter> + +<!-- idle rear --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.14</ind> <dep>0.000</dep></entry> + <entry><ind>0.15</ind> <dep>0.000</dep></entry> + <entry><ind>0.19</ind> <dep>0.000</dep></entry> + <entry><ind>0.417</ind><dep>0.310</dep></entry> + <entry><ind>0.530</ind><dep>0.470</dep></entry> + <entry><ind>0.560</ind><dep>0.900</dep></entry> + <entry><ind>0.818</ind><dep>0.050</dep></entry> + <entry><ind>0.970</ind><dep>0.010</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/idleR-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.14</ind> <dep>0.000</dep></entry> + <entry><ind>0.15</ind> <dep>0.000</dep></entry> + <entry><ind>0.19</ind> <dep>0.000</dep></entry> + <entry><ind>0.417</ind><dep>0.310</dep></entry> + <entry><ind>0.530</ind><dep>0.470</dep></entry> + <entry><ind>0.560</ind><dep>0.900</dep></entry> + <entry><ind>0.818</ind><dep>0.050</dep></entry> + <entry><ind>0.970</ind><dep>0.010</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/idleR-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.58</ind> <dep>1.00</dep></entry> + <entry><ind>0.993378</ind><dep>1.851065</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/idleR-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.58</ind> <dep>1.00</dep></entry> + <entry><ind>0.993378</ind><dep>1.851065</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/idleR-right-p</prop> + </output> +</filter> + +<!-- idle close --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.12</ind> <dep>0.000</dep></entry> + <entry><ind>0.13</ind> <dep>0.130</dep></entry> + <entry><ind>0.19</ind> <dep>0.580</dep></entry> + <entry><ind>0.441</ind><dep>0.290</dep></entry> + <entry><ind>0.690</ind><dep>0.100</dep></entry> + <entry><ind>0.998</ind><dep>0.000</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/idleC-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.12</ind> <dep>0.000</dep></entry> + <entry><ind>0.13</ind> <dep>0.130</dep></entry> + <entry><ind>0.19</ind> <dep>0.580</dep></entry> + <entry><ind>0.441</ind><dep>0.290</dep></entry> + <entry><ind>0.690</ind><dep>0.100</dep></entry> + <entry><ind>0.998</ind><dep>0.000</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/idleC-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.19</ind> <dep>1.00</dep></entry> + <entry><ind>0.426049</ind><dep>1.659575</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/idleC-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.19</ind> <dep>1.00</dep></entry> + <entry><ind>0.426049</ind><dep>1.659575</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/idleC-right-p</prop> + </output> +</filter> + +<!-- rumble --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>0.000</dep></entry> + <entry><ind>0.90</ind> <dep>0.300</dep></entry> + <entry><ind>1.10</ind> <dep>0.900</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/rumble-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>0.000</dep></entry> + <entry><ind>0.90</ind> <dep>0.300</dep></entry> + <entry><ind>1.10</ind> <dep>0.900</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/rumble-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.6</ind> <dep>0.50</dep></entry> + <entry><ind>1.0</ind> <dep>1.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/rumble-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.6</ind> <dep>0.50</dep></entry> + <entry><ind>1.0</ind> <dep>1.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/rumble-right-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.6</ind> <dep>0.50</dep></entry> + <entry><ind>0.9</ind> <dep>1.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/rumble2-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.6</ind> <dep>0.50</dep></entry> + <entry><ind>0.9</ind> <dep>1.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/rumble2-right-p</prop> + </output> +</filter> + +<!-- reverse --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.70</ind> <dep>0.000</dep></entry> + <entry><ind>0.90</ind> <dep>0.700</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/reverse-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.70</ind> <dep>0.000</dep></entry> + <entry><ind>0.90</ind> <dep>0.700</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/reverse-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.6</ind> <dep>0.50</dep></entry> + <entry><ind>0.9</ind> <dep>1.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/reverse-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.6</ind> <dep>0.50</dep></entry> + <entry><ind>0.9</ind> <dep>1.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/reverse-right-p</prop> + </output> +</filter> + +<!-- spool --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.128</ind> <dep>0.000</dep></entry> + <entry><ind>0.182</ind> <dep>0.500</dep></entry> + <entry><ind>0.514</ind> <dep>0.550</dep></entry> + <entry><ind>0.695</ind> <dep>0.600</dep></entry> + <entry><ind>0.784</ind> <dep>0.330</dep></entry> + <entry><ind>0.859</ind> <dep>0.210</dep></entry> + <entry><ind>0.912</ind> <dep>0.170</dep></entry> + <entry><ind>0.960</ind> <dep>0.130</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/spool-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.128</ind> <dep>0.000</dep></entry> + <entry><ind>0.182</ind> <dep>0.500</dep></entry> + <entry><ind>0.514</ind> <dep>0.550</dep></entry> + <entry><ind>0.695</ind> <dep>0.600</dep></entry> + <entry><ind>0.784</ind> <dep>0.330</dep></entry> + <entry><ind>0.859</ind> <dep>0.210</dep></entry> + <entry><ind>0.912</ind> <dep>0.170</dep></entry> + <entry><ind>0.960</ind> <dep>0.130</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/spool-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.21</ind> <dep>0.319</dep></entry> + <entry><ind>1.0</ind> <dep>1.404</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/spool-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.21</ind> <dep>0.319</dep></entry> + <entry><ind>1.0</ind> <dep>1.404</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/spool-right-p</prop> + </output> +</filter> + +<!-- spool --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.101</ind> <dep>0.000</dep></entry> + <entry><ind>0.182</ind> <dep>0.500</dep></entry> + <entry><ind>0.514</ind> <dep>0.550</dep></entry> + <entry><ind>0.695</ind> <dep>0.600</dep></entry> + <entry><ind>0.784</ind> <dep>0.330</dep></entry> + <entry><ind>0.859</ind> <dep>0.210</dep></entry> + <entry><ind>0.912</ind> <dep>0.170</dep></entry> + <entry><ind>0.960</ind> <dep>0.130</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/lowspool-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.101</ind> <dep>0.000</dep></entry> + <entry><ind>0.182</ind> <dep>0.500</dep></entry> + <entry><ind>0.514</ind> <dep>0.550</dep></entry> + <entry><ind>0.695</ind> <dep>0.600</dep></entry> + <entry><ind>0.784</ind> <dep>0.330</dep></entry> + <entry><ind>0.859</ind> <dep>0.210</dep></entry> + <entry><ind>0.912</ind> <dep>0.170</dep></entry> + <entry><ind>0.960</ind> <dep>0.130</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/lowspool-right-v</prop> + </output> +</filter> + +<!-- buzz --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.702</ind> <dep>0.000</dep></entry> + <entry><ind>0.746</ind> <dep>0.200</dep></entry> + <entry><ind>0.898</ind> <dep>0.950</dep></entry> + <entry><ind>0.950</ind> <dep>0.900</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/buzz-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.702</ind> <dep>0.000</dep></entry> + <entry><ind>0.746</ind> <dep>0.200</dep></entry> + <entry><ind>0.898</ind> <dep>0.950</dep></entry> + <entry><ind>0.950</ind> <dep>0.900</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/buzz-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.20</ind> <dep>0.245</dep></entry> + <entry><ind>1.0</ind> <dep>1.000</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/buzz-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.20</ind> <dep>0.245</dep></entry> + <entry><ind>1.0</ind> <dep>1.000</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/external/buzz-right-p</prop> + </output> </filter> @@ -103,139 +1598,741 @@ - - - - - - - - -<!-- - ENGINE VOLUME ---> +<!-- wingaft + idle --> <filter> - <type>gain</type> - <gain>1</gain> - <input> - <expression> - <product> - <table> - <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value> </product> - <entry><ind>0.06</ind> <dep>0.00</dep></entry> - <entry><ind>0.22</ind> <dep>0.40</dep></entry> - <entry><ind>0.45</ind> <dep>0.15</dep></entry> - <entry><ind>0.55</ind> <dep>0.00</dep></entry> - </table> - </product> - </expression> - </input> - <output> - <prop>a320/sound/a11</prop> - </output> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> <!-- yes its meant to be this property --> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.19</ind> <dep>0.000</dep></entry> + <entry><ind>0.417</ind> <dep>0.172</dep></entry> + <entry><ind>0.536424</ind> <dep>0.255</dep></entry> + <entry><ind>0.562914</ind> <dep>0.989</dep></entry> + <entry><ind>0.818985</ind> <dep>0.851</dep></entry> + <entry><ind>0.911700</ind> <dep>0.617</dep></entry> + <entry><ind>0.997792</ind> <dep>0.340</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/idle-left-v</prop> + </output> </filter> <filter> - <type>gain</type> - <gain>1</gain> - <input> - <expression> - <product> - <table> - <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value> </product> - <entry><ind>0.06</ind> <dep>0.00</dep></entry> - <entry><ind>0.22</ind> <dep>0.40</dep></entry> - <entry><ind>0.45</ind> <dep>0.15</dep></entry> - <entry><ind>0.55</ind> <dep>0.00</dep></entry> - </table> - </product> - </expression> - </input> - <output> - <prop>a320/sound/b11</prop> - </output> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.19</ind> <dep>0.000</dep></entry> + <entry><ind>0.417</ind> <dep>0.172</dep></entry> + <entry><ind>0.536424</ind> <dep>0.255</dep></entry> + <entry><ind>0.562914</ind> <dep>0.989</dep></entry> + <entry><ind>0.818985</ind> <dep>0.851</dep></entry> + <entry><ind>0.911700</ind> <dep>0.617</dep></entry> + <entry><ind>0.997792</ind> <dep>0.340</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/idle-right-v</prop> + </output> </filter> <filter> - <type>gain</type> - <gain>1</gain> - <input> - <expression> - <product> - <table> - <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value> </product> - <entry><ind>0.32</ind> <dep>0.00</dep></entry> - <entry><ind>0.65</ind> <dep>0.30</dep></entry> - <entry><ind>0.90</ind> <dep>0.25</dep></entry> - <entry><ind>0.99</ind> <dep>0.08</dep></entry> - </table> - </product> - </expression> - </input> - <output> - <prop>a320/sound/a12</prop> - </output> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.58</ind> <dep>1.00</dep></entry> + <entry><ind>0.993378</ind><dep>1.851064</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/idle-left-p</prop> + </output> </filter> <filter> - <type>gain</type> - <gain>1</gain> - <input> - <expression> - <product> - <table> - <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value> </product> - <entry><ind>0.32</ind> <dep>0.00</dep></entry> - <entry><ind>0.65</ind> <dep>0.30</dep></entry> - <entry><ind>0.90</ind> <dep>0.25</dep></entry> - <entry><ind>0.99</ind> <dep>0.08</dep></entry> - </table> - </product> - </expression> - </input> - <output> - <prop>a320/sound/b12</prop> - </output> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.58</ind> <dep>1.00</dep></entry> + <entry><ind>0.993378</ind><dep>1.851064</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/idle-right-p</prop> + </output> +</filter> + +<!-- lowspool --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.101</ind> <dep>0.000</dep></entry> + <entry><ind>0.214</ind> <dep>0.310</dep></entry> + <entry><ind>0.514</ind> <dep>0.531</dep></entry> + <entry><ind>0.695</ind> <dep>0.545</dep></entry> + <entry><ind>0.784</ind> <dep>0.414</dep></entry> + <entry><ind>0.859</ind> <dep>0.297</dep></entry> + <entry><ind>0.912</ind> <dep>0.255</dep></entry> + <entry><ind>0.960</ind> <dep>0.223</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/lowspool-left-v</prop> + </output> </filter> <filter> - <type>gain</type> - <gain>1</gain> - <input> - <expression> - <product> - <table> - <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value> </product> - <entry><ind>0.65</ind> <dep>0.00</dep></entry> - <entry><ind>0.70</ind> <dep>0.10</dep></entry> - <entry><ind>1.02</ind> <dep>0.80</dep></entry> - </table> - </product> - </expression> - </input> - <output> - <prop>a320/sound/a13</prop> - </output> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.101</ind> <dep>0.000</dep></entry> + <entry><ind>0.214</ind> <dep>0.310</dep></entry> + <entry><ind>0.514</ind> <dep>0.531</dep></entry> + <entry><ind>0.695</ind> <dep>0.545</dep></entry> + <entry><ind>0.784</ind> <dep>0.414</dep></entry> + <entry><ind>0.859</ind> <dep>0.297</dep></entry> + <entry><ind>0.912</ind> <dep>0.255</dep></entry> + <entry><ind>0.960</ind> <dep>0.223</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/lowspool-right-v</prop> + </output> </filter> <filter> - <type>gain</type> - <gain>1</gain> - <input> - <expression> - <product> - <table> - <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value> </product> - <entry><ind>0.65</ind> <dep>0.00</dep></entry> - <entry><ind>0.70</ind> <dep>0.10</dep></entry> - <entry><ind>1.02</ind> <dep>0.80</dep></entry> - </table> - </product> - </expression> - </input> - <output> - <prop>a320/sound/b13</prop> - </output> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.21</ind> <dep>0.319</dep></entry> + <entry><ind>1.00</ind> <dep>1.404</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/lowspool-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.21</ind> <dep>0.319</dep></entry> + <entry><ind>1.00</ind> <dep>1.404</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/lowspool-right-p</prop> + </output> +</filter> + +<!-- comb --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.59</ind> <dep>0.00</dep></entry> + <entry><ind>0.62</ind> <dep>0.050</dep></entry> + <entry><ind>0.74</ind> <dep>0.350</dep></entry> + <entry><ind>0.78</ind> <dep>0.550</dep></entry> + <entry><ind>0.84</ind> <dep>0.980</dep></entry> + <entry><ind>0.944</ind><dep>0.950</dep></entry> + <entry><ind>0.998</ind><dep>0.950</dep></entry> + <entry><ind>1.0</ind> <dep>0.950</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/comb-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.59</ind> <dep>0.00</dep></entry> + <entry><ind>0.62</ind> <dep>0.050</dep></entry> + <entry><ind>0.74</ind> <dep>0.350</dep></entry> + <entry><ind>0.78</ind> <dep>0.550</dep></entry> + <entry><ind>0.84</ind> <dep>0.980</dep></entry> + <entry><ind>0.944</ind><dep>0.950</dep></entry> + <entry><ind>0.998</ind><dep>0.950</dep></entry> + <entry><ind>1.0</ind> <dep>0.950</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/comb-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>0.50</dep></entry> + <entry><ind>1.00</ind> <dep>1.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/comb-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>0.50</dep></entry> + <entry><ind>1.00</ind> <dep>1.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/comb-right-p</prop> + </output> +</filter> + +<!-- fullhum --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.31</ind> <dep>0.00</dep></entry> + <entry><ind>0.62</ind> <dep>0.670</dep></entry> + <entry><ind>0.87</ind> <dep>0.900</dep></entry> + <entry><ind>0.898</ind><dep>0.950</dep></entry> + <entry><ind>0.95</ind> <dep>0.950</dep></entry> + <entry><ind>1.0</ind> <dep>0.950</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/fullhum-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.31</ind> <dep>0.00</dep></entry> + <entry><ind>0.62</ind> <dep>0.670</dep></entry> + <entry><ind>0.87</ind> <dep>0.900</dep></entry> + <entry><ind>0.898</ind><dep>0.950</dep></entry> + <entry><ind>0.95</ind> <dep>0.950</dep></entry> + <entry><ind>1.0</ind> <dep>0.950</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/fullhum-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.20</ind><dep>0.245</dep></entry> + <entry><ind>1.00</ind> <dep>1.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/fullhum-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.20</ind><dep>0.245</dep></entry> + <entry><ind>1.00</ind> <dep>1.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/fullhum-right-p</prop> + </output> +</filter> + +<!-- whine --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.15</ind> <dep>0.00</dep></entry> + <entry><ind>0.19</ind> <dep>0.550</dep></entry> + <entry><ind>0.417</ind><dep>0.400</dep></entry> + <entry><ind>0.55</ind> <dep>0.350</dep></entry> + <entry><ind>0.572</ind><dep>0.200</dep></entry> + <entry><ind>0.700</ind><dep>0.050</dep></entry> + <entry><ind>0.998</ind><dep>0.000</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/whine-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.15</ind> <dep>0.00</dep></entry> + <entry><ind>0.19</ind> <dep>0.550</dep></entry> + <entry><ind>0.417</ind><dep>0.400</dep></entry> + <entry><ind>0.55</ind> <dep>0.350</dep></entry> + <entry><ind>0.572</ind><dep>0.200</dep></entry> + <entry><ind>0.700</ind><dep>0.050</dep></entry> + <entry><ind>0.998</ind><dep>0.000</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/whine-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.21</ind> <dep>0.50</dep></entry> + <entry><ind>0.95</ind> <dep>2.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/whine-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.21</ind> <dep>0.50</dep></entry> + <entry><ind>0.95</ind> <dep>2.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/whine-right-p</prop> + </output> +</filter> + +<!-- reverse --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <property>/engines/engine[0]/reverser-pos-norm</property> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>0.000</dep></entry> + <entry><ind>0.70</ind> <dep>0.800</dep></entry> + <entry><ind>1.00</ind> <dep>0.995</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/reverse-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <property>/engines/engine[1]/reverser-pos-norm</property> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>0.000</dep></entry> + <entry><ind>0.70</ind> <dep>0.800</dep></entry> + <entry><ind>1.00</ind> <dep>0.995</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/reverse-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <property>/engines/engine[0]/reverser-pos-norm</property> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>0.0</dep></entry> + <entry><ind>0.90</ind> <dep>1.0</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/reverse-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-aft</property> + </condition> + <expression> + <product> + <property>/engines/engine[1]/reverser-pos-norm</property> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>0.0</dep></entry> + <entry><ind>0.90</ind> <dep>1.0</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-aft</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingaft/reverse-right-p</prop> + </output> </filter> @@ -246,316 +2343,1171 @@ - - - - - - - - - - - - - - -<!-- - ENGINE PITCH ---> - +<!-- wingfwd + idle --> <filter> - <type>gain</type> - <gain>1</gain> - <input> - <expression> - <product> - <table> - <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value> </product> - <entry><ind>0.15</ind> <dep>0.50</dep></entry> - <entry><ind>0.22</ind> <dep>1.00</dep></entry> - <entry><ind>0.50</ind> <dep>1.30</dep></entry> - </table> - </product> - </expression> - </input> - <output> - <prop>a320/sound/a11p</prop> - </output> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> <!-- yes its meant to be this property --> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.19</ind> <dep>0.000</dep></entry> + <entry><ind>0.417</ind> <dep>0.172</dep></entry> + <entry><ind>0.536424</ind> <dep>0.255</dep></entry> + <entry><ind>0.562914</ind> <dep>0.989</dep></entry> + <entry><ind>0.818985</ind> <dep>0.851</dep></entry> + <entry><ind>0.911700</ind> <dep>0.617</dep></entry> + <entry><ind>0.997792</ind> <dep>0.340</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/idle-left-v</prop> + </output> </filter> <filter> - <type>gain</type> - <gain>1</gain> - <input> - <expression> - <product> - <table> - <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value> </product> - <entry><ind>0.15</ind> <dep>0.50</dep></entry> - <entry><ind>0.22</ind> <dep>1.00</dep></entry> - <entry><ind>0.50</ind> <dep>1.30</dep></entry> - </table> - </product> - </expression> - </input> - <output> - <prop>a320/sound/b11p</prop> - </output> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.19</ind> <dep>0.000</dep></entry> + <entry><ind>0.417</ind> <dep>0.172</dep></entry> + <entry><ind>0.536424</ind> <dep>0.255</dep></entry> + <entry><ind>0.562914</ind> <dep>0.989</dep></entry> + <entry><ind>0.818985</ind> <dep>0.851</dep></entry> + <entry><ind>0.911700</ind> <dep>0.617</dep></entry> + <entry><ind>0.997792</ind> <dep>0.340</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/idle-right-v</prop> + </output> </filter> <filter> - <type>gain</type> - <gain>1</gain> - <input> - <expression> - <product> - <table> - <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value> </product> - <entry><ind>0.22</ind> <dep>0.70</dep></entry> - <entry><ind>0.99</ind> <dep>1.80</dep></entry> - </table> - </product> - </expression> - </input> - <output> - <prop>a320/sound/a12p</prop> - </output> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.58</ind> <dep>1.00</dep></entry> + <entry><ind>0.993378</ind><dep>1.851064</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/idle-left-p</prop> + </output> </filter> <filter> - <type>gain</type> - <gain>1</gain> - <input> - <expression> - <product> - <table> - <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value> </product> - <entry><ind>0.22</ind> <dep>0.70</dep></entry> - <entry><ind>0.99</ind> <dep>1.80</dep></entry> - </table> - </product> - </expression> - </input> - <output> - <prop>a320/sound/b12p</prop> - </output> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.58</ind> <dep>1.00</dep></entry> + <entry><ind>0.993378</ind><dep>1.851064</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/idle-right-p</prop> + </output> +</filter> + +<!-- lowspool --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.101</ind> <dep>0.000</dep></entry> + <entry><ind>0.214</ind> <dep>0.420</dep></entry> + <entry><ind>0.514</ind> <dep>0.561</dep></entry> + <entry><ind>0.695</ind> <dep>0.545</dep></entry> + <entry><ind>0.784</ind> <dep>0.414</dep></entry> + <entry><ind>0.859</ind> <dep>0.297</dep></entry> + <entry><ind>0.912</ind> <dep>0.255</dep></entry> + <entry><ind>0.960</ind> <dep>0.223</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/lowspool-left-v</prop> + </output> </filter> <filter> - <type>gain</type> - <gain>1</gain> - <input> - <expression> - <product> - <table> - <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value> </product> - <entry><ind>0.70</ind> <dep>0.80</dep></entry> - <entry><ind>1.02</ind> <dep>1.28</dep></entry> - </table> - </product> - </expression> - </input> - <output> - <prop>a320/sound/a13p</prop> - </output> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.101</ind> <dep>0.000</dep></entry> + <entry><ind>0.214</ind> <dep>0.420</dep></entry> + <entry><ind>0.514</ind> <dep>0.561</dep></entry> + <entry><ind>0.695</ind> <dep>0.545</dep></entry> + <entry><ind>0.784</ind> <dep>0.414</dep></entry> + <entry><ind>0.859</ind> <dep>0.297</dep></entry> + <entry><ind>0.912</ind> <dep>0.255</dep></entry> + <entry><ind>0.960</ind> <dep>0.223</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/lowspool-right-v</prop> + </output> </filter> <filter> - <type>gain</type> - <gain>1</gain> - <input> - <expression> - <product> - <table> - <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value> </product> - <entry><ind>0.70</ind> <dep>0.80</dep></entry> - <entry><ind>1.02</ind> <dep>1.28</dep></entry> - </table> - </product> - </expression> - </input> - <output> - <prop>a320/sound/b13p</prop> - </output> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.21</ind> <dep>0.319</dep></entry> + <entry><ind>1.00</ind> <dep>1.404</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/lowspool-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.21</ind> <dep>0.319</dep></entry> + <entry><ind>1.00</ind> <dep>1.404</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/lowspool-right-p</prop> + </output> +</filter> + +<!-- comb --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.59</ind> <dep>0.00</dep></entry> + <entry><ind>0.62</ind> <dep>0.050</dep></entry> + <entry><ind>0.74</ind> <dep>0.350</dep></entry> + <entry><ind>0.78</ind> <dep>0.550</dep></entry> + <entry><ind>0.84</ind> <dep>0.980</dep></entry> + <entry><ind>0.944</ind><dep>0.950</dep></entry> + <entry><ind>0.998</ind><dep>0.950</dep></entry> + <entry><ind>1.0</ind> <dep>0.950</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/comb-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.59</ind> <dep>0.00</dep></entry> + <entry><ind>0.62</ind> <dep>0.050</dep></entry> + <entry><ind>0.74</ind> <dep>0.350</dep></entry> + <entry><ind>0.78</ind> <dep>0.550</dep></entry> + <entry><ind>0.84</ind> <dep>0.980</dep></entry> + <entry><ind>0.944</ind><dep>0.950</dep></entry> + <entry><ind>0.998</ind><dep>0.950</dep></entry> + <entry><ind>1.0</ind> <dep>0.950</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/comb-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>0.50</dep></entry> + <entry><ind>1.00</ind> <dep>1.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/comb-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>0.50</dep></entry> + <entry><ind>1.00</ind> <dep>1.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/comb-right-p</prop> + </output> +</filter> + +<!-- fullhum --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.31</ind> <dep>0.00</dep></entry> + <entry><ind>0.62</ind> <dep>0.670</dep></entry> + <entry><ind>0.87</ind> <dep>0.900</dep></entry> + <entry><ind>0.898</ind><dep>0.950</dep></entry> + <entry><ind>0.95</ind> <dep>0.950</dep></entry> + <entry><ind>1.0</ind> <dep>0.950</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/fullhum-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.31</ind> <dep>0.00</dep></entry> + <entry><ind>0.62</ind> <dep>0.670</dep></entry> + <entry><ind>0.87</ind> <dep>0.900</dep></entry> + <entry><ind>0.898</ind><dep>0.950</dep></entry> + <entry><ind>0.95</ind> <dep>0.950</dep></entry> + <entry><ind>1.0</ind> <dep>0.950</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/fullhum-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.20</ind><dep>0.245</dep></entry> + <entry><ind>1.00</ind> <dep>1.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/fullhum-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.20</ind><dep>0.245</dep></entry> + <entry><ind>1.00</ind> <dep>1.00</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/fullhum-right-p</prop> + </output> +</filter> + +<!-- buzz --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.70</ind> <dep>0.000</dep></entry> + <entry><ind>0.74</ind> <dep>0.894</dep></entry> + <entry><ind>0.87</ind> <dep>0.995</dep></entry> + <entry><ind>0.89</ind> <dep>1.000</dep></entry> + <entry><ind>0.95</ind> <dep>0.936</dep></entry> + <entry><ind>1.00</ind> <dep>0.936</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/buzz-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.70</ind> <dep>0.000</dep></entry> + <entry><ind>0.74</ind> <dep>0.894</dep></entry> + <entry><ind>0.87</ind> <dep>0.995</dep></entry> + <entry><ind>0.89</ind> <dep>1.000</dep></entry> + <entry><ind>0.95</ind> <dep>0.936</dep></entry> + <entry><ind>1.00</ind> <dep>0.936</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/buzz-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.20</ind> <dep>0.245</dep></entry> + <entry><ind>0.95</ind> <dep>1.000</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/buzz-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.20</ind> <dep>0.245</dep></entry> + <entry><ind>0.95</ind> <dep>1.000</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/buzz-right-p</prop> + </output> +</filter> + +<!-- reverse --> +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <property>/engines/engine[0]/reverser-pos-norm</property> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>0.000</dep></entry> + <entry><ind>0.70</ind> <dep>0.800</dep></entry> + <entry><ind>1.00</ind> <dep>0.995</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/reverse-left-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <property>/engines/engine[1]/reverser-pos-norm</property> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>0.000</dep></entry> + <entry><ind>0.70</ind> <dep>0.800</dep></entry> + <entry><ind>1.00</ind> <dep>0.995</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/reverse-right-v</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <property>/engines/engine[0]/reverser-pos-norm</property> + <table> + <product><property>/engines/engine[0]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>0.0</dep></entry> + <entry><ind>0.90</ind> <dep>1.0</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/reverse-left-p</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/wingview-fwd</property> + </condition> + <expression> + <product> + <property>/engines/engine[1]/reverser-pos-norm</property> + <table> + <product><property>/engines/engine[1]/n1-actual</property><value>0.01</value></product> + <entry><ind>0.60</ind> <dep>0.0</dep></entry> + <entry><ind>0.90</ind> <dep>1.0</dep></entry> + </table> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/wingview-fwd</property></not> + </condition> + <expression><value>0</value></expression> + </input> + <output> + <prop>a320/sound/wingfwd/reverse-right-p</prop> + </output> </filter> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +<!-- other 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/current-view/internal</property> - </product> - </expression> - </input> - <output> - <prop>sim/sound/other/flaps</prop> - </output> + <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>-8.0</ind> <dep>0.10</dep></entry> + <entry><ind>0.00</ind> <dep>1.00</dep></entry> + <entry><ind>22.0</ind> <dep>0.10</dep></entry> + </table> + <property>sim/sound/internal-custom</property> + </product> + </expression> + </input> + <output> + <prop>sim/sound/other/gear</prop> + </output> </filter> <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>-8.0</ind> <dep>0.10</dep></entry> - <entry><ind>0.00</ind> <dep>1.00</dep></entry> - <entry><ind>22.0</ind> <dep>0.10</dep></entry> - </table> - <property>sim/current-view/internal</property> - </product> - </expression> - </input> - <output> - <prop>sim/sound/other/gear</prop> - </output> + <type>gain</type> + <gain>1</gain> + <input> + <expression> + <product> + <table> + <product><property>/position/altitude-agl-ft</property><value>1</value> </product> + <entry><ind>300</ind> <dep>1.00</dep></entry> + <entry><ind>301</ind> <dep>0.00</dep></entry> + </table> + <property>sim/current-view/internal</property> + </product> + </expression> + </input> + <output> + <prop>sim/sound/other/callout</prop> + </output> </filter> <filter> - <type>gain</type> - <gain>1</gain> - <input> - <expression> - <product> - <table> - <product><property>/position/altitude-agl-ft</property><value>1</value> </product> - <entry><ind>300</ind> <dep>1.00</dep></entry> - <entry><ind>301</ind> <dep>0.00</dep></entry> - </table> - <property>sim/current-view/internal</property> - </product> - </expression> - </input> - <output> - <prop>sim/sound/other/callout</prop> - </output> + <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>-11</ind> <dep>0.00</dep></entry> + <entry><ind>-12</ind> <dep>1.00</dep></entry> + </table> + <property>sim/current-view/internal</property> + </product> + </expression> + </input> + <output> + <prop>sim/sound/other/callout2</prop> + </output> </filter> <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>-11</ind> <dep>0.00</dep></entry> - <entry><ind>-12</ind> <dep>1.00</dep></entry> - </table> - <property>sim/current-view/internal</property> - </product> - </expression> - </input> - <output> - <prop>sim/sound/other/callout2</prop> - </output> + <type>gain</type> + <gain>1</gain> + <input> + <expression> + <product> + <table> + <product><property>/velocities/groundspeed-kt</property><value>1</value> </product> + <entry><ind>0.00</ind> <dep>0.0001</dep></entry> + <entry><ind>10</ind> <dep>0.001</dep></entry> + <entry><ind>100</ind> <dep>0.01</dep></entry> + <entry><ind>250</ind> <dep>0.10</dep></entry> + <entry><ind>550</ind> <dep>0.30</dep></entry> + </table> + <property>sim/current-view/internal</property> + </product> + </expression> + </input> + <output> + <prop>sim/sound/other/cockpit-wind</prop> + </output> </filter> <filter> - <type>gain</type> - <gain>1</gain> - <input> - <expression> - <product> - <table> - <product><property>/velocities/groundspeed-kt</property><value>1</value> </product> - <entry><ind>0.00</ind> <dep>0.07</dep></entry> - <entry><ind>450</ind> <dep>1.00</dep></entry> - </table> - <property>sim/current-view/internal</property> - </product> - </expression> - </input> - <output> - <prop>sim/sound/other/wind</prop> - </output> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <or> + <property>sim/sound/wingview-aft</property> + <property>sim/sound/wingview-fwd</property> + </or> + </condition> + <expression> + <product> + <table> + <product><property>/velocities/groundspeed-kt</property><value>1</value> </product> + <entry><ind>0.00</ind> <dep>0.0001</dep></entry> + <entry><ind>10</ind> <dep>0.001</dep></entry> + <entry><ind>100</ind> <dep>0.01</dep></entry> + <entry><ind>250</ind> <dep>0.10</dep></entry> + <entry><ind>550</ind> <dep>0.30</dep></entry> + </table> + </product> + </expression> + </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/wind</prop> + </output> </filter> <filter> - <type>gain</type> - <gain>1</gain> - <input> + <type>gain</type> + <gain>1</gain> + <input> <expression> - <product> - <table> - <product><property>/velocities/groundspeed-kt</property><value>1</value> </product> - <entry><ind>0.00</ind> <dep>1.00</dep></entry> - <entry><ind>450</ind> <dep>2.00</dep></entry> - </table> - <property>sim/current-view/internal</property> - </product> + <product> + <table> + <product><property>/velocities/groundspeed-kt</property><value>1</value> </product> + <entry><ind>0.00</ind> <dep>0.50</dep></entry> + <entry><ind>550</ind> <dep>1.00</dep></entry> + </table> + <property>sim/sound/internal-custom</property> + </product> </expression> - </input> - <output> - <prop>sim/sound/other/windp</prop> - </output> + </input> + <output> + <prop>sim/sound/other/windp</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/current-view/internal</property> + </condition> + <expression> + <table> + <product> + <property>/velocities/groundspeed-kt</property> + <value>1</value> + </product> + <entry><ind>010</ind> <dep>0.00</dep></entry> + <entry><ind>110</ind> <dep>0.50</dep></entry> + <entry><ind>140</ind> <dep>1.00</dep></entry> + </table> + </expression> + </input> + <input> + <condition> + <not><property>sim/current-view/internal</property></not> + </condition> + <value>0</value> + </input> + <output> + <prop>sim/sound/other/cockpit-roll</prop> + </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> + <expression> + <table> + <product> + <property>/velocities/groundspeed-kt</property> + <value>1</value> + </product> + <entry><ind>010</ind> <dep>0.00</dep></entry> + <entry><ind>110</ind> <dep>0.50</dep></entry> + <entry><ind>140</ind> <dep>1.00</dep></entry> + </table> + </expression> + </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/roll</prop> + </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> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression> + <table> + <product> + <property>/velocities/groundspeed-kt</property> + <value>1</value> + </product> + <entry><ind>010</ind> <dep>0.50</dep></entry> + <entry><ind>140</ind> <dep>1.00</dep></entry> + </table> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <value>0</value> + </input> + <output> + <prop>sim/sound/other/rollp</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <property>sim/sound/internal-custom</property> + </condition> + <expression> + <product> + <property>/systems/pneumatic/pack-psi</property> + <value>0.025</value> + </product> + </expression> + </input> + <input> + <condition> + <not><property>sim/sound/internal-custom</property></not> + </condition> + <value>0</value> + </input> + <output> + <prop>sim/sound/other/air-con</prop> + </output> +</filter> + +<!-- wing view properties --> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <equals> + <property>/sim/current-view/view-number</property> + <value>13</value> + </equals> + </condition> + <value>1</value> + </input> + <input> + <condition> + <not> + <equals> + <property>/sim/current-view/view-number</property> + <value>13</value> + </equals> + </not> + </condition> + <value>0</value> + </input> + <output> + <prop>sim/sound/wingview-fwd</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <or> + <equals> + <property>/sim/current-view/view-number</property> + <value>14</value> + </equals> + <equals> + <property>/sim/current-view/view-number</property> + <value>15</value> + </equals> + </or> + </condition> + <value>1</value> + </input> + <input> + <condition> + <and> + <not> + <equals> + <property>/sim/current-view/view-number</property> + <value>14</value> + </equals> + </not> + <not> + <equals> + <property>/sim/current-view/view-number</property> + <value>15</value> + </equals> + </not> + </and> + </condition> + <value>0</value> + </input> + <output> + <prop>sim/sound/wingview-aft</prop> + </output> +</filter> + +<filter> + <type>gain</type> + <gain>1</gain> + <input> + <condition> + <or> + <equals> + <property>sim/current-view/internal</property> + <value>1</value> + </equals> + <equals> + <property>/sim/current-view/view-number</property> + <value>13</value> + </equals> + <equals> + <property>/sim/current-view/view-number</property> + <value>14</value> + </equals> + <equals> + <property>/sim/current-view/view-number</property> + <value>15</value> + </equals> + </or> + </condition> + <value>1</value> + </input> + <input> + <condition> + <and> + <not><property>sim/current-view/internal</property></not> + <not> + <equals> + <property>/sim/current-view/view-number</property> + <value>105</value> + </equals> + </not> + <not> + <equals> + <property>/sim/current-view/view-number</property> + <value>106</value> + </equals> + </not> + <not> + <equals> + <property>/sim/current-view/view-number</property> + <value>107</value> + </equals> + </not> + </and> + </condition> + <value>0</value> + </input> + <output> + <prop>sim/sound/internal-custom</prop> + </output> </filter> </PropertyList> \ No newline at end of file