NoteOffMessage constructor

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

Note Off Message

Implementation

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