PDA

View Full Version : Iplug multichannel vst plugin


bozmillar
10-28-2010, 10:07 AM
hey guys, quick question.

I just downloaded Iplug for the first time yesterday, so I'm still feeling my way around a bit. I'm trying to figure out how to make a plugin that has 3 inputs and 3 outputs.

the only thing I've found is:

#define PLUG_CHANNEL_IO "1-1 2-2"

but I haven't found any explanation on what this means. Stabbing in the dark, I tried

#define PLUG_CHANNEL_IO "1-1-1 2-2-2 3-3-3"

and

#define PLUG_CHANNEL_IO "1-1 2-2 3-3"

and I'm only getting 2 in 3 out. Any ideas?

bozmillar
10-28-2010, 10:15 AM
nevermind. I got it. my host setup was the reason I was only getting 2 in. my bad. I get it now.