Using gate~ to gate the data stream of Note~ to VST

amzmck's icon

Hi Guys,

any suggestions on gating the data from note~? I am using the Select object followed by the arguments of how many VSTs i have, then routing the select object to an individual gate for each VST. I am also needing to figure a way to switch the VSTs that I am not using off. At the minute I am not hearing any audio when I insert notes into the note~ and playback. A screen shot of my patch is below and any help would be greatly appreciated :)

Thanks

5253.ScreenShot20130322at13.08.37.png
png
Gregory Taylor's icon

I'd wrap the vst~ instances in a poly~ and turn 'em on/off to save the CPU and use a matrixctrl object to handle the switching.

The note~ object? You're on your own there.