MIDI Get Message

Retrieves MIDI messages information's.

Settings

bypass

Bypasses the module.

midi in

MIDI input flow(s).

midi out

Midi output flow(s).

channel

Channel of the MIDI message.

msg

Type of the the MIDI message.

code

code 1 and code 2: first and second data of the MIDI message. Depends of the message type.
For example data 1 = CONTROL-CHANGE number.

See MIDI implementation for more info.

wait cycles

Minimum number of calculation blocs between two MIDI messages are sent to the output.

Can be used to thinning transmission to external midi devices to avoid potential skipped messages or MIDI port overload when sending bursts of many messages at once. A calculation bloc (128 samples) last around 3 milliseconds, see setup-audio

trigger

Sends 1 value when a MIDI message is received.

unpack

The Unpack option transforms a polyphonic flow to monophonic.
For example, if two MIDI Notes arrive at the same time, Usine delays the second note a little to always create monophonic signal.
With this new MIDI flow, you can apply any math transformations you want because the MIDI flow become almost like a normal data flow.

See also

version 5.2.221206

Edit All Pages