send method

void send()

Send the message bytes to all connected devices

Implementation

void send() {
  print("send $data");
  MidiCommand().sendData(data);
}