This isn’t exactly a home cockpit question but it probably fits better here than in the peripheral section. I’m trying to find the names for the control inputs on the A320 so I can customize the Behringer X-Touch midi device I’d like to use to create an autopilot interface. The software package (link below) works great to get the device recognized via simconnect but the default template lacks much of the functionality I’d like to configure to the device.
So for example… here’s the code for the encoder to change the airpseed. Where do I find the strings for the event_up, event_down etc… to create inputs for other functions?
"index": 2,
"event_up": "AP_SPD_VAR_INC",
"event_down": "AP_SPD_VAR_DEC",
"event_press": {
"event": "SPEED_SLOT_INDEX_SET",
"type": "manual",
"value": 1,
"description": "A32NX - set AP Speed Hold to selected mode"
},