MidiNoteOut Op
send midi note data to a midi output
Summary (oneliner)
<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>
- Ops.Devices.Midi.MidiNoteOut
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
INPUT PORTS
General
<i>integer</i>
)<i>integer</i>
)Note
<i>integer</i>
)<p>the note number of the note message</p>
<i>integer</i>
)<p>the velocity of the note message</p>
Velocity Range
<p>the minimum velocity that is coming in</p>
<p>the maximum velocity that is coming in</p>
<p>array input of length 128 for each note</p>
OUTPUT PORTS
<p>the midi event output port</p>