Hi Dan,
To sum up we've made a break from the fork, ppp is very different in the sense that it's used to publish binaries, and we didn't keep the base functionnality of a list of patches that you can load at will : one project = one patch = one app. It's not made to replace droidparty at all, it's more about synching standalone apps built with pd with one another, and hopefully any other kind of midi gear.
You can check out this page : http://b2renger.github.io/PdDroidPublisher/2015/11/04/List_abstractions.html It explains which abstractions we kept from droidparty and what we added (mainly the clock one - that is interfaced with a java implementation of a raw midi clock) - still some stuff to document there ... but it will give you an overview.
For the gui part, we added support for the missing gui objects of pd (arrays, radios ...), made a system to use tabs, and a system to override behavior and looks with java code - those overrides are meant to be written by contributors/developp and can be used with a simple declaration when publishing (in java again).
To port all of this stuff back to droidparty would be a lot of work.
Concerning you issue thread :
look right ?
override when used in android (we have an implementation but it's not used anywhere).
choose from instead of cycling through a list at each tap, in pd the taplist is the same as it was (plus the fix about symetric messages, and we added a label - for gui theming purposes).
android menu later on.
Cheers !
2016-01-06 9:49 GMT+01:00 Dan Wilcox danomatika@gmail.com:
What specific change did you make to DroidParty? Any new objects, etc?
I have PdParty about 95% done, including support for the DroidParty specific uis & objects (no theming though): https://github.com/danomatika/PdParty/issues/28
Hopefully, if I don’t get to busy from school, I’ll finish off my list and send out beta info in a week or two.
We should coordinate. Chris and I had some discussions and the basic idea was to work towards a standard functionality between DroidParty & PdParty.
Dan Wilcox @danomatika https://twitter.com/danomatika danomatika.com robotcowboy.com
On Jan 5, 2016, at 10:00 PM, pd-list-request@lists.iem.at wrote:
*From: *Berenger Recoules berenger.recoules@gmail.com *Subject: **[PD] [PD-announce] PPP : pure-data (libpd) based jamming system* *Date: *January 5, 2016 at 6:22:10 AM MST *To: *pd-announce pd-announce@iem.at, ppp@mgsx.net *Reply-To: *pd-list@iem.at
Hi Everyone,
Here is a fun project based on libpd and thus pd : ppp.mgsx.net
This work is based on a fork of droidparty by Chris McCormick : it helps you to build binary apps for android, and include a standard wifi MIDI clock in your patch. This means that every app published with this framework can be synched with one another, or even any other kind of MIDI compliant music gear.
We still have some documentation to write up, but we have a good start as well as a video and a few sample apps available for free in the android playstore.
Feedback is welcome :)
I hope you like it as much as we enjoy making it, have fun !