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

MidiCCOut Op

Ops.Devices.Midi.MidiCCOut


MidiCCOut

send MIDI CC data to a midi output


Use this op to create MIDI CC data to send out to your MIDI device.

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



Inputs

MIDI Channel index (integer /Number)

CC

CC Index (integer /Number)

the index of the CC message

CC Value (integer /Number)

the value of the CC 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.

Open Example In Editor

Patches using MidiCCOut

Changelog


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