MidiMessage constructor
MidiMessage(
- Uint8List data,
- int timestamp,
- AlsaMidiDevice device
Implementation
MidiMessage(this.data, this.timestamp, this.device);