MidiNoteFilter Op
Only read a range of notes (e.g. C1 to C2)
Summary (oneliner)
Allows you to limit the amount of midi notes that are read.
It's also handy if you have a bunch of midi notes for a beat and
want a trigger for each of them.
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
Inputs
MIDI
Midi event in
Notes
lick and then press the first and then last midi note to automatically define the range
Resets the selected range
Outputs
Midi event out - passes all midi data through to allow midi ops to be stacked
Triggers when notes between the selected range come in
outputs all note numbers coming in between the selected range
Velocity of current note. Normally between 0-127 unless Normalise velocity is enabled
True when the note is on else false.
Patches using MidiNoteFilter
Changelog
bugfix | learned input parameter are transfered to remote viewer 2022-12-14 - pandur |
improvement | refresh parameter when changing notes etc. 2022-12-14 - pandur |
bugfix | fixed an infitnite loop problem 2022-12-14 - pandur |