Problem with hiduino syses
hello! there problem
when using firmware hiduino
no adjustment 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
a6 06 61
a6 20 01
a6 22 1b
a6 06 61
a6 20 01
a6 22 1b
need bring in line a6 06 61 20 01 ......
this command midi show control (msc)
if change team prints nothing posted in general
Arduino Forum > Using Arduino > Audio > Problem with hiduino syses
arduino
Comments
Post a Comment