NRPNNullMessage constructor

NRPNNullMessage({
  1. int channel = 0,
})

It is best practice, but not mandatory, to send a Null Message at the end of a NRPN Stream to prevent accidental value changes on CC6 after a message has concluded.

Implementation

NRPNNullMessage({this.channel = 0});