CFM56 startup sounds
This commit is contained in:
parent
b9f1bc9d79
commit
e7bdc2f511
6 changed files with 254 additions and 0 deletions
|
@ -3,6 +3,86 @@
|
|||
<PropertyList include="A320-common-sound.xml">
|
||||
<fx>
|
||||
<!-- cockpit -->
|
||||
<engine>
|
||||
<name>a320_startup_left</name>
|
||||
<mode>once</mode>
|
||||
<path>Aircraft/A320-family/Sounds/SASA/CFM56/start/A320_cockpit_starter.wav</path>
|
||||
<condition>
|
||||
<and>
|
||||
<equals>
|
||||
<property>/engines/engine[0]/state</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
<property>/sim/sound/internal-custom</property>
|
||||
</and>
|
||||
</condition>
|
||||
<position>
|
||||
<x>0</x>
|
||||
<y>20</y>
|
||||
<z>0</z>
|
||||
</position>
|
||||
</engine>
|
||||
|
||||
<engine>
|
||||
<name>a320_startup_right</name>
|
||||
<mode>once</mode>
|
||||
<path>Aircraft/A320-family/Sounds/SASA/CFM56B/start/A320_cockpit_starter.wav</path>
|
||||
<condition>
|
||||
<and>
|
||||
<equals>
|
||||
<property>/engines/engine[1]/state</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
<property>/sim/sound/internal-custom</property>
|
||||
</and>
|
||||
</condition>
|
||||
<position>
|
||||
<x>0</x>
|
||||
<y>-20</y>
|
||||
<z>0</z>
|
||||
</position>
|
||||
</engine>
|
||||
|
||||
<engine>
|
||||
<name>a320_startup_left_2</name>
|
||||
<mode>once</mode>
|
||||
<path>Aircraft/A320-family/Sounds/SASA/CFM56B/start/A320_cockpit_startup.wav</path>
|
||||
<condition>
|
||||
<and>
|
||||
<equals>
|
||||
<property>/engines/engine[0]/state</property>
|
||||
<value>2</value>
|
||||
</equals>
|
||||
<property>/sim/sound/internal-custom</property>
|
||||
</and>
|
||||
</condition>
|
||||
<position>
|
||||
<x>0</x>
|
||||
<y>20</y>
|
||||
<z>0</z>
|
||||
</position>
|
||||
</engine>
|
||||
|
||||
<engine>
|
||||
<name>a320_startup_right_2</name>
|
||||
<mode>once</mode>
|
||||
<path>Aircraft/A320-family/Sounds/SASA/CFM56B/start/A320_cockpit_startup.wav</path>
|
||||
<condition>
|
||||
<and>
|
||||
<equals>
|
||||
<property>/engines/engine[1]/state</property>
|
||||
<value>2</value>
|
||||
</equals>
|
||||
<property>/sim/sound/internal-custom</property>
|
||||
</and>
|
||||
</condition>
|
||||
<position>
|
||||
<x>0</x>
|
||||
<y>-20</y>
|
||||
<z>0</z>
|
||||
</position>
|
||||
</engine>
|
||||
|
||||
<engine>
|
||||
<name>a320_cockpit_idle_1</name>
|
||||
<mode>looped</mode>
|
||||
|
@ -407,6 +487,180 @@
|
|||
|
||||
|
||||
<!-- outside -->
|
||||
<engine>
|
||||
<name>a320_external_starter_left</name>
|
||||
<mode>once</mode>
|
||||
<path>Aircraft/A320-family/Sounds/SASA/CFM56B/external/cfm-starter.wav</path>
|
||||
<condition>
|
||||
<and>
|
||||
<equals>
|
||||
<property>/engines/engine[0]/state</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
<not><property>/sim/sound/internal-custom</property></not>
|
||||
</and>
|
||||
</condition>
|
||||
<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>0</x>
|
||||
<y>20</y>
|
||||
<z>0</z>
|
||||
</position>
|
||||
</engine>
|
||||
|
||||
<engine>
|
||||
<name>a320_external_starter_right</name>
|
||||
<mode>once</mode>
|
||||
<path>Aircraft/A320-family/Sounds/SASA/CFM56B/external/cfm-starter.wav</path>
|
||||
<condition>
|
||||
<and>
|
||||
<equals>
|
||||
<property>/engines/engine[1]/state</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
<not><property>/sim/sound/internal-custom</property></not>
|
||||
</and>
|
||||
</condition>
|
||||
<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>0</x>
|
||||
<y>-20</y>
|
||||
<z>0</z>
|
||||
</position>
|
||||
</engine>
|
||||
|
||||
<engine>
|
||||
<name>a320_external_startup_left</name>
|
||||
<mode>once</mode>
|
||||
<path>Aircraft/A320-family/Sounds/SASA/CFM56B/external/cfm-startup.wav</path>
|
||||
<condition>
|
||||
<and>
|
||||
<equals>
|
||||
<property>/engines/engine[0]/state</property>
|
||||
<value>2</value>
|
||||
</equals>
|
||||
<not><property>/sim/sound/internal-custom</property></not>
|
||||
</and>
|
||||
</condition>
|
||||
<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>0</x>
|
||||
<y>20</y>
|
||||
<z>0</z>
|
||||
</position>
|
||||
</engine>
|
||||
|
||||
<engine>
|
||||
<name>a320_external_startup_right</name>
|
||||
<mode>once</mode>
|
||||
<path>Aircraft/A320-family/Sounds/SASA/CFM56B/external/cfm-startup.wav</path>
|
||||
<condition>
|
||||
<and>
|
||||
<equals>
|
||||
<property>/engines/engine[1]/state</property>
|
||||
<value>2</value>
|
||||
</equals>
|
||||
<not><property>/sim/sound/internal-custom</property></not>
|
||||
</and>
|
||||
</condition>
|
||||
<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>0</x>
|
||||
<y>-20</y>
|
||||
<z>0</z>
|
||||
</position>
|
||||
</engine>
|
||||
|
||||
<engine>
|
||||
<name>a320_external_startup_rear</name>
|
||||
<mode>once</mode>
|
||||
<path>Aircraft/A320-family/Sounds/SASA/CFM56B/external/cfm-startup-rear.wav</path>
|
||||
<condition>
|
||||
<and>
|
||||
<equals>
|
||||
<property>/engines/engine[0]/state</property>
|
||||
<value>2</value>
|
||||
</equals>
|
||||
<not><property>/sim/sound/internal-custom</property></not>
|
||||
</and>
|
||||
</condition>
|
||||
<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</x>
|
||||
<y>20</y>
|
||||
<z>0</z>
|
||||
</position>
|
||||
</engine>
|
||||
|
||||
<engine>
|
||||
<name>a320_external_startup_right_rear</name>
|
||||
<mode>once</mode>
|
||||
<path>Aircraft/A320-family/Sounds/SASA/CFM56B/external/cfm-startup-rear.wav</path>
|
||||
<condition>
|
||||
<and>
|
||||
<equals>
|
||||
<property>/engines/engine[1]/state</property>
|
||||
<value>2</value>
|
||||
</equals>
|
||||
<not><property>/sim/sound/internal-custom</property></not>
|
||||
</and>
|
||||
</condition>
|
||||
<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</x>
|
||||
<y>-20</y>
|
||||
<z>0</z>
|
||||
</position>
|
||||
</engine>
|
||||
|
||||
<engine>
|
||||
<name>a320_external_idle_1</name>
|
||||
<condition>
|
||||
|
|
Loading…
Reference in a new issue