beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

MidiNoteFilter Op

MidiNoteFilter

Only read a range of notes (e.g. C1 to C2)


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.


Edit Documentation

Full Name
  • Ops.Devices.Midi.MidiNoteFilter
Visibility
  • Core Op - Official cables op
AuthorTest Patches


 

Example Patch Midi ops example

This example file demonstrates how to use all the new midi ops.

Open In Editor

Youtube Video Tutorial

INPUT PORTS


MIDI

MIDI Event (Object)

Midi event in

MIDI Channel index (Number:integer )

Notes

Note Start index (Number:integer )
Note End index (Number:integer )
Normalize Velocity index (Number:integer )
learn (Trigger)

lick and then press the first and then last midi note to automatically define the range

reset (Trigger)

Resets the selected range

OUTPUT PORTS


Event (Object)

Midi event out - passes all midi data through to allow midi ops to be stacked

Trigger Out (Trigger)

Triggers when notes between the selected range come in

Current Note (Number)

outputs all note numbers coming in between the selected range

Velocity (Number)

Velocity of current note. Normally between 0-127 unless Normalise velocity is enabled

Gate (boolean Number)

True when the note is on else false.


Usages of MidiNoteFilter

  • Examples
  • Public
  • My Patches
  • Ops

Changelog


bugfixlearned input parameter are transfered to remote vieweruser avatarpandur - 2022-12-14
improvementrefresh parameter when changing notes etc.user avatarpandur - 2022-12-14
bugfixfixed an infitnite loop problemuser avatarpandur - 2022-12-14