Control Surface scripts and Program Changes

Discuss Live-ready controllers other than Push.
Post Reply
peeddrroo
Posts: 4775
Joined: Fri Mar 26, 2004 10:25 pm
Location: France

Control Surface scripts and Program Changes

Post by peeddrroo » 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:

Code: Select all

MIDI_NOTE_TYPE = 0
MIDI_CC_TYPE = 1
MIDI_PB_TYPE = 2
MIDI_SYSEX_TYPE = 3
MIDI_INVALID_TYPE = 4
and I can't monitor them using

Code: Select all

process_midi_bytes(self, midi_bytes, midi_processor)
Does anybody have a clue?

Post Reply