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

read CC value from Midi controller


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.



Inputs

MIDI

MIDI Event In (Object)

the incoming midi event

MIDI Channel index (integer /Number)

CC

CC Index (integer /Number)

The selected CC index to output

Normalize index (integer /Number)
Trigger On index (integer /Number)
learn (Trigger)

Click and then press a cc button/turn a knob on your midi device to automatically select it

clear (Trigger)

reset op to default state

Outputs

Event (Object)

Midi event out - passes all midi data through to allow midi ops to be stacked

Trigger Out (Trigger)

Triggers when the selected midi cc comes in

CC Index Out (Number)

If no index has been selected it will output all cc messages else it outputs selected cc index

CC Value Out (Number)

Value is normally between 0-127 unless Normalize Velocity is enabled

Value Array (Array)

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Midi ops example

This example file demonstrates how to use all the new midi ops.


Youtube Video Tutorial

Patches using MidiCC

  • Examples (1)
  • Public
  • My Patches

Changelog


bugfixlearned input parameter are transfered to remote viewer
2022-12-14 - pandur