You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I tried to install faust on my windows machine (only used in on Linux previously). And whatever .dsp file, architecture, language etc I use, I get:
PS C:\Users\limes\dev\Faust> faust lala.dsp
extra text is :
lala.dsp : 1 : ERROR : syntax error, unexpected EXTRA
with for instance just that simple file
PS C:\Users\limes\dev\Faust> cat .\lala.dsp
declare name "Noise";
declare copyright "(c)GRAME 2018";
import("stdfaust.lib");
// noise level controlled by a slider
process = no.noise * hslider("gain",0,0,1,0.1);
I have FAUST Version 2.68.1
The text was updated successfully, but these errors were encountered:
Hi! I tried to install faust on my windows machine (only used in on Linux previously). And whatever .dsp file, architecture, language etc I use, I get:
with for instance just that simple file
I have FAUST Version 2.68.1
The text was updated successfully, but these errors were encountered: