send method
void
send()
Send the message bytes to all connected devices
Implementation
void send() {
// print("send $data");
MidiCommand().sendData(data);
}
Send the message bytes to all connected devices
void send() {
// print("send $data");
MidiCommand().sendData(data);
}