Stéphane Letz
Stéphane Letz
@avdrd see https://github.com/chaosprint/glicol/issues/25 ?
> They have yet to get a Faust JIT working for SuperCollider, by the way. To load new Faust DSPs, the SC server needs to shut down and restarted. Not...
Thanks, but what I meant is saving/restoring the DSP state itself (like filter and delay lines state for instance...).
Correct,` -sr` is an option of the `faust2daisy` script (see https://github.com/grame-cncm/faust/tree/master-dev/architecture/daisy) but I don't remember exactly why ((-;
Or better change the font colour from white to something else?
grep inkscape * ``` faust2eps: inkscape -E ${f%.svg}.eps $f faust2mathdoc: inkscape --without-gui --file="$SRC" --export-pdf="$PDF" faust2mathdoc: inkscape --without-gui --file="$SRC" --export-pdf="$PDF" faust2pdf: inkscape -E ${f%.svg}.eps $f faust2png: inkscape -e ${f%.svg}.png -d 300...
Do you have a patch to fix this?
Faust also compiles to WebAssembly. Is WebAssembly code usable in AS ?
Do you have any example of audio code or project written using AS ?