faustgen~ sources?
Hi guys!
in my ongoin' effort in porting externals to the Win32/64 world i wonder if faustgen~ sources are open and downloadable (there's a faustgen~ for OSX and for Win32 but not for Win64).
The Faust community does a great work and the guys there are great but seems pretty un-responsive at some multiplatform requirements (certain Faust export modules exist for Mac only and on Windos are limited to the 32 bit architecture).
best
a.
faustgen~ source code is in the "embeded" folder when you checkout the faust2 branch from the sourceforge git repo. The VisualStudio project is not in the folder though.
Thanks @OLI LARKIN.
I'm trying to compile but get a lot of errors about .
Strangely enough i see that is included in source.
I guess that given that faustgen~ is a .cpp file the C++ compiler is invoked instead if the C one?
There is probaby some settings in the VS2013 solution that i got to change....
there were some issues since MSVC < VS2013 didn't include some math functions. Are you on the faust-devel mailing list? that is the place to resolve these issues - there are a couple of us trying to get it working nicely on windows there
thanks oli, i just suscribed.
tomorrw i'll try to post for some results/help
best!