1
0
Fork 0
fgdata/Aircraft/c172p/c172-sound.xml

1193 lines
38 KiB
XML
Raw Normal View History

<?xml version="1.0"?>
<PropertyList>
<params>
<doors>
<left>sim/multiplay/generic/float[1]</left>
<right>sim/multiplay/generic/float[0]</right>
</doors>
<spray_wake_speed_kt>
<property>sim/multiplay/generic/float[6]</property>
</spray_wake_speed_kt>
</params>
<fx>
<crank>
<name>engstart</name>
<path>Sounds/engstart.wav</path>
<property>/engines/active-engine/cranking</property>
<position>
<x>-1.0</x>
<y>0.0</y>
<z>0.0</z>
</position>
<volume>
<offset>0.4</offset>
</volume>
</crank>
<crank>
<name>crank</name>
<mode>looped</mode>
<path>Sounds/cranking.wav</path>
<condition>
<property>/engines/active-engine/cranking</property>
<not>
<property>/engines/active-engine/running</property>
</not>
</condition>
<position>
<x>-1.0</x>
<y>0.0</y>
<z>0.0</z>
</position>
<volume>
<offset>0.5</offset>
</volume>
</crank>
<crank>
<name>cough</name>
<path>Sounds/coughing.wav</path>
<property>/engines/active-engine/running</property>
<position>
<x>-1.0</x>
<y>0.0</y>
<z>0.0</z>
</position>
<volume>
<offset>0.3</offset>
</volume>
</crank>
<engine>
<name>engine</name>
<mode>looped</mode>
<path>Sounds/wasp.wav</path>
<property>/engines/active-engine/running</property>
<volume>
<property>/engines/active-engine/mp-osi</property>
<factor>0.027777</factor>
<!-- these values of min and max are unlikely to be relevant,
because the MAP is unlikely to go below 5" or above 28".
Also note that propeller noise is additional to engine
noise, rather like an <offset>.
-->
<max>1.0</max>
<min>0.10</min>
</volume>
<pitch>
<property>/engines/active-engine/rpm</property>
<factor>0.0004</factor>
<min>0.0</min>
<max>2.0</max>
<offset>0.01</offset>
</pitch>
</engine>
<propeller>
<name>propeller</name>
<mode>looped</mode>
<path>Sounds/wasp.wav</path>
<condition>
<greater-than>
<property>/engines/active-engine/rpm</property>
<value>10</value>
</greater-than>
</condition>
<volume>
<property>/engines/active-engine/rpm</property>
<factor>0.0001</factor>
<max>0.25</max>
</volume>
<pitch>
<property>/engines/active-engine/rpm</property>
<factor>0.0004</factor>
<min>0.0</min>
<max>2.0</max>
<offset>0.01</offset>
</pitch>
</propeller>
<rumble>
<name>rumble</name>
<mode>looped</mode>
<path>Sounds/rumble.wav</path>
<condition>
<or>
<property>gear/gear[0]/wow</property>
<property>gear/gear[1]/wow</property>
<property>gear/gear[2]/wow</property>
</or>
<!-- <property>sim/current-view/internal</property> -->
</condition>
<position>
<x>1.0</x>
<y>0.0</y>
<z>-1.5</z>
</position>
<volume>
<property>velocities/groundspeed-kt</property>
<type>log</type>
<factor>0.25</factor>
</volume>
</rumble>
<squeal>
<name>squeal</name>
<path>Sounds/squeal.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/vertical-speed-fps</property>
<value>-0.05</value>
</less-than>
</and>
</condition>
<position>
<x>1.0</x>
<y>0.0</y>
<z>-1.5</z>
</position>
<volume>
<property>velocities/groundspeed-kt</property>
<factor>0.01</factor>
<max>1.0</max>
</volume>
<volume>
<internal>dt_stop</internal>
<factor>0.1</factor>
<max>1.0</max>
</volume>
<pitch>
<property>velocities/groundspeed-kt</property>
<factor>0.0025</factor>
<offset>1.2</offset>
</pitch>
</squeal>
<flap>
<name>flaps</name>
<mode>in-transit</mode>
<path>Sounds/flaps.wav</path>
<property>surface-positions/flap-pos-norm</property>
<position>
<x>0.5</x>
<y>0.0</y>
<z>0.5</z>
</position>
<volume>
<factor>0.8</factor>
</volume>
<reference-dist>10.0</reference-dist>
<max-dist>20.0</max-dist>
</flap>
<wind>
<name>wind</name>
<mode>looped</mode>
<path>Sounds/wind.wav</path>
<condition>
<and>
<property>velocities/airspeed-kt</property>
<property>sim/current-view/internal</property>
</and>
</condition>
<volume>
<property>position/altitude-ft</property>
<factor>-0.000015</factor>
<offset>1.0</offset>
<min>0.1</min>
<max>1.0</max>
</volume>
<volume>
<property>velocities/airspeed-kt</property>
<factor>0.0015</factor>
<min>0.03</min>
<max>0.25</max>
</volume>
<pitch>
<property>velocities/airspeed-kt</property>
<factor>0.0035</factor>
<offset>1.25</offset>
</pitch>
</wind>
<stall>
<name>stall</name>
<mode>looped</mode>
<path>Sounds/stall2.wav</path>
<condition>
<and>
<property>sim/alarms/stall-warning</property>
<greater-than>
<property>velocities/airspeed-kt</property>
<value>10</value>
</greater-than>
<not>
<property>gear/gear[0]/wow</property>
<property>gear/gear[1]/wow</property>
<property>gear/gear[2]/wow</property>
</not>
<or>
<property>/sim/current-view/internal</property>
<greater-than>
<property alias="/params/doors/left"/>
<value>0.5</value>
</greater-than>
<greater-than>
<property alias="/params/doors/right"/>
<value>0.5</value>
</greater-than>
</or>
</and>
</condition>
<position>
<x>-0.0360</x>
<y>0.5174</y>
<z>0.4831</z>
</position>
<volume>
<property>/fdm/jsbsim/sounds/stall-horn-volume-actual</property>
</volume>
<pitch>
<property>/fdm/jsbsim/sounds/stall-horn-pitch-actual</property>
<offset>0.0</offset>
</pitch>
<reference-dist>0.5</reference-dist>
<max-dist>50.0</max-dist>
</stall>
<kap140beep>
<name>KAP140Beep</name>
<type>avionics</type>
<mode>looped</mode>
<path>Sounds/stall.wav</path>
<condition>
<property>autopilot/KAP140/annunciators/beep/state</property>
</condition>
</kap140beep>
<engine-repair>
<name>engine-repair</name>
<type>avionics</type>
<mode>once</mode>
<path>Sounds/repair.wav</path>
<condition>
<property>/sim/model/c172p/sound/click-engine-repair</property>
</condition>
</engine-repair>
<switch>
<name>click-light-switch</name>
<mode>once</mode>
<path>Sounds/click.wav</path>
<condition>
<property>/sim/model/c172p/sound/click-light</property>
</condition>
<position>
<!-- Beacon switch -->
<x>-0.3660</x>
<y>0.1623</y>
<z>-0.3500</z>
</position>
<reference-dist>0.2</reference-dist>
<max-dist>5.0</max-dist>
</switch>
<switch>
<name>click-master-switch</name>
<mode>once</mode>
<path>Sounds/click2.wav</path>
<condition>
<property>/sim/model/c172p/sound/click-master</property>
</condition>
<position>
<x>-0.3660</x>
<y>0.4142</y>
<z>-0.2996</z>
</position>
<reference-dist>0.2</reference-dist>
<max-dist>5.0</max-dist>
</switch>
<switch>
<name>click-avionics-switch</name>
<mode>once</mode>
<path>Sounds/click3.wav</path>
<condition>
<property>/sim/model/c172p/sound/click-avionics</property>
</condition>
<position>
<x>-0.3660</x>
<y>0.3350</y>
<z>-0.3500</z>
</position>
<reference-dist>0.2</reference-dist>
<max-dist>5.0</max-dist>
</switch>
<switch>
<name>click-circuit-breaker</name>
<mode>once</mode>
<path>Sounds/double-click.wav</path>
<condition>
<property>/sim/model/c172p/sound/click-cb</property>
</condition>
<position>
<x>-0.3660</x>
<y>0.2500</y>
<z>-0.3000</z>
</position>
<reference-dist>0.2</reference-dist>
<max-dist>5.0</max-dist>
</switch>
<switch>
<name>click-parking-brake</name>
<mode>once</mode>
<path>Sounds/lever.wav</path>
<condition>
<property>/sim/model/c172p/sound/click-parking</property>
</condition>
<position>
<x>-0.3660</x>
<y>0.2000</y>
<z>-0.4500</z>
</position>
<reference-dist>0.2</reference-dist>
<max-dist>5.0</max-dist>
</switch>
<switch>
<name>click-magneto-forward</name>
<mode>once</mode>
<path>Sounds/keys2.wav</path>
<condition>
<property>/sim/model/c172p/sound/click-magneto-forward</property>
</condition>
<position>
<x>-0.3660</x>
<y>0.3700</y>
<z>-0.3500</z>
</position>
<reference-dist>0.2</reference-dist>
<max-dist>5.0</max-dist>
</switch>
<switch>
<name>click-magneto-back</name>
<mode>once</mode>
<path>Sounds/keys.wav</path>
<condition>
<property>/sim/model/c172p/sound/click-magneto-back</property>
</condition>
<position>
<x>-0.3660</x>
<y>0.3700</y>
<z>-0.3500</z>
</position>
<reference-dist>0.2</reference-dist>
<max-dist>5.0</max-dist>
</switch>
<switch>
<name>click-flaps</name>
<mode>once</mode>
<path>Sounds/keys2.wav</path>
<condition>
<property>/sim/model/c172p/sound/click-flaps</property>
</condition>
<position>
<x>-0.3660</x>
<y>-0.1900</y>
<z>-0.3500</z>
</position>
<reference-dist>0.2</reference-dist>
<max-dist>5.0</max-dist>
</switch>
<switch>
<name>click-ai-caged</name>
<mode>once</mode>
<path>Sounds/double-click.wav</path>
<property>/sim/model/c172p/sound/click-ai-caged</property>
<position>
<x>-0.3660</x>
<y>0.2250</y>
<z>-0.0400</z>
</position>
<reference-dist>0.2</reference-dist>
<max-dist>5.0</max-dist>
</switch>
<switch>
<name>click-kma20-switch</name>
<mode>once</mode>
<path>Sounds/click3.wav</path>
<condition>
<property>/sim/model/c172p/sound/click-kma20</property>
</condition>
<position>
<x>-0.3660</x>
<y>-0.1200</y>
<z>-0.0300</z>
</position>
<reference-dist>0.2</reference-dist>
<max-dist>5.0</max-dist>
</switch>
<switch>
<name>click-kx165-1-switch</name>
<mode>once</mode>
<path>Sounds/double-click2.wav</path>
<condition>
<property>/sim/model/c172p/sound/click-kx165-1</property>
</condition>
<position>
<x>-0.3660</x>
<y>-0.1200</y>
<z>-0.0400</z>
</position>
<reference-dist>0.2</reference-dist>
<max-dist>5.0</max-dist>
</switch>
<switch>
<name>click-kx165-2-switch</name>
<mode>once</mode>
<path>Sounds/double-click2.wav</path>
<condition>
<property>/sim/model/c172p/sound/click-kx165-2</property>
</condition>
<position>
<x>-0.3660</x>
<y>-0.1200</y>
<z>-0.0900</z>
</position>
<reference-dist>0.2</reference-dist>
<max-dist>5.0</max-dist>
</switch>
<switch>
<name>click-kr87-adf-switch</name>
<mode>once</mode>
<path>Sounds/double-click2.wav</path>
<condition>
<property>/sim/model/c172p/sound/click-kr87-adf</property>
</condition>
<position>
<x>-0.3660</x>
<y>-0.1200</y>
<z>-0.1300</z>
</position>
<reference-dist>0.2</reference-dist>
<max-dist>5.0</max-dist>
</switch>
<switch>
<name>click-dme-mode-switch</name>
<mode>once</mode>
<path>Sounds/double-click2.wav</path>
<condition>
<property>/sim/model/c172p/sound/click-dme-mode</property>
</condition>
<position>
<x>-0.3660</x>
<y>-0.1200</y>
<z>-0.1700</z>
</position>
<reference-dist>0.2</reference-dist>
<max-dist>5.0</max-dist>
</switch>
<switch>
<name>click-dme-power-switch</name>
<mode>once</mode>
<path>Sounds/click3.wav</path>
<condition>
<property>/sim/model/c172p/sound/click-dme-power</property>
</condition>
<position>
<x>-0.3660</x>
<y>-0.1200</y>
<z>-0.1700</z>
</position>
<reference-dist>0.2</reference-dist>
<max-dist>5.0</max-dist>
</switch>
<switch>
<name>click-dme-source-switch</name>
<mode>once</mode>
<path>Sounds/double-click.wav</path>
<condition>
<property>/sim/model/c172p/sound/click-dme-source</property>
</condition>
<position>
<x>-0.3660</x>
<y>-0.1200</y>
<z>-0.1700</z>
</position>
<reference-dist>0.2</reference-dist>
<max-dist>5.0</max-dist>
</switch>
<switch>
<name>click-kap140-switch</name>
<mode>once</mode>
<path>Sounds/double-click2.wav</path>
<condition>
<property>/sim/model/c172p/sound/click-kap140</property>
</condition>
<position>
<x>-0.3660</x>
<y>-0.1200</y>
<z>-0.2100</z>
</position>
<reference-dist>0.2</reference-dist>
<max-dist>5.0</max-dist>
</switch>
<switch>
<name>click-kt76a-mode-switch</name>
<mode>once</mode>
<path>Sounds/double-click.wav</path>
<condition>
<property>/sim/model/c172p/sound/click-kt76a-mode</property>
</condition>
<position>
<x>-0.3660</x>
<y>-0.1200</y>
<z>-0.2500</z>
</position>
<reference-dist>0.2</reference-dist>
<max-dist>5.0</max-dist>
</switch>
<switch>
<name>click-kt76a-ident-switch</name>
<mode>once</mode>
<path>Sounds/double-click.wav</path>
<condition>
<property>/sim/model/c172p/sound/click-kt76a-ident</property>
</condition>
<position>
<x>-0.3660</x>
<y>-0.1200</y>
<z>-0.2500</z>
</position>
<reference-dist>0.2</reference-dist>
<max-dist>5.0</max-dist>
<volume>
<factor>0.5</factor>
</volume>
</switch>
<dial>
<name>dial-kt76a</name>
<mode>once</mode>
<path>Sounds/scroll.wav</path>
<condition>
<property>/sim/model/c172p/sound/click-kt76a-dial</property>
</condition>
<position>
<x>-0.3660</x>
<y>-0.1200</y>
<z>-0.2500</z>
</position>
<reference-dist>0.2</reference-dist>
<max-dist>5.0</max-dist>
<volume>
<factor>0.2</factor>
</volume>
</dial>
<dial>
<name>dial-kx165-1</name>
<mode>once</mode>
<path>Sounds/scroll.wav</path>
<condition>
<property>/sim/model/c172p/sound/click-kx165-1-dial</property>
</condition>
<position>
<x>-0.3660</x>
<y>-0.1200</y>
<z>-0.0400</z>
</position>
<reference-dist>0.2</reference-dist>
<max-dist>5.0</max-dist>
<volume>
<factor>0.2</factor>
</volume>
</dial>
<dial>
<name>dial-kx165-2</name>
<mode>once</mode>
<path>Sounds/scroll.wav</path>
<condition>
<property>/sim/model/c172p/sound/click-kx165-2-dial</property>
</condition>
<position>
<x>-0.3660</x>
<y>-0.1200</y>
<z>-0.0900</z>
</position>
<reference-dist>0.2</reference-dist>
<max-dist>5.0</max-dist>
<volume>
<factor>0.2</factor>
</volume>
</dial>
<dial>
<name>dial-kma20</name>
<mode>once</mode>
<path>Sounds/scroll.wav</path>
<condition>
<property>/sim/model/c172p/sound/click-kma20-dial</property>
</condition>
<position>
<x>-0.3660</x>
<y>-0.0600</y>
<z>-0.0300</z>
</position>
<reference-dist>0.2</reference-dist>
<max-dist>5.0</max-dist>
<volume>
<factor>0.2</factor>
</volume>
</dial>
<dial>
<name>dial-kr87-adf</name>
<mode>once</mode>
<path>Sounds/scroll.wav</path>
<condition>
<property>/sim/model/c172p/sound/click-kr87-adf-dial</property>
</condition>
<position>
<x>-0.3660</x>
<y>-0.1200</y>
<z>-0.1300</z>
</position>
<reference-dist>0.2</reference-dist>
<max-dist>5.0</max-dist>
<volume>
<factor>0.2</factor>
</volume>
</dial>
<dial>
<name>dial-kap140</name>
<mode>once</mode>
<path>Sounds/scroll.wav</path>
<condition>
<property>/sim/model/c172p/sound/click-kap140-dial</property>
</condition>
<position>
<x>-0.3660</x>
<y>-0.1200</y>
<z>-0.2100</z>
</position>
<reference-dist>0.2</reference-dist>
<max-dist>5.0</max-dist>
<volume>
<factor>0.2</factor>
</volume>
</dial>
<!-- in-transit sounds -->
<dial>
<name>dial-intl-lighting</name>
<mode>in-transit</mode>
<path>Sounds/scroll.wav</path>
<property>/controls/lighting/instruments-norm</property>
<position>
<x>-0.3660</x>
<y>0.0350</y>
<z>-0.3500</z>
</position>
<reference-dist>0.2</reference-dist>
<max-dist>5.0</max-dist>
<volume>
<factor>0.2</factor>
</volume>
</dial>
<dial>
<name>dial-horizon-offset</name>
<mode>in-transit</mode>
<path>Sounds/scroll.wav</path>
<property>/instrumentation/attitude-indicator/horizon-offset-deg</property>
<position>
<x>-0.3660</x>
<y>0.2250</y>
<z>-0.0400</z>
</position>
<reference-dist>0.2</reference-dist>
<max-dist>5.0</max-dist>
<volume>
<factor>0.2</factor>
</volume>
</dial>
<dial>
<name>dial-heading-offset</name>
<mode>in-transit</mode>
<path>Sounds/scroll.wav</path>
<property>/instrumentation/heading-indicator/offset-deg</property>
<position>
<x>-0.3660</x>
<y>0.2500</y>
<z>-0.1500</z>
</position>
<reference-dist>0.2</reference-dist>
<max-dist>5.0</max-dist>
<volume>
<factor>0.2</factor>
</volume>
</dial>
<dial>
<name>dial-heading-bug</name>
<mode>in-transit</mode>
<path>Sounds/scroll.wav</path>
<property>/autopilot/settings/heading-bug-deg</property>
<position>
<x>-0.3660</x>
<y>0.2000</y>
<z>-0.1500</z>
</position>
<reference-dist>0.2</reference-dist>
<max-dist>5.0</max-dist>
<volume>
<factor>0.2</factor>
</volume>
</dial>
<dial>
<name>dial-altimeter</name>
<mode>in-transit</mode>
<path>Sounds/scroll.wav</path>
<property>/instrumentation/altimeter/setting-inhg</property>
<position>
<x>-0.3660</x>
<y>0.1500</y>
<z>-0.0400</z>
</position>
<reference-dist>0.2</reference-dist>
<max-dist>5.0</max-dist>
<volume>
<factor>0.2</factor>
</volume>
</dial>
<dial>
<name>dial-nav0-radial</name>
<mode>in-transit</mode>
<path>Sounds/scroll.wav</path>
<property>/instrumentation/nav[0]/radials/selected-deg</property>
<position>
<x>-0.3660</x>
<y>0.0700</y>
<z>-0.0400</z>
</position>
<reference-dist>0.2</reference-dist>
<max-dist>5.0</max-dist>
<volume>
<factor>0.2</factor>
</volume>
</dial>
<dial>
<name>dial-nav1-radial</name>
<mode>in-transit</mode>
<path>Sounds/scroll.wav</path>
<property>/instrumentation/nav[1]/radials/selected-deg</property>
<position>
<x>-0.3660</x>
<y>0.0700</y>
<z>-0.1500</z>
</position>
<reference-dist>0.2</reference-dist>
<max-dist>5.0</max-dist>
<volume>
<factor>0.2</factor>
</volume>
</dial>
<dial>
<name>dial-adf-rotation</name>
<mode>in-transit</mode>
<path>Sounds/scroll.wav</path>
<property>/instrumentation/adf[0]/rotation-deg</property>
<position>
<x>-0.3660</x>
<y>0.0700</y>
<z>-0.2500</z>
</position>
<reference-dist>0.2</reference-dist>
<max-dist>5.0</max-dist>
<volume>
<factor>0.2</factor>
</volume>
</dial>
<dial>
<name>dial-egt-rotation</name>
<mode>in-transit</mode>
<path>Sounds/scroll.wav</path>
<property>/engines/engine[0]/egt-bug-norm</property>
<position>
<x>-0.3660</x>
<y>0.1400</y>
<z>-0.2400</z>
</position>
<reference-dist>0.2</reference-dist>
<max-dist>5.0</max-dist>
<volume>
<factor>0.2</factor>
</volume>
</dial>
<dial>
<name>dial-trim-wheel</name>
<mode>in-transit</mode>
<path>Sounds/trim.wav</path>
<property>/controls/flight/elevator-trim</property>
<position>
<x>-0.3660</x>
<y>0.0500</y>
<z>-0.5000</z>
</position>
<reference-dist>0.2</reference-dist>
<max-dist>5.0</max-dist>
<volume>
<factor>1.0</factor>
</volume>
</dial>
<left-door-opening>
<name>left-door-opening</name>
<mode>once</mode>
<path>Sounds/door-opening.wav</path>
<condition>
<greater-than>
<property>/sim/model/door-positions/leftDoor/position-norm</property>
<value>0.4</value>
</greater-than>
</condition>
<position>
<x>0.75</x>
<y>0.6</y>
<z>-0.35</z>
</position>
<reference-dist>0.2</reference-dist>
<max-dist>50.0</max-dist>
</left-door-opening>
<left-door-closing>
<name>left-door-closing</name>
<mode>once</mode>
<path>Sounds/door-closing.wav</path>
<condition>
<less-than>
<property>/sim/model/door-positions/leftDoor/position-norm</property>
<value>0.5</value>
</less-than>
</condition>
<position>
<x>0.75</x>
<y>0.6</y>
<z>-0.35</z>
</position>
<reference-dist>0.2</reference-dist>
<max-dist>50.0</max-dist>
</left-door-closing>
<right-door-opening>
<name>right-door-opening</name>
<mode>once</mode>
<path>Sounds/door-opening.wav</path>
<condition>
<greater-than>
<property>/sim/model/door-positions/rightDoor/position-norm</property>
<value>0.4</value>
</greater-than>
</condition>
<position>
<x>0.75</x>
<y>-0.6</y>
<z>-0.35</z>
</position>
<reference-dist>0.2</reference-dist>
<max-dist>50.0</max-dist>
</right-door-opening>
<right-door-closing>
<name>right-door-closing</name>
<mode>once</mode>
<path>Sounds/door-closing.wav</path>
<condition>
<less-than>
<property>/sim/model/door-positions/rightDoor/position-norm</property>
<value>0.5</value>
</less-than>
</condition>
<position>
<x>0.75</x>
<y>-0.6</y>
<z>-0.35</z>
</position>
<reference-dist>0.2</reference-dist>
<max-dist>50.0</max-dist>
</right-door-closing>
<baggage-door-opening>
<name>baggage-door-opening</name>
<mode>once</mode>
<path>Sounds/door-opening.wav</path>
<condition>
<greater-than>
<property>/sim/model/door-positions/baggageDoor/position-norm</property>
<value>0.4</value>
</greater-than>
</condition>
<position>
<x>1.85</x>
<y>0.6</y>
<z>-0.35</z>
</position>
<reference-dist>0.2</reference-dist>
<max-dist>50.0</max-dist>
</baggage-door-opening>
<baggage-door-closing>
<name>baggage-door-closing</name>
<mode>once</mode>
<path>Sounds/door-closing.wav</path>
<condition>
<less-than>
<property>/sim/model/door-positions/baggageDoor/position-norm</property>
<value>0.5</value>
</less-than>
</condition>
<position>
<x>1.85</x>
<y>0.6</y>
<z>-0.35</z>
</position>
<reference-dist>0.2</reference-dist>
<max-dist>50.0</max-dist>
</baggage-door-closing>
<left-pontoon-outside>
<name>left-pontoon-outside</name>
<mode>looped</mode>
<path>Sounds/water-fast.wav</path>
<condition>
<and>
<greater-than>
<property alias="/params/spray_wake_speed_kt/property"/>
<value>5</value>
</greater-than>
<not>
<property>/sim/current-view/internal</property>
</not>
</and>
</condition>
<position>
<x>0.0</x>
<y>1.1</y>
<z>-2.0</z>
</position>
<reference-dist>10.0</reference-dist>
<max-dist>50.0</max-dist>
<volume>
<property alias="/params/spray_wake_speed_kt/property"/>
<factor>0.04</factor>
<offset>0.1</offset>
<min>0.1</min>
<max>2.0</max>
</volume>
</left-pontoon-outside>
<left-pontoon-inside>
<name>left-pontoon-inside</name>
<mode>looped</mode>
<path>Sounds/water-fast.wav</path>
<condition>
<and>
<greater-than>
<property alias="/params/spray_wake_speed_kt/property"/>
<value>5</value>
</greater-than>
<property>/sim/current-view/internal</property>
</and>
</condition>
<position>
<x>0.0</x>
<y>1.1</y>
<z>-2.0</z>
</position>
<reference-dist>10.0</reference-dist>
<max-dist>50.0</max-dist>
<volume>
<property alias="/params/spray_wake_speed_kt/property"/>
<factor>0.04</factor>
<offset>0.1</offset>
<min>0.1</min>
<max>2.0</max>
</volume>
<volume>
<offset>-0.5</offset>
</volume>
<volume>
<property alias="/params/doors/left"/>
<factor>0.25</factor>
<offset>0.0</offset>
</volume>
<volume>
<property alias="/params/doors/right"/>
<factor>0.25</factor>
<offset>0.0</offset>
</volume>
</left-pontoon-inside>
<right-pontoon-outside>
<name>right-pontoon-outside</name>
<mode>looped</mode>
<path>Sounds/water-fast.wav</path>
<condition>
<and>
<greater-than>
<property alias="/params/spray_wake_speed_kt/property"/>
<value>5</value>
</greater-than>
<not>
<property>/sim/current-view/internal</property>
</not>
</and>
</condition>
<position>
<x>0.0</x>
<y>-1.1</y>
<z>-2.0</z>
</position>
<reference-dist>10.0</reference-dist>
<max-dist>50.0</max-dist>
<volume>
<property alias="/params/spray_wake_speed_kt/property"/>
<factor>0.04</factor>
<offset>0.1</offset>
<min>0.1</min>
<max>2.0</max>
</volume>
</right-pontoon-outside>
<right-pontoon-inside>
<name>right-pontoon-inside</name>
<mode>looped</mode>
<path>Sounds/water-fast.wav</path>
<condition>
<and>
<greater-than>
<property alias="/params/spray_wake_speed_kt/property"/>
<value>5</value>
</greater-than>
<property>/sim/current-view/internal</property>
</and>
</condition>
<position>
<x>0.0</x>
<y>-1.1</y>
<z>-2.0</z>
</position>
<reference-dist>10.0</reference-dist>
<max-dist>50.0</max-dist>
<volume>
<property alias="/params/spray_wake_speed_kt/property"/>
<factor>0.04</factor>
<offset>0.1</offset>
<min>0.1</min>
<max>2.0</max>
</volume>
<volume>
<offset>-0.5</offset>
</volume>
<volume>
<property alias="/params/doors/left"/>
<factor>0.25</factor>
<offset>0.0</offset>
</volume>
<volume>
<property alias="/params/doors/right"/>
<factor>0.25</factor>
<offset>0.0</offset>
</volume>
</right-pontoon-inside>
<pontoons-in-water-outside>
<name>pontoons-in-water-outside</name>
<mode>looped</mode>
<path>Sounds/water-still.wav</path>
<condition>
<and>
<greater-than>
<property alias="/params/spray_wake_speed_kt/property"/>
<value>0</value>
</greater-than>
<not>
<property>/sim/current-view/internal</property>
</not>
</and>
</condition>
<position>
<x>0.0</x>
<y>0.0</y>
<z>-2.0</z>
</position>
<reference-dist>5.0</reference-dist>
<max-dist>25.0</max-dist>
<volume>
<offset>0.3</offset>
</volume>
</pontoons-in-water-outside>
<pontoons-in-water-inside>
<name>pontoons-in-water-inside</name>
<mode>looped</mode>
<path>Sounds/water-still.wav</path>
<condition>
<and>
<greater-than>
<property alias="/params/spray_wake_speed_kt/property"/>
<value>0</value>
</greater-than>
<property>/sim/current-view/internal</property>
</and>
</condition>
<position>
<x>0.0</x>
<y>0.0</y>
<z>-2.0</z>
</position>
<reference-dist>5.0</reference-dist>
<max-dist>25.0</max-dist>
<volume>
<offset>0.2</offset>
</volume>
<volume>
<property alias="/params/doors/left"/>
<factor>0.2</factor>
<offset>0.0</offset>
</volume>
<volume>
<property alias="/params/doors/right"/>
<factor>0.2</factor>
<offset>0.0</offset>
</volume>
</pontoons-in-water-inside>
</fx>
</PropertyList>