mod-audio:master ← AndrewCapon:midi_cc_out_nrpn
opened 11:53AM - 09 Oct 22 UTC
Added NRPNs for controlling parameters, including bi directional feedback.
Su…pports running status (data CCs 6 & 98)
7 bit values are not supported, need both CC 6 & 98.
To keep changes minimal I overloaded controller in MIDI_CC_T, this is now 16 bits, top bit signifies NRPN rather than CC.
midioutvalue is also now also 16 bits so it can hold the 14bit NRPNs value.
env var ENABLE_MIDI_NRPN needs to be non 0 to enable.