Hello! there was a problem
When using firmware HIDUINO
No adjustment is displayed SENDSYSEX
byte data [] = {0xF0, 0x4D, 0xA6, 0x06, 0x61, 0x20, 0x01, 0x22, 0x1B, 0x4D, 0xA6, 0x06, 0x61, 0x20, 0x01, 0x22, 0x1B, 0xF7};
include <MIDI.h>
void setup () {
MIDI.begin (MIDI_CHANNEL_OMNI);
}
void loop () {
MIDI.sendSysEx (18, data, true);
delay (1000);
}
Monitored output so I
A6 06 61
A6 20 01
A6 22 1B
A6 06 61
A6 20 01
A6 22 1B
need to bring in line A6 06 61 20 01 ......
this command to Midi Show control (MSC)
if I change the team sometimes prints nothing Posted in General