Splits a MIDI flow so that there's only one message per execution block, similar to unpack on the input-midi module, and also like the module the separate parts of the message have their own outputs.
Use this to treat MIDI messages like other Usine control values: apply math, logic etc.
MIDI input flow(s).
Midi output flow(s).
Channel of the MIDI message.
Type of the the MIDI message.
Code1 and code2: first and second data of the MIDI message.
Depending of the message type.
For example code1 = ControlChange number).
See MIDI implementation for more info.
Minimun 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
Sends a 1 value each time a new Data or MIDI message is generated or received.
version 4.1.201021 GWPD birthday
Edit All Pages