Open ericpeters0n opened 3 years ago
Appears a midi_stream_program_change()
function similar to this could easily handle the dispatch of the message:
This would be invoked by e.g. this process_encoder_input_switch
function for configured button presses.
Program Change is just a standard MIDI message!
Status Byte 1100NNNN (where NNNN is Channel in binary)
Data Byte 0PPPPPPP (0 + the new program number)
New to the codebase. Anyone familiar know where this would need to be added?