MidiCC Op
read CC value from Midi controller
Summary (oneliner)
Gets incoming midi cc messages from the selected midi channel. Notes can be selected with a dropdown menu or you can click "learn" and press a midi key to automatically map the correct note.
Velocity values come in between 0-127 These values can be normalised between 0 to 1 or -1 to 1 with a dropdown menu.
- Ops.Devices.Midi.MidiCC
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch Midi ops example
This example file demonstrates how to use all the new midi ops.
Youtube Video Tutorial


INPUT PORTS
MIDI
the incoming midi event
CC
The selected CC index to output
CC
Click and then press a cc button/turn a knob on your midi device to automatically select it
reset op to default state
OUTPUT PORTS
Midi event out - passes all midi data through to allow midi ops to be stacked
Triggers when the selected midi cc comes in
If no index has been selected it will output all cc messages else it outputs selected cc index
Value is normally between 0-127 unless Normalize Velocity is enabled