Found a suggestion from Daniele, to mix 2 waveform (that's enough)

kickmixctrl = hslider("kick osc mix", 0, 0, 1, 0.1);
ktri = os.triangle(pitch * pitchEnv);
ksin = os.osc(pitch * pitchEnv);
kickmix = (ktri * kickmixctrl), (ksin * (1-kickmixctrl)) :> _/2;

Il giorno mar 1 feb 2022 alle ore 09:12 Stéphane Letz <l...@grame.fr> ha
scritto:

> Hi Franceso,
>
> Probably feeding several rtable with the waveforms, then creating some
> kind of interpolation between all of them?
>
> Stéphane
>
> > Le 31 janv. 2022 à 17:22, francesco mulassano <
> francesco.mulass...@gmail.com> a écrit :
> >
> > I would like to make an oscillator with multiple waveforms and have a
> control (slider or knob) that allows me to move continuously from one
> waveform to another as in the moog voyager (for example), how can I make it
> with faust?
> >
> > Thanks
> >
> > _______________________________________________
> > Faudiostream-users mailing list
> > Faudiostream-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/faudiostream-users
>
>
_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to