View Single Post
Old 10-07-2020, 07:18 PM   #1
Ric Vega
Human being with feelings
 
Join Date: May 2020
Posts: 19
Default IPlug 2: how to set "mono -> stereo"?

Hi everyone.

I have a simple question. How to get your plugin to give you the "mono -> stereo" option? I thought it would be just a matter of changing the line:

#define PLUG_CHANNEL_IO "1-1 2-2"

to..

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

..in "config.h" (i.e. adding the 1-2 option). However this doesn't seem to be enough.

So, assuming I start by duplicating the IPlugEffect project.. how can I then let the plugin include the "mono -> stereo" option?

Thanks.

I'm using logic by the way.

(note: I've looked in several threads that are more or less related to the IO channels subjects, but without any luck)
Ric Vega is offline   Reply With Quote