[chuck-users] faust2ck | stereo to mono Chugins

Mario Buoninfante mario.buoninfante at gmail.com
Sun Jul 21 05:33:55 EDT 2019


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cs.princeton.edu/pipermail/chuck-users/attachments/20190721/0cdd1db4/attachment.html>


More information about the chuck-users mailing list