This commit is contained in:
Jonathan Redpath 2017-08-01 11:00:31 +01:00
parent 6f7b6e8b22
commit f8ce6918b8
7 changed files with 730 additions and 661 deletions

View file

@ -6,20 +6,20 @@
<PropertyList> <PropertyList>
<fx> <fx>
<!--apu> <apu>
<name>apu_in</name> <name>apu_in</name>
<mode>looped</mode> <mode>looped</mode>
<path>Sounds/misc/a320_apu.wav</path> <path>apu/apu_inside.wav</path>
<condition> <condition>
<property>sim/current-view/internal</property> <property>sim/current-view/internal</property>
</condition> </condition>
<volume> <volume>
<property>engines/apu/rpm</property> <property>/systems/apu/rpm</property>
<factor>0.01</factor> <factor>0.01</factor>
<min>0</min> <min>0</min>
</volume> </volume>
<pitch> <pitch>
<property>engines/apu/rpm</property> <property>/systems/apu/rpm</property>
<factor>0.01</factor> <factor>0.01</factor>
<offset>0</offset> <offset>0</offset>
</pitch> </pitch>
@ -28,21 +28,35 @@
<apu> <apu>
<name>apu_out</name> <name>apu_out</name>
<mode>looped</mode> <mode>looped</mode>
<path>Sounds/misc/a320_apu_x.wav</path> <path>apu/turbine.wav</path>
<condition> <condition>
<not><property>sim/current-view/internal</property></not> <not><property>sim/current-view/internal</property></not>
</condition> </condition>
<volume> <volume>
<property>engines/apu/rpm</property> <property>/systems/apu/rpm</property>
<factor>0.01</factor> <factor>0.01</factor>
<min>0</min> <min>0</min>
</volume> </volume>
<pitch> <pitch>
<property>engines/apu/rpm</property> <property>/systems/apu/rpm</property>
<factor>0.01</factor> <factor>0.01</factor>
<offset>0</offset> <offset>0</offset>
</pitch> </pitch>
</apu--> </apu>
<hyd>
<name>PTU</name>
<mode>once</mode>
<path>airbus_ptu.wav</path>
<condition>
<property>/systems/hydraulic/ptu-active</property>
</condition>
<volume>
<factor>8</factor>
</volume>
<reference-dist>20.0</reference-dist>
<max-dist>100.0</max-dist>
</hyd>
<announcement> <announcement>
<name>PurserSnacks</name> <name>PurserSnacks</name>
@ -130,6 +144,76 @@
<max-dist>100.0</max-dist> <max-dist>100.0</max-dist>
</callout> </callout>
<callout>
<name>VR</name>
<mode>once</mode>
<path>vr.wav</path>
<condition>
<and>
<equals>
<property>/gear/gear[1]/wow</property>
<value>1</value>
</equals>
<equals>
<property>/gear/gear[2]/wow</property>
<value>1</value>
</equals>
<greater-than>
<property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
<property>/FMGC/internal/vr</property>
</greater-than>
<equals>
<property>/FMGC/internal/vr-set</property>
<value>1</value>
</equals>
<equals>
<property>/FMGC/status/to-state</property>
<value>1</value>
</equals>
</and>
</condition>
<volume>
<factor>8</factor>
</volume>
<reference-dist>20.0</reference-dist>
<max-dist>100.0</max-dist>
</callout>
<callout>
<name>V2</name>
<mode>once</mode>
<path>v2.wav</path>
<condition>
<and>
<equals>
<property>/gear/gear[1]/wow</property>
<value>1</value>
</equals>
<equals>
<property>/gear/gear[2]/wow</property>
<value>1</value>
</equals>
<greater-than>
<property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
<property>/FMGC/internal/v2</property>
</greater-than>
<equals>
<property>/FMGC/internal/v2-set</property>
<value>1</value>
</equals>
<equals>
<property>/FMGC/status/to-state</property>
<value>1</value>
</equals>
</and>
</condition>
<volume>
<factor>8</factor>
</volume>
<reference-dist>20.0</reference-dist>
<max-dist>100.0</max-dist>
</callout>
<!-- Custom GPWS --> <!-- Custom GPWS -->
<gpws> <gpws>
<name>2500O</name> <name>2500O</name>
@ -1274,20 +1358,5 @@
</volume> </volume>
</announcements> </announcements>
<hydraulics>
<name>yellow</name>
<mode>looped</mode>
<path>Aircraft/A320Family/Sounds/NewSounds/yellowpump.wav</path>
<condition>
<equals>
<property>/controls/hydraulic/elec-pump-yellow</property>
<value>1</value>
</equals>
</condition>
<volume>
<factor>0.20</factor>
</volume>
</hydraulics>
</fx> </fx>
</PropertyList> </PropertyList>

Binary file not shown.

BIN
Sounds/airbus_ptu.wav Normal file

Binary file not shown.

BIN
Sounds/apu/apu_inside.wav Normal file

Binary file not shown.

BIN
Sounds/apu/turbine.wav Normal file

Binary file not shown.

BIN
Sounds/v2.wav Normal file

Binary file not shown.

BIN
Sounds/vr.wav Normal file

Binary file not shown.