On which platform ?

Working here on the Faust IDE :

https://faustide.grame.fr/?autorun=1&voices=0&name=waveforms&inline=aW1wb3J0KCJzdGRmYXVzdC5saWIiKTsKd2F2ZWZvcm1zID0gb3Muc2F3dG9vdGgoZnJlcSksb3Muc3F1YXJlKGZyZXEpLG9zLnRyaWFuZ2xlKGZyZXEpLG9zLm9zYyhmcmVxKSxvcy5wdWxzZXRyYWluKGZyZXEpIDogYmEuc2VsZWN0big1LHdhdmUpCndpdGggCnsKICAgd2F2ZSA9IG5lbnRyeSgiV2F2ZWZvcm0iLDAsMCw0LDEpOwogICBmcmVxID0gaHNsaWRlcigiZnJlcXVlbmN5Iiw0NDAsMTAsODAwMCwwLjAxKTsKCn07CnByb2Nlc3MgPSB3YXZlZm9ybXM7Cg%3D%3D

Stéphane

> Le 18 sept. 2022 à 10:10, Magnus mouthsausage <magnus.maurit...@gmail.com> a 
> écrit :
> 
> Hello,
> I’m trying to get the following code to work, it is a modified version of the 
> code found in the kadenz course. For some reason I get no sound, and I have 
> no idea why
> 
> import("stdfaust.lib");
> waveforms = 
> os.sawtooth(freq),os.square(freq),os.triangle(freq),os.osc(freq),os.pulsetrain(freq)
>  : ba.selectn(5,wave)
> with 
> {
>    wave = nentry("Waveform",0,0,4,1);
>    freq = hslider("frequency",440,10,8000,0.01);
> 
> };
> process = waveforms;
> 
> 
> Thanks
> Magnus 
> 
> Sent from my iPhone
> 
> _______________________________________________
> 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