Hello, Here are the parameter commands that are available to me: Parameter Data [MidiChan, Prg#] - Dec The Midi Program Change option sends a MIDI Program Change command to external devices. Parameter Data [xx, xx, xx, ...] - Hex The Midi Hex String option sends a MIDI string of Hex numbers to external devices. Parameter Data [ddd, ddd, ddd, ...] - Dec The Midi Dec String option sends a MIDI string of Decimal numbers to external devices. Parameter Data [MidiChan, Bnk#] - Dec The Midi Bank Select option allows you to send a Bank Select command to your chosen Midi channel. Parameter Data [MidiChan, Bnk#, Prg#] - Dec The Midi Bank Select / Program Change option automatically follows the Bank Select with a Program Change command. Parameter Data [aaa ^m ^j ...] - Text [^m = CR, j = LF] The Midi Ascii String option sends straight Ascii Text strings to external devices. You may include Ctrl char codes such as carriage returns and linefeeds by using the "^" character followed by the Ctrl code letter such as "^m" for a carriage return (dec 13) and "^j" for a linefeed (dec 10). Which one of these would be the best for me to use to send the necessary information to Helix?
PS: I have tried everything and am at a complete loss on how to proceed.