MidiPacket constructor

MidiPacket(
  1. Uint8List data,
  2. int timestamp,
  3. MidiDevice device
)

Implementation

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