MIDI to Array (SCRIPT)

Fills an array (size [0..127]) according the input MIDI messages. Array values are in the range [0..1]

If the script receives the message NOTE-ON 36 100, it will set the output array with the value 100/127 at the index 36, 0 elsewhere.

Finally, if the script receives the message NOTE-OFF 36 0, it will set the output array to 0 at the index 36.

Works in the same way with CC MIDI messages.

Settings

midi in

MIDI input flow(s).

array out

Array output flow(s).

reset

Set the output array to 0.

See also

version 6.0.240115

Edit All Pages