Hi Magnus,

Polyphony is currently not supported on the Teensy 3.6 with Faust. You can
put multiple oscillators in parallel and control them with
independent parameters but you can't use the [nvoices] metadata.

Cheers,

Romain

On Sat, Jun 13, 2020 at 5:33 PM Magnus <magnus.maurit...@gmail.com> wrote:

> 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
>


-- 

Romain Michon
+33 (0)7 67 39 72 40http://grame.fr/~michon
_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to