Implementing 1 input, 2 outputs (i.e. mono -> stereo)

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.
Screenshot 2020-11-03 at 06.13.04

in my code I use:

if (NInChansConnected() > 1) { // Stereo In

and not:

NOutChansConnected();

1 Like