Yes, Logic lets me insert the plugin as Mono->Stereo, but of course, only on Mono Channels and only if there is no Stereo plugin already on the channel.

in my code I use:
if (NInChansConnected() > 1) { // Stereo In
and not:
NOutChansConnected();
Yes, Logic lets me insert the plugin as Mono->Stereo, but of course, only on Mono Channels and only if there is no Stereo plugin already on the channel.

in my code I use:
if (NInChansConnected() > 1) { // Stereo In
and not:
NOutChansConnected();