Control Surface scripts and Program Changes
Posted: Sat Mar 29, 2025 1:51 pm
I'm trying to get Program Change messages into a Surface Control script, but they seem to be filtered.
They don't appear in the standard message types:
and I can't monitor them using
Does anybody have a clue?
They don't appear in the standard message types:
Code: Select all
MIDI_NOTE_TYPE = 0
MIDI_CC_TYPE = 1
MIDI_PB_TYPE = 2
MIDI_SYSEX_TYPE = 3
MIDI_INVALID_TYPE = 4Code: Select all
process_midi_bytes(self, midi_bytes, midi_processor)