Re: [PD] getting vanilla gui objects into standalone builds

2020-06-29 Thread Jonathan Wilkes via Pd-list
>>  >>  >> Gesendet: Sonntag, 21. Juni 2020 um 20:15 Uhr >> Von: "Dan Wilcox" >> An: "Jakob Laue" >> Cc: "Pd-List" , "Christof Ressi" >> , "enrike" >> Betreff: Re: [PD] getting vanilla gui objects int

Re: [PD] getting vanilla gui objects into standalone builds

2020-06-29 Thread Alexandre Torres Porres
Em dom., 28 de jun. de 2020 às 12:13, hans w. koch escreveu: > well, as a relative oldie, let me tell you this is wrong :-) > last commit to github 5 days ago: > https://git.purrdata.net/jwilkes/purr-data > last relase: 26 days ago (14 committs since): > https://github.com/agraef/purr-data/releas

Re: [PD] getting vanilla gui objects into standalone builds

2020-06-28 Thread Dan Wilcox
Wilcox" > An: "Jakob Laue" > Cc: "Pd-List" , "Christof Ressi" > , "enrike" > Betreff: Re: [PD] getting vanilla gui objects into standalone builds > Howdy Jakob, > > There is no "standalone GUI" for mobile. The UI widg

Re: [PD] getting vanilla gui objects into standalone builds

2020-06-28 Thread hans w. koch
into purr-data as well:) >> >> All the best, jakob >> >> >> Gesendet: Sonntag, 21. Juni 2020 um 20:15 Uhr >> Von: "Dan Wilcox" >> An: "Jakob Laue" >> Cc: "Pd-List" , "Christof Ressi" >> , "en

Re: [PD] getting vanilla gui objects into standalone builds

2020-06-28 Thread henry birdseye
quot;Pd-List" , "Christof Ressi" , "enrike" *Betreff:* Re: [PD] getting vanilla gui objects into standalone builds Howdy Jakob, There is no "standalone GUI" for mobile. The UI widgets for PdDroidParty and my own PdParty are custom re-implementations which interc

Re: [PD] getting vanilla gui objects into standalone builds

2020-06-28 Thread Jakob Laue
, 21. Juni 2020 um 20:15 Uhr Von: "Dan Wilcox" An: "Jakob Laue" Cc: "Pd-List" , "Christof Ressi" , "enrike" Betreff: Re: [PD] getting vanilla gui objects into standalone builds Howdy Jakob,   There is no "standalone GUI" for mobile. The

Re: [PD] getting vanilla gui objects into standalone builds

2020-06-22 Thread Jakob
Hey, Thank you all very much for your explanations!:-) > Am 21.06.2020 um 20:15 schrieb Dan Wilcox : > > Howdy Jakob, > > There is no "standalone GUI" for mobile. The UI widgets for PdDroidParty and > my own PdParty are custom re-implementations which intercept messages using > sends/receives.

Re: [PD] getting vanilla gui objects into standalone builds

2020-06-21 Thread Dan Wilcox
Howdy Jakob, There is no "standalone GUI" for mobile. The UI widgets for PdDroidParty and my own PdParty are custom re-implementations which intercept messages using sends/receives. Both apps are open source, so you can reuse the widgets but PdDroidParty's implementation is not feature complete

Re: [PD] getting vanilla gui objects into standalone builds

2020-06-21 Thread enrike
you can use the PdDroidParty widgets plus some of the native gui objects like bangs/toogles etc... and that should work pretty much the same in all systems, althought it might take some trial and error with the size of the canvas in some cases. check the http://droidparty.net examples to see w

Re: [PD] getting vanilla gui objects into standalone builds

2020-06-21 Thread Christof Ressi
Hi, on desktop it's easy: just bundle Pd with your patch, add a simple starter script and maybe use the KIOSK plugin to hide the console. Mobile is tricky, because of the locked down nature of the platforms (especially iOS). There are projects to run Pd patches on Android (http://droidparty.

[PD] getting vanilla gui objects into standalone builds

2020-06-21 Thread Jakob Laue
Hey dear friends, i am currently building an instrument with many vanilla-native gui objects (mainly buttons). I would like to build standalone versions of that patch, preferably for linux, osx, ios and android. I know that building standalones is possible eg with ofxPof or ofelia. But as far as