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.
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
Inputs
MIDI
the incoming midi event
CC
The selected CC index to output
Click and then press a cc button/turn a knob on your midi device to automatically select it
reset op to default state
Outputs
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
Patches using MidiCC
Changelog
bugfix | learned input parameter are transfered to remote viewer 2022-12-14 - pandur |