Skip to content

Commit

Permalink
feat(a380): Change touchdown sound to use radio vertical speed as ref…
Browse files Browse the repository at this point in the history
…erence (flybywiresim#9025)

feat(a380): Change touchdown sound to radio vertical speed
  • Loading branch information
aguther authored Oct 5, 2024
1 parent c389590 commit 29826c2
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -579,42 +579,42 @@

<Sound WwiseEvent="smoothtouch" FadeOutType="2" FadeOutTime="0.5" WwiseData="true" Continuous="false" ViewPoint="Inside" NodeName="PEDALS_LEFT" SimVar="SIM ON GROUND" Units="BOOLEAN" Index="0">
<Range LowerBound="1.0" />
<Requires SimVar="VERTICAL SPEED" Units="FEET PER MINUTE" Index="0">
<Requires LocalVar="A32NX_AUTOPILOT_H_DOT_RADIO" Units="FEET PER MINUTE" Index="0">
<Range LowerBound="-150" UpperBound="-50" />
</Requires>
</Sound>

<Sound WwiseEvent="medtouch380" FadeOutType="2" FadeOutTime="0.5" WwiseData="true" Continuous="false" ViewPoint="Inside" NodeName="PEDALS_LEFT" SimVar="SIM ON GROUND" Units="BOOLEAN" Index="0">
<Range LowerBound="1.0" />
<Requires SimVar="VERTICAL SPEED" Units="FEET PER MINUTE" Index="0">
<Requires LocalVar="A32NX_AUTOPILOT_H_DOT_RADIO" Units="FEET PER MINUTE" Index="0">
<Range LowerBound="-350" UpperBound="-151" />
</Requires>
</Sound>

<Sound WwiseEvent="firmtouch" FadeOutType="2" FadeOutTime="0.5" WwiseData="true" Continuous="false" ViewPoint="Inside" NodeName="PEDALS_LEFT" SimVar="SIM ON GROUND" Units="BOOLEAN" Index="0">
<Range LowerBound="1.0" />
<Requires SimVar="VERTICAL SPEED" Units="FEET PER MINUTE" Index="0">
<Requires LocalVar="A32NX_AUTOPILOT_H_DOT_RADIO" Units="FEET PER MINUTE" Index="0">
<Range UpperBound="-351" />
</Requires>
</Sound>

<Sound WwiseEvent="cabtouchsmooth1" FadeOutType="2" FadeOutTime="0.5" WwiseData="true" Continuous="false" ViewPoint="Inside" NodeName="HublotIn002" SimVar="SIM ON GROUND" Units="BOOLEAN" Index="0">
<Range LowerBound="1.0" />
<Requires SimVar="VERTICAL SPEED" Units="FEET PER MINUTE" Index="0">
<Requires LocalVar="A32NX_AUTOPILOT_H_DOT_RADIO" Units="FEET PER MINUTE" Index="0">
<Range LowerBound="-150" UpperBound="-50" />
</Requires>
</Sound>

<Sound WwiseEvent="cabtouchmed1" FadeOutType="2" FadeOutTime="0.5" WwiseData="true" Continuous="false" ViewPoint="Inside" NodeName="HublotIn002" SimVar="SIM ON GROUND" Units="BOOLEAN" Index="0">
<Range LowerBound="1.0" />
<Requires SimVar="VERTICAL SPEED" Units="FEET PER MINUTE" Index="0">
<Requires LocalVar="A32NX_AUTOPILOT_H_DOT_RADIO" Units="FEET PER MINUTE" Index="0">
<Range LowerBound="-350" UpperBound="-151" />
</Requires>
</Sound>

<Sound WwiseEvent="a380cabtouchhard" FadeOutType="2" FadeOutTime="0.5" WwiseData="true" Continuous="false" ViewPoint="Inside" NodeName="CENTRAL" SimVar="SIM ON GROUND" Units="BOOLEAN" Index="0">
<Range LowerBound="1.0" />
<Requires SimVar="VERTICAL SPEED" Units="FEET PER MINUTE" Index="0">
<Requires LocalVar="A32NX_AUTOPILOT_H_DOT_RADIO" Units="FEET PER MINUTE" Index="0">
<Range UpperBound="-351" />
</Requires>
</Sound>
Expand Down

0 comments on commit 29826c2

Please sign in to comment.