Skip to content

Commit

Permalink
Restore APU/Annoucements sounds by Patten
Browse files Browse the repository at this point in the history
  • Loading branch information
IAHM-COL committed May 24, 2016
1 parent f71ad61 commit 1fb85bd
Showing 1 changed file with 236 additions and 1 deletion.
237 changes: 236 additions & 1 deletion Sounds/CitationX-sound.xml
Expand Up @@ -610,7 +610,242 @@
<mode>once</mode>
</warnings>

<!-- ANNOUNCEMENTS -->

<announcement>
<name>welcome</name>
<path>Aircraft/CitationX/Sounds/welcome.wav</path>
<mode>once</mode>
<condition>
<and>
<equals>
<property>controls/electric/avionics-switch</property>
<value>2</value>
</equals>
<property>systems/electrical/right-bus-norm</property>
</and>
</condition>
<position>
<x>-7.00 </x>
<y> 0.00 </y>
<z> 0.00 </z>
</position>
</announcement>

<!-- SPEED CALLOUTS -->
<callout>
<name>80 knots</name>
<mode>once</mode>
<type>avionics</type>
<path>Aircraft/CitationX/Sounds/80kt.wav</path>
<condition>
<and>
<or>
<property>gear/gear[0]/wow</property>
<property>gear/gear[1]/wow</property>
<property>gear/gear[2]/wow</property>
</or>
<less-than>
<property>velocities/airspeed-kt</property>
<property>autopilot/internal/lookahead-5-sec-airspeed-kt</property>
</less-than>
<greater-than>
<property>velocities/airspeed-kt</property>
<value>80</value>
</greater-than>
<less-than>
<property>velocities/airspeed-kt</property>
<value>90</value>
</less-than>
</and>
</condition>
</callout>

<callout>
<name>V1</name>
<mode>once</mode>
<type>avionics</type>
<path>Aircraft/CitationX/Sounds/v1.wav</path>
<condition>
<and>
<or>
<property>gear/gear[0]/wow</property>
<property>gear/gear[1]/wow</property>
<property>gear/gear[2]/wow</property>
</or>
<less-than>
<property>velocities/airspeed-kt</property>
<property>autopilot/internal/lookahead-5-sec-airspeed-kt</property>
</less-than>
<greater-than>
<property>velocities/airspeed-kt</property>
<property>controls/flight/v1</property>
</greater-than>
</and>
</condition>
</callout>

<callout>
<name>Vr</name>
<mode>once</mode>
<type>avionics</type>
<path>Aircraft/CitationX/Sounds/vr.wav</path>
<condition>
<and>
<or>
<property>gear/gear[0]/wow</property>
<property>gear/gear[1]/wow</property>
<property>gear/gear[2]/wow</property>
</or>
<less-than>
<property>velocities/airspeed-kt</property>
<property>autopilot/internal/lookahead-5-sec-airspeed-kt</property>
</less-than>
<greater-than>
<property>velocities/airspeed-kt</property>
<property>controls/flight/vr</property>
</greater-than>
</and>
</condition>
</callout>

<callout>
<name>Positive climb rate</name>
<mode>once</mode>
<type>avionics</type>
<path>Aircraft/CitationX/Sounds/p-climb.wav</path>
<condition>
<and>
<less-than>
<property>velocities/airspeed-kt</property>
<property>autopilot/internal/lookahead-5-sec-airspeed-kt</property>
</less-than>
<greater-than>
<property>velocities/airspeed-kt</property>
<value>180</value>
</greater-than>
<greater-than-equals>
<property>autopilot/internal/vert-speed-fpm</property>
<value>500</value>
</greater-than-equals>
<greater-than>
<property>orientation/pitch-deg</property>
<value>7</value>
</greater-than>
<less-than>
<property>orientation/pitch-deg</property>
<value>17</value>
</less-than>
<less-than>
<property>position/altitude-agl-ft</property>
<value>500</value>
</less-than>
</and>
</condition>
</callout>

<!-- APU -->

<apu>
<name>APU starting</name>
<mode>once</mode>
<path>Aircraft/CitationX/Sounds/apu_start.wav</path>
<condition>
<and>
<property>controls/APU/running</property>
<less-than>
<property>controls/APU/rpm</property>
<value>0.99</value>
</less-than>
</and>
</condition>
<reference-dist>10</reference-dist>
<max-dist>30</max-dist>
</apu>

<apu>
<name>APU running</name>
<mode>looped</mode>
<path>Aircraft/CitationX/Sounds/apu_run.wav</path>
<condition>
<and>
<greater-than-equals>
<property>controls/APU/rpm</property>
<value>0.99</value>
</greater-than-equals>
<less-than>
<property>engines/engine[0]/turbine</property>
<value>73</value>
</less-than>
</and>
</condition>
<reference-dist>10</reference-dist>
<max-dist>30</max-dist>
</apu>

<apu>
<name>APU shutdown</name>
<mode>once</mode>
<path>Aircraft/CitationX/Sounds/apu_shutdown.wav</path>
<condition>
<and>
<not>
<property>controls/APU/running</property>
</not>
<greater-than>
<property>controls/APU/rpm</property>
<value>0</value>
</greater-than>
</and>
</condition>
<reference-dist>10</reference-dist>
<max-dist>30</max-dist>
</apu>

<apu>
<name>APU warning</name>
<type>avionics</type>
<mode>once</mode>
<path>Aircraft/CitationX/Sounds/chime1.wav</path>
<condition>
<and>
<not>
<property>controls/electric/APU-generator</property>
</not>
<or>
<equals>
<property>controls/APU/rpm</property>
<value>1</value>
</equals>
<property>controls/APU/test</property>
</or>
</and>
</condition>
</apu>

<apu>
<name>APU bleed</name>
<type>avionics</type>
<mode>once</mode>
<path>Aircraft/CitationX/Sounds/chime1.wav</path>
<condition>
<or>
<and>
<equals>
<property>controls/APU/rpm</property>
<value>1</value>
</equals>
<greater-than>
<property>controls/APU/bleed</property>
<value>0</value>
</greater-than>
</and>
<property>controls/APU/test</property>
</or>
</condition>
</apu>

</fx>


</PropertyList>
</PropertyList>

0 comments on commit 1fb85bd

Please sign in to comment.