MidiCCOut Op

MidiCCOut

send MIDI CC data to a midi output


<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
Visibility
  • Core Op - Official cables op
License
  • MIT
AuthorgithubTest Patches


Example Patch MidiOut ops - example

Example patch for midi out ops.

Open In Editor

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>


Patches using MidiCCOut

  • Examples
  • Public
  • My Patches

Changelog


created opuser avatarsimod - 2019-10-16 14:09
Ops.User.simod.MidiCCOut renamed to Ops.Devices.Midi.MidiCCOutuser avatarsimod - 2019-10-17 12:46