MidiNoteOut Op

MidiNoteOut

send midi note data to a midi output


<p>Use this op to create MIDI notes data to send out to your MIDI device.</p> <p>The velocity and note index can be animated to send different notes via a MIDI channel.</p> <p>If you choose a note with the dropdown menu, only that note will get sent.</p> <p>You can use the velocity array in to send multiple notes out at once.</p>


Full Name
  • Ops.Devices.Midi.MidiNoteOut
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


General

MIDI Channel index (Number:

<i>integer</i>

)

Note index (Number:

<i>integer</i>

)

Note

Note Number (Number:

<i>integer</i>

)

<p>the note number of the note message</p>

Velocity (Number:

<i>integer</i>

)

<p>the velocity of the note message</p>

Velocity Range

Min In Velocity (Number)

<p>the minimum velocity that is coming in</p>

Max In Velocity (Number)

<p>the maximum velocity that is coming in</p>

Velocity Array In (Array)

<p>array input of length 128 for each note</p>

OUTPUT PORTS


MIDI Event Out (Object)

<p>the midi event output port</p>


Patches using MidiNoteOut

  • Examples
  • Public
  • My Patches

Changelog


Ops.User.simod.MidiNoteOut renamed to Ops.Devices.Midi.MidiNoteOutuser avatarsimod - 2019-10-17 12:45