MidiCCOut Op
send MIDI CC data to a midi output
Summary (oneliner)
<p>Use this op to create MIDI CC data to send out to your MIDI device.</p> <p>The value and index can be animated to send different CCs via a MIDI channel.</p>
Full Name
- Ops.Devices.Midi.MidiCCOut
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
INPUT PORTS
MIDI Channel index (Number:
<i>integer</i>
)CC
CC Index (Number:
<i>integer</i>
)<p>the index of the CC message</p>
CC Value (Number:
<i>integer</i>
)<p>the value of the CC message</p>
Value Range
Min In Value (Number)
<p>the minimum value that is coming in</p>
Max In Value (Number)
<p>the maximum value that is coming in</p>
OUTPUT PORTS
MIDI Event Out (Object)
<p>the midi event output port</p>