midi.split
midi note splitter
available since version: 0.9.5
Split midi note messages at specified pitch values
arguments:
- NOTES
list of note values (split points)
type: list
properties:
- @points (readonly)
Get split points. Should be in strict ascending order
type: list
inlets:
- NOTE VELOCITY [DUR] list
type: control
outlets:
- midi pitches that are less than first split point
type: control
- …
type: control
- midi pitches that are greater or equal than N-th split point and less then N+1
type: control
- notes that are greater or equal last split point
type: control
keywords:
midi
note
splitter
Authors: Serge Poltavsky
License: GPL3 or later