beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

send midi NRPN data to a midi output


Use this op to create MIDI NRPN data out to your MIDI device.

The value and index can be animated to send different NRPNs via a MIDI channel.



Inputs

MIDI Channel index (integer /Number)

NRPN

NRPN Index (integer /Number)

the index of the NRPN message

NRPN Value (integer /Number)

the value of the NRPN message

Value Range

Min In Value (Number)

the minimum value that is coming in

Max In Value (Number)

the maximum value that is coming in

Outputs

MIDI Event Out (Object)

the midi event output port


Caught a mistake or want to contribute to the documentation?

Edit Documentation 

MidiOut ops - example

Example patch for midi out ops.


Patches using MidiNRPNOut

  • Examples
  • Public
  • My Patches

Changelog


created op
2019-10-17 - simod
Ops.User.simod.MidiNRPNOut renamed to Ops.Devices.Midi.MidiNRPNOut
2019-10-17 - simod