MidiNRPN Op
read NRPN value from controller
Summary (oneliner)
<p>This op is able to output the index and value of a midi NRPN signal.</p> <p>In contrast to Note and CC signals, a midi NRPN message's value ranges from 0 to 16383 instead of 0 to 127. This makes NRPN signals more useful for fine-grained control of visual data. </p> <p>Please refer to <a href="http://www.philrees.co.uk/nrpnq.htm">http://www.philrees.co.uk/nrpnq.htm</a> as a starting point if you want to know more about it in-depth. </p> <p>You can press "learn" and then send a NRPN signal from your DAW to automatically assign them to MidiNRPN.</p> <p>It is possible to normalize the NRPN values (which usually range from 0-16383) to either "0 to 1" or "-1 to 1“.</p>
- Ops.Devices.Midi.MidiNRPN
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
INPUT PORTS
MIDI
<p>The in port for the MIDI event</p>
<i>integer</i>
)NRPN
<i>integer</i>
)<p>NRPN index</p>
<i>integer</i>
)<p>press to automatically assign NRPN</p>
<p>reset op to default state</p>
OUTPUT PORTS
<p>The out port for MIDI event</p>
<p>triggers whenever an NRPN message is sent</p>
<p>NRPN index</p>
<p>value output</p>