Read a single midi note
summary (oneliner)
This op replaces the older MidiButton op
Gets incoming midi notes from the selected midi channel.
Notes can be selected with a dropdown menu or you can click "learn" and press a midi key to automatically map the correct note.
Velocity values come in between 0-127
These values can be normalised between
0 to 1 or -1 to 1 with a dropdown menu.
doc
issues
youtube id
caniuse query
collections
Inputs
MIDI
Midi event in
MIDI
Pick a midi channel from 1 to 16
Note
The selected note to output
Note
Enable to normalize values from 0 to 1 or -1 to 1
When activated, playing a note turns the gate on. Playing it again turns it off.
Click and then press a midi note to automatically select it
reset op to default state
Outputs
Midi event out - passes all midi data through to allow midi ops to be stacked
Triggers when the selected midi note comes in
If no note has been selected it will output all changing note numbers else it outputs selected note
Velocity is normally between 0-127 unless Normalise velocity is enabled
True when the note is on else false. When toggle is activated, true when note comes in. False when note comes in again.