MidiMessage constructor

MidiMessage(
  1. Uint8List data,
  2. int timestamp,
  3. AlsaMidiDevice device
)

Implementation

MidiMessage(this.data, this.timestamp, this.device);