MidiCCOut Op
send MIDI CC data to a midi output
Summary (oneliner)
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.
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
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
Patches using MidiCCOut
Changelog
created op 2019-10-16 - simod | |
Ops.User.simod.MidiCCOut renamed to Ops.Devices.Midi.MidiCCOut 2019-10-17 - simod |