Please excuse this possibly noob'ish question, I have been coding in Faust for only a couple of weeks.

Is it possible to compile Faust .dsp code to PD external C source code, as opposed to binary?

The reason I want to do this is that I am running a PD patch as part of an Android application, and some of the PD externals will be written in Faust. I have set up a build system for Android which compiles other PD externals also, and I would like the ones made in Faust to be compiled along with them.

I have been translating the Faust .dsp code by hand from the output of the C++ code generated in the web editor to PD external code. It is absolutely doable but quickly gets old.

faustgen~ is not a preferrable option since I would rather not have another thing which can go wrong running in the Android app.

Thanks for any suggestions.


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

Reply via email to