CCMessage constructor

CCMessage({
  1. int channel = 0,
  2. int controller = 0,
  3. int value = 0,
})

Continuous Control Message

Implementation

CCMessage({this.channel = 0, this.controller = 0, this.value = 0});