PolyATMessage constructor

PolyATMessage({
  1. int channel = 0,
  2. int note = 0,
  3. int pressure = 0,
})

Create a Polyphonic Aftertouch Message for a single note

Implementation

PolyATMessage({this.channel = 0, this.note = 0, this.pressure = 0});