MidiNoteFilter Op
Only read a range of notes (e.g. C1 to C2)
Summary (oneliner)
<p>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.</p>
- Ops.Devices.Midi.MidiNoteFilter
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch Midi ops example
This example file demonstrates how to use all the new midi ops.
Youtube Video Tutorial
INPUT PORTS
MIDI
<p>Midi event in</p>
<i>integer</i>
)Notes
<i>integer</i>
)<i>integer</i>
)<i>integer</i>
)<p>lick and then press the first and then last midi note to automatically define the range</p>
<p>Resets the selected range</p>
OUTPUT PORTS
<p>Midi event out - passes all midi data through to allow midi ops to be stacked</p>
<p>Triggers when notes between the selected range come in</p>
<p>outputs all note numbers coming in between the selected range</p>
<p>Velocity of current note. Normally between 0-127 unless Normalise velocity is enabled</p>
<i>boolean</i>
Number)<p>True when the note is on else false.</p>