Den 18.10.2019 20:24, skreiv Stéphane Letz:
faust -a puredata.cpp foo.dsp -i -o foo.cpp  (adding -i to have all Faust 
related architecture files be inlined in the resulting foo.cpp file)

You can also use «  -lang c »  to generate a pure C from a DSP source :

faust -lang c  -o foo.c

Thanks! This was (more or less) exactly what I needed, it will make it way easier for me to go from *.dsp file to a pure data external c source code file.

For future reference, the exact command is:

faust -lang c foo.dsp -o foo.c


_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to