-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiling external libraries for libpd? #84
Comments
Hi @jacksonmgoode I would be happy to include more externals with PHONK. At the moment, I'm using the libpd hosted in the maven repo as stated in this gradle file Do you know if I have to compile from source to include externals? or can externals maybe be loaded on demand? |
I believe they can be loaded on demand. I've been working on a Bela which is basically a glorified single-board computer - but adding externals is possible by simply compiling for the ARMv7 architecture and then dragging them into a specified folder. I imagine that compiling the externals would be something an advanced user could manage - it's just a matter of uploading them somewhere within PHONK so that libpd can read them. |
I will have a look on that possibility. |
I've only had some experience compiling for an Arduino (Bela), I'm not sure what the process would be like for Android - or what the architecture is like. Is there a tutorial somewhere I could follow? |
Hi there,
Fantastic project - really nothing like it at the moment for getting Pure Data patches on a mobile device with ease (no OSC pass-thru some other app).
I was curious, however, if it would be possible to build PHONK with additional externals for Pd? I know it's possible through libpd, ("EXTRA=true" as a Makefile option). It would be really interesting to see just how difficult this would be. If you have some idea of the options you used to build libpd maybe I could test out adding new externals to PHONK?
The text was updated successfully, but these errors were encountered: