Faust DSP can now be compiled in SOUL using the Faust online compiler:
- take an exemple, like here: https://faust.grame.fr/tools/editor/?code=https://faust.grame.fr/doc/examples/img/src/exfaust94/exfaust94.dsp
- possibly run it in the Faust playground
- use the export button, choose “soul”
- you will get a compiled SOUL source
- copy and paste it in SOUL playground
- you can possibly create monophonic DSP (using the “soul” target) or polyphonic ones (using the “soul-poly” target)
- This one for instance: https://faust.grame.fr/tools/editor/?code=https://faust.grame.fr/doc/examples/img/src/exfaust96/exfaust96.dsp
- can be compiled as a polyphonic instrument.
Next step will be to simplify the “export + copy/paste” part, hoping the SOUL playground will be able to directly receive an URL
