pyphs
pyphs copied to clipboard
redefinition of symbols are not allowed
Hi,
Thank you for such a great library.
I'm just stuck trying compiling Faust code generated by pyPHS.
I have this error stdfaust.lib:34 ERROR : redefinition of symbols are not allowed : vl
Maybe you have an idea ? best,
Hi Thank you for your interest There is several known issues with Faust code generation, which is not realy maintained. I could probably have a look next week to what is happening here if you provide your python script that is causing this issue. E.g. using gist or codeshare. Best regards; Antoine
Hi Antoine, I tried this on the basic dlc example Here is the gist https://gist.github.com/etiennedemoulin/70c15f448a0fe9c3401981a66ec11dbe
Thanks for answering, do you continue to maintain pyPHS ?
Best, Etienne
thanks, I 'll have a look ASAP PyPHS is still maintained, mainly for numerical investigation of dynamical systems and not precisely for audio plugin generation. But it should still be possible. A known issue with FAUST is the difficulty to generate the nonlinear solver. However this should work on the DLC example. I'll let you know during the next week Best regards Antoine