Hi there,
I've found a wrong reference in the “MICROBRUTE_connection-Manual_v1.0.3.pdf” manual.
Values for MIDI CC 102 and 103 (respectively Rx and Tx channel setting) are described as:
• Receive Channel (CC 102): 1 to 16, 17=All
• Send Channel (CC 103): 1 to 16
Actually seems that MB recognizes values in the 0-127 format, resulting in:
• Receive Channel (CC 102): values 0 to 15 set channel 1 to 16, value 16 sets the channel to ‘All’
• Send Channel (CC 103): values 0 to 15 set channel 1 to 16
(values to be transmitted via CC need to be ‘-1’ compared to those in the manual)
Cheers