diff --git a/Models/FlightDeck/a320.flightdeck.xml b/Models/FlightDeck/a320.flightdeck.xml index 910db173..511901e6 100644 --- a/Models/FlightDeck/a320.flightdeck.xml +++ b/Models/FlightDeck/a320.flightdeck.xml @@ -1167,6 +1167,10 @@ vs-text-test wpt_led wpt_led.001 + prio_capt.arrow + prio_capt.capt + prio_fo.arrow + prio_fo_fo systems/electrical/bus/dc-ess @@ -5370,6 +5374,208 @@ + + + select + prio_capt.arrow + + + + controls/switches/annun-test + 1 + + + /fdm/jsbsim/fbw/sidestick/active[0] + 0 + + + + + + select + prio_fo.arrow + + + + controls/switches/annun-test + 1 + + + /fdm/jsbsim/fbw/sidestick/active[1] + 0 + + + + + + select + prio_capt.capt + + + + controls/switches/annun-test + 1 + + + + /fdm/jsbsim/fbw/sidestick/active[1] + 0 + + + + + + /controls/flight/aileron[1] + + + 0.1 + + + + + /controls/flight/elevator[1] + + + 0.1 + + + + + + + /fdm/jsbsim/fbw/sidestick/active[0] + 1 + + + /fdm/jsbsim/fbw/sidestick/active[1] + 1 + + + + + + + /controls/flight/aileron[0] + + + 0.1 + + + + + /controls/flight/elevator[0] + + + 0.1 + + + + + + + /controls/flight/aileron[1] + + + 0.1 + + + + + /controls/flight/elevator[1] + + + 0.1 + + + + + + + + select + prio_fo_fo + + + + controls/switches/annun-test + 1 + + + + /fdm/jsbsim/fbw/sidestick/active[0] + 0 + + + + + + /controls/flight/aileron[0] + + + 0.1 + + + + + /controls/flight/elevator[0] + + + 0.1 + + + + + + + /fdm/jsbsim/fbw/sidestick/active[0] + 1 + + + /fdm/jsbsim/fbw/sidestick/active[1] + 1 + + + + + + + /controls/flight/aileron[0] + + + 0.1 + + + + + /controls/flight/elevator[0] + + + 0.1 + + + + + + + /controls/flight/aileron[1] + + + 0.1 + + + + + /controls/flight/elevator[1] + + + 0.1 + + + + + + + pick diff --git a/Sounds/A320-common-sound.xml b/Sounds/A320-common-sound.xml index 405f7404..2178e447 100644 --- a/Sounds/A320-common-sound.xml +++ b/Sounds/A320-common-sound.xml @@ -1009,7 +1009,99 @@ 40.0 - + + + priority-left + once + Aircraft/A320-family/Sounds/Cockpit/priority-left.wav + + + fdm/jsbsim/fbw/sidestick/active[1] + 0 + + + + /sim/current-view/internal + 40.0 + + + + + priority-right + once + Aircraft/A320-family/Sounds/Cockpit/priority-right.wav + + + fdm/jsbsim/fbw/sidestick/active[0] + 0 + + + + /sim/current-view/internal + 40.0 + + + + + dual-input + looped + Aircraft/A320-family/Sounds/Cockpit/dual-input.wav + + + + + /fdm/jsbsim/fbw/sidestick/active[0] + 1 + + + /fdm/jsbsim/fbw/sidestick/active[1] + 1 + + + + + + + /controls/flight/aileron[0] + + + 0.1 + + + + + /controls/flight/elevator[0] + + + 0.1 + + + + + + + /controls/flight/aileron[1] + + + 0.1 + + + + + /controls/flight/elevator[1] + + + 0.1 + + + + + + /sim/current-view/internal + 40.0 + + + gear0 in-transit diff --git a/Sounds/Cockpit/dual-input.wav b/Sounds/Cockpit/dual-input.wav new file mode 100644 index 00000000..b264ab9f Binary files /dev/null and b/Sounds/Cockpit/dual-input.wav differ diff --git a/Sounds/Cockpit/priority-left.wav b/Sounds/Cockpit/priority-left.wav new file mode 100644 index 00000000..04242991 Binary files /dev/null and b/Sounds/Cockpit/priority-left.wav differ diff --git a/Sounds/Cockpit/priority-right.wav b/Sounds/Cockpit/priority-right.wav new file mode 100644 index 00000000..7d616332 Binary files /dev/null and b/Sounds/Cockpit/priority-right.wav differ