send midi note data to a midi output
summary (oneliner)
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.
doc
issues
youtube id
caniuse query
collections
Inputs
MIDI Channel index (integer /Number)
Note index (integer /Number)
Note
Note Number (integer /Number)
the note number of the note message
Velocity (integer /Number)
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
Outputs
MIDI Event Out (Object)
the midi event output port
Changelog
Ops.User.simod.MidiNoteOut renamed to Ops.Devices.Midi.MidiNoteOut
2019-10-17 - simod
2019-10-17 - simod