NoteOnMessage constructor

NoteOnMessage({
  1. int channel = 0,
  2. int note = 0,
  3. int velocity = 0,
})

Note On Message

Implementation

NoteOnMessage({this.channel = 0, this.note = 0, this.velocity = 0});