Poly Voice Dispatcher MIDI

Dispatch MIDI events to the appropriate polyphonic voice in a sub-patch.

Used to create polyphonic MIDI synthesizers.

In a polyphonic sub-patch, the first NOTE-ON event is affected to the first voice, the second to the second voice and so on.

When the maximum polyphony is reached, it restart the process from the first voice.

In other words, the oldest voice is canceled (a NOTE-OFF is sent to the output).

Settings

midi in

MIDI input flow(s).

midi out

Midi output flow(s).

pass trigger

Sends a 1 value when a MIDI event is sent to the output.

note ON

Sends a 1 value when a NOTE-ON MIDI event is sent to the output.

note OFF

Sends a 1 value when a NOTE-OFF MIDI event is sent to the output.

data 1 (pitch)

Pitch of the current note ON

data 2 (velo)

Velocity of the current note ON

active

Lights when the current voice is active.

Can be connected to patch-on-off to save CPU when the voice is not used

release time

Release time applied to the active output.

Should be connected to the release time of the ADSR or 0 otherwise.

monophonic

Disables the polyphonic dispatching and send MIDI notes only to voice 1.

See also

version 6.0.240115

Edit All Pages