MidiNoteOut Op

MidiNoteOut

send midi note data to a midi output


Use this op to create MIDI notes data to send out to your MIDI device.

The velocity and note index can be animated to send different notes via a MIDI channel.

If you choose a note with the dropdown menu, only that note will get sent.

You can use the velocity array in to send multiple notes out at once.


Edit Documentation

Full Name
  • Ops.Devices.Midi.MidiNoteOut
Visibility
  • Core Op - Official cables op
License
  • MIT
AuthorTest Patches


 

Example Patch MidiOut ops - example

Example patch for midi out ops.

Open In Editor

INPUT PORTS


General

MIDI Channel index (Number:integer )
Note index (Number:integer )

Note

Note Number (Number:integer )

the note number of the note message

Velocity (Number:integer )

the velocity of the note message

Velocity Range

Min In Velocity (Number)

the minimum velocity that is coming in

Max In Velocity (Number)

the maximum velocity that is coming in

Velocity Array In (Array)

array input of length 128 for each note

OUTPUT PORTS


MIDI Event Out (Object)

the midi event output port


Patches using MidiNoteOut

  • Examples
  • Public
  • My Patches

Changelog


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