Hi,

I've been working on some new Chugins using faust2ck (that I got working with ChucK 1.4.0.0 - https://github.com/mariobuoninfante/faust2ck), and it seems that when a Chugin has a stereo input, then will automatically have a stereo output as well.
For example, I've created a "sample and hold" that in Faust has 2 inputs and 1 output, but in ChucK I have 2 inputs and 2 outputs as well.
I've also tried creating a simple Chugin that in Faust looks like:

process = _ <: _,_;

a simple mono to stereo UGen. The same, in ChucK I have 2 ins and 2 outs.

Is there any reason why this happens? am I missing something?

Cheers,
Mario