APMediaPlayer updated to 3.0.1

edited January 2016 in Share Your Work

I've updated APMediaPlayer from APWidgets to work with Processing 3.0.1 for my own project. Was a very minor change (pApplet.getAssets() changed to pApplet.getActivity().getAssets()) If you are interested in using it, you can grab it at GitHub. :)

Comments

  • edited January 2016

    Great there will be a lot of happy users

  • edited February 2016

    I just looked at the latest updates to Processing-Android in Github, and they're gonna change it again.

    This time I see no way to get the current Activity that's running. Which basically means APMediaPlayer can't be used in the next processing release unless they provide a means to access it. I've dropped a comment to the commit to ask for a getter for the Activity instance, hopefully someone reads it.

Sign In or Register to comment.