-
Notifications
You must be signed in to change notification settings - Fork 11
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
Any chance to get this into the Processing "Contribution Manager" #16
Comments
Well I defintely agree with this. Considering that no audio library for processing is working both for desktop and android it would a great addition to the collection of available libs for processing. As it goes the latest versions of the build works on linux and mac, but not on windows and I think the compatibility with android is also broken. So to get this in the processing contribution manager we would need to fix it for windows and android. I hope to be able to work on this soon, but if anyone is also up for it let's discuss ! |
Hello All, I would really love to get this working and try to maintain it. I'm pretty much at ease with processing and pd, but I'm probably lacking some basic knowledge on how to create a cross-plateforme lib for desktop and android with processing, and with jni. @nettoyeurny could you provide me some information on why this was never released ? I dug around and tested it and found out that the android mode was broken as well as the windows version. Concerning the windows version I'm pretty sure that recompilling the dll would be enough. Concerning android the project builds but crashes on launch with this error :
Would you have any pointers and places to look at or stuff to read to help me get started ? |
The stack trace refers to a theming problem, which seems unrelated to the lib: |
hum right, I'll try to investigate. It's probably linked to the way processing packages the project for android. But it's weird that I don't get this error when trying to compile other examples from other libs. |
@joebowbeer I rebuild the lib with the "make javalib" command and replaced the libpd.jar by the one build with this command. the example still works on mac but now I get this error when building for android :
it looks like it doesn't find a native extension for android, any idea where I should look to fix this ? |
@b2renger Some work is needed before pd-for-android works smoothly with processing. See below. Also, your apk will need to be built with gradle and should depend on pd-for-android as a library dependency. See examples in pd-for-android. Pasting a TODO list that @nettoyeurny sent a while ago:
|
@joebowbeer thanks for the feedback, I'll look into it and chime back in here. |
To build for android, I was able to get rid of the first
However, I too got stuck at the |
This library would be nice to be made available as an easy install through the Processing Contribution Manager. Is that possible?
The text was updated successfully, but these errors were encountered: