Working here if I just cut/paste the code of this mail on FL. Could it be a 
problem with the DSP file path ? (avoid «  accented characters or spaces »  in 
the path…)

Stéphane



> Le 14 mai 2017 à 21:23, bonardi <alain.bona...@gmail.com> a écrit :
> 
> 
> import("stdfaust.lib"); 
> 
> freq = vslider("freq", 440, 20, 2000, 1);
> vol = vslider("vol", 0.2, 0, 1, 0.01);
> 
> N = 200;
> Npartiel = int(ma.SR / 2 / freq);
> 
> process= par(i, N, (i < Npartiel)*os.osci(freq*(i+1))/(i+1)) :> *(vol);


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to