Hello, 
I'm trying to make a Faust oscillator with multiple voices for a teensy
3.6, I can't seem to get it working.

this is my Faust code:

declare options "[midi:on][nvoices:12]";
import("stdfaust.lib");
freq = nentry("freq",440,20,20000,0.01) : si.smoo;
gain = nentry("gain",1,0,1,0.01) : si.smoo;
process = os.sawtooth(freq)*gain;

Any help would be greatly appreciated 

thanks
Magnus






_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to