We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi, The sketch crashes, when I run it on processing 3.0.1. It used to perfectly work with processing 2.2.1. So is it due to processing 3? Thanks in advance. Help/comment appreciated.
Answers
//here is the code
@Gpm===
this library has not been updated since a lot of time... As for now It cannot work with P3 - But with P3 you can use directly the android media player, i have explained that here=== (towards the end of the posts, with code snippet)==
https://forum.processing.org/two/discussion/12819/how-do-i-get-sound-to-play-on-the-phone#latest
Hi, Thanks for the response. https://forum.processing.org/two/discussion/12819/#Comment_53114 solution worked for me.
If you still wish to use APWidgets, I've forked and updated the APMediaPlayer class here. :)
Wow! Thanks a ton @barefists, It is just working like before! great job.. saved so much trouble here. :-bd
No problemo. :)
@barefists - Just out of interest, how much work to fork and update the whole of APWidgets library? ;)
A little too much for me at the moment sorry :( I updated the MediaPlayer because I needed it in a project I was working on.
Worth a try!!
@barefists Hi ! awesome work you did there ! So useful ^^ ...you said that you had too much work at the moment for a full fork and update of APWidgets library... but would it be possible to have just the APEditText added please ? (if it doesn't take too much time) Thanks forward : )
@olivi55:: forget APWidgets lib and use the editText class from android (same way than a textView).
@akenaton yep thanks^^ I hope I'll succes with it