MidiEvent constructor
MidiEvent({})
Implementation
MidiEvent({
required this.type,
this.channel,
this.note,
this.velocity,
this.value1,
this.value2,
this.data,
DateTime? timestamp,
}) : timestamp = timestamp ?? DateTime.now();