grame-cncm / faust

Functional programming language for signal processing and sound synthesis
http://faust.grame.fr
Other
2.51k stars 318 forks source link

faust2csound faust to cabbage #508

Closed fewtubefx closed 3 years ago

fewtubefx commented 3 years ago

Is it possible to implement faust compiler with faust to csound compiler. For cabbage IDE https://cabbageaudio.com/

sletz commented 3 years ago

It seems like Cabbage is really developed around and with Csound. So what is the point?

fewtubefx commented 3 years ago

The point is that faust2csound gives *.so file, as I understand And cabbage need csd

sletz commented 3 years ago

Yes, Faust for Csound can only generate the instrument part, and has nothing to do with the score file.

fewtubefx commented 3 years ago

And what about effect, not instrument plugin? Is there tutorial and information how to do that.

sletz commented 3 years ago

Same issue: by instrument I meant the DSP part (versus the score part).