Re: [PD] pd for android and abl_link~

2023-04-30 Thread Daniel Iglesia
whoops, thanks for reminding me, just pushed to https://github.com/monkeyswarm/MobMuPlat On Sun, Apr 30, 2023 at 7:48 AM João Pais wrote: > I wanted to check out the github repository, but didn't see any new > updates. Is it somewhere spefic to be found? > > Best, > > Joao > > Regarding

Re: [PD] pd for android and abl_link~

2023-04-30 Thread João Pais
I wanted to check out the github repository, but didn't see any new updates. Is it somewhere spefic to be found? Best, Joao Regarding 'adapting for Google's updates' I've just pushed a new version of MobMuPlat (Android) to the play store; I'll push the changes to github momentarily.

Re: [PD] pd for android and abl_link~

2023-04-13 Thread Daniel Iglesia
Regarding 'adapting for Google's updates' I've just pushed a new version of MobMuPlat (Android) to the play store; I'll push the changes to github momentarily. (Google was no longer allowing apps with an older SDK) On Thu, Apr 13, 2023 at 9:12 AM João Pais wrote: > I can still use and compile

Re: [PD] pd for android and abl_link~

2023-04-13 Thread João Pais
I can still use and compile the mobmuplat code, it's the base for my click tracker App. It works fine, the only problem is adapting for google's updates. jmmmp Hi, unfortunately it seems Mobmuplat can't be opened by Android Studio anymore as it complains about not being able to create

Re: [PD] pd for android and abl_link~

2023-02-17 Thread Orm Finnendahl
Hi, sorry, I found out my Android Studio installation was incomplete. Please ignore my previous post. --- Orm Am Donnerstag, den 16. Februar 2023 um 14:21:44 Uhr (-0800) schrieb Daniel Iglesia: > Thanks Tal > > So building with that remote dependency should be swapping out the > destination

Re: [PD] pd for android and abl_link~

2023-02-17 Thread Orm Finnendahl
Hi, unfortunately it seems Mobmuplat can't be opened by Android Studio anymore as it complains about not being able to create the com.intellij.java plugin extension. I created an issue on github. I tried to open it on an old machine where it used to work but the java runtime on that machine

Re: [PD] pd for android and abl_link~

2023-02-16 Thread Daniel Iglesia
Thanks Tal So building with that remote dependency should be swapping out the destination in the gradle file. I will update that at some point, or someone feel free to send a pull request. However, building with a custom object to include means building from a local version of pd-for-android and

Re: [PD] pd for android and abl_link~

2023-02-16 Thread Tal Kirshboim
Hi Daniel, pd-for-android is available on maven central. https://search.maven.org/artifact/io.github.libpd.android/pd-core On Thu, Feb 16, 2023, 22:10 Daniel Iglesia wrote: > Didn't know that jcenter is no longer active. Is pd-for-android available > on maven? Or does it need to be a

Re: [PD] pd for android and abl_link~

2023-02-16 Thread Daniel Iglesia
Didn't know that jcenter is no longer active. Is pd-for-android available on maven? Or does it need to be a locally-available dependency? On Thu, Feb 16, 2023 at 12:27 PM Orm Finnendahl < orm.finnend...@selma.hfmdk-frankfurt.de> wrote: > Hi, > > I'd like to build MobMuPlat with pdlib including

[PD] pd for android and abl_link~

2023-02-16 Thread Orm Finnendahl
Hi, I'd like to build MobMuPlat with pdlib including the abl_link~ external. As far as I've understood, the original MobMuPlat code uses jcenter which is not active anymore and has been replaced by maven. It seems I need to add the maven repository to MobMuPlat's build scripts and somehow add