MidiNote Op
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.
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
Inputs
MIDI
Midi event in
Note
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.
Patches using MidiNote
Changelog
bugfix | learned input parameter are transfered to remote viewer 2022-12-14 - pandur |