Merge branch 'sounds' of github.com:Octal450/IDG-A32X into sounds

This commit is contained in:
Josh Davidson 2019-06-08 22:09:46 -04:00
commit 2a27baad6c
139 changed files with 14744 additions and 1480 deletions

2
.gitignore vendored
View file

@ -2,8 +2,6 @@
*.*~
.*~
MyDevWIP
SHS
AKV.*
# ignore swap files
*.swp
*.swo

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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 #
#########

View file

@ -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>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Sounds/SASA/A320.wav Normal file

Binary file not shown.

Binary file not shown.

BIN
Sounds/SASA/A320_cabin.wav Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Sounds/SASA/A320_gear.wav Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Sounds/SASA/CFM56/external/cfm-buzz.wav vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
Sounds/SASA/CFM56/external/cfm-idle.wav vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Sounds/SASA/CFM56/external/cfm-spool.wav vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Sounds/SASA/CFM56A/external/cfm-buzz.wav vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Sounds/SASA/Roll.wav Normal file

Binary file not shown.

BIN
Sounds/SASA/Touch-Main.wav Normal file

Binary file not shown.

BIN
Sounds/SASA/Touch-Nose.wav Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show more