PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: midi

midi.note.pass

aliases: [note.pass]

midi note pass by expression

available since version: 0.9.7


information

Passes midi notes (list of PITCH VELOCITY DUR?) for which expression returns true. Available variables: $N - MIDI note, $V - MIDI velocity Available functions: white(NOTE), black(NOTE), oct(NOTE), abs(X), sqrt(X) Available math operations: +,-,*,/,%,^,==,!=,>,>=,<,<=, &&,|| see for more information:

example

arguments:

properties:

inlets:

outlets:

keywords:

midi expression pass

See also: [expr]

Authors: Serge Poltavsky

License: GPL3 or later