Posts

Showing posts with the label MultiInstrument

channel mode - for midi converter/audio unit.

channel mode - for midi converter/audio unit. Doing some final testing on an improvement for converter and au agent - for a mode that I'm trying out as 'proof of concept' its an additional midi mode called channel (we have fixed, and poly) the goal is to support multi instrument/part vst (Kontakt etc):  when you select the same audio unit from different keygroups (splits), it will target a different midi channel. In practice this means to use a multi instrument vst, you simply connect to the same rig with different keygroups. how does it select which midi channel? well it uses the channel id on the incoming wire, then uses the min/max on the agent to determine the midi channel used. So, if min/max channel is 1/16, and the incoming channel is 17 it will go to channel 1. (modulo based on max-min + min) this means that the only 'requirement' is that keygroups/channels are consecutive. i agree, using channel is a bit 'odd' at first, but in practice it actually w...