Hello Does anyone here have experience with getting PD to work on iPhone or Android (using libpd or something else?) Thanks Eldad
I think the easiest way to experiment is with RJDJ
Patrick Pagano B.S.,M.F.A Digital Media Engineer UF Digital Worlds Institute (352)294-2020
On Oct 9, 2011, at 11:33 AM, "Mathieu Bouchard" matju@artengine.ca wrote:
Le 2011-10-09 à 11:13:00, Eldad Tsabary a écrit :
Does anyone here have experience with getting PD to work on iPhone or Android (using libpd or something else?)
yes.
| Mathieu BOUCHARD ----- téléphone : +1.514.383.3801 ----- Montréal, QC _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Le 2011-10-09 à 16:06:00, Pagano, Patrick a écrit :
I think the easiest way to experiment is with RJDJ
I use libpd in Objective-C++, using almost exclusively the <m_pd.h> (and not libpd's own). Actually, I'm almost using Vanilla, except for the way the sound API was replaced by a stub that I can plug in whatever.
For a future Android port, I expect to use nearly the same except that the Apple UIKit code will be replaced by Android's toolkit and that the rest of the app will run as JNI.
In the meantime, I made a Linux port of the app, so that Pd runs with PulseAudio instead of AudioUnit. AFAIK, this is the first occurrence of using PulseAudio directly with Pd, apart from LD_PRELOADing an OSS/ALSA emulator.
| Mathieu BOUCHARD ----- téléphone : +1.514.383.3801 ----- Montréal, QC
On Oct 9, 2011, at 12:19 PM, Mathieu Bouchard wrote:
Le 2011-10-09 à 16:06:00, Pagano, Patrick a écrit :
I think the easiest way to experiment is with RJDJ
I use libpd in Objective-C++, using almost exclusively the <m_pd.h>
(and not libpd's own). Actually, I'm almost using Vanilla, except
for the way the sound API was replaced by a stub that I can plug in
whatever.For a future Android port, I expect to use nearly the same except
that the Apple UIKit code will be replaced by Android's toolkit and
that the rest of the app will run as JNI.In the meantime, I made a Linux port of the app, so that Pd runs
with PulseAudio instead of AudioUnit. AFAIK, this is the first
occurrence of using PulseAudio directly with Pd, apart from
LD_PRELOADing an OSS/ALSA emulator.
It would be really awesome to have a pulseaudio driver in Pd-vanilla
(and Pd-extended). Could you port your portaudio driver to Pd
vanilla? That would mean that Pd would have easily working sound on
most GNU/Linux distros, a big win for newbies and people who like to
listen to music while patching.
I don't know if this is related, but your fellow Montrealer Patrick
posted about pulse+libpd a while back:
http://lists.puredata.info/pipermail/pd-list/2011-02/086571.html
.hc
News is what people want to keep hidden and everything else is
publicity. - Bill Moyers
Le 2011-10-09 à 13:00:00, Hans-Christoph Steiner a écrit :
It would be really awesome to have a pulseaudio driver in Pd-vanilla (and Pd-extended). Could you port your portaudio driver to Pd vanilla?
I adapted half of it from an example about libpulse-simple.so, the simplified version of the API.
Most of the work on it was non-PulseAudio stuff, and similarly, most of the work on s_audio_pulse.c wouldn't be about PulseAudio.
It's a good thing because that means not having to worry about copyrights of my employer (although it's possible that it'll get open-sourced eventually).
I don't know if this is related, but your fellow Montrealer Patrick posted about pulse+libpd a while back: http://lists.puredata.info/pipermail/pd-list/2011-02/086571.html
I didn't remember at all helping Patrick with that on IRC, but apparently, I did (my log says so). Then I forgot everything about it and wrote a similar thing 6 months later.
| Mathieu BOUCHARD ----- téléphone : +1.514.383.3801 ----- Montréal, QC
Hahaha, yes pdroid, only for android? i dont know
Best
Jose El oct 9, 2011 12:35 p.m., "Mathieu Bouchard" matju@artengine.ca escribió:
Le 2011-10-09 à 11:13:00, Eldad Tsabary a écrit :
Does anyone here have experience with getting PD to work on iPhone or
Android (using libpd or something else?)
yes.
______________________________**______________________________** __________ | Mathieu BOUCHARD ----- téléphone : +1.514.383.3801 ----- Montréal, QC _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I'll second using the rjdj app on iPhone, for Android, use
PdDroidParty. PdDroidParty on Android looks to be the best mobile Pd
dev platform these days.
http://mccormick.cx/projects/PdDroidParty/
.hc
On Oct 9, 2011, at 11:13 AM, Eldad Tsabary wrote:
Hello Does anyone here have experience with getting PD to work on iPhone
or Android (using libpd or something else?) Thanks Eldad _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
As we enjoy great advantages from inventions of others, we should be
glad of an opportunity to serve others by any invention of ours; and
this we should do freely and generously. - Benjamin Franklin
yep, PdDroidParty works nice on my tablet
2011/10/9 Hans-Christoph Steiner hans@at.or.at
I'll second using the rjdj app on iPhone, for Android, use PdDroidParty. PdDroidParty on Android looks to be the best mobile Pd dev platform these days.
http://mccormick.cx/projects/**PdDroidParty/http://mccormick.cx/projects/PdDroidParty/
.hc
On Oct 9, 2011, at 11:13 AM, Eldad Tsabary wrote:
Hello
Does anyone here have experience with getting PD to work on iPhone or Android (using libpd or something else?) Thanks Eldad ______________________________**_________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/** listinfo/pd-list http://lists.puredata.info/listinfo/pd-list
------------------------------**------------------------------**
As we enjoy great advantages from inventions of others, we should be glad of an opportunity to serve others by any invention of ours; and this we should do freely and generously. - Benjamin Franklin
______________________________**_________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/** listinfo/pd-list http://lists.puredata.info/listinfo/pd-list
Thanks all Any quick guidelines on how to get it done with RJDJ? Happy thanks giving Eldad
On 2011-10-09, at 1:01 PM, Hans-Christoph Steiner wrote:
I'll second using the rjdj app on iPhone, for Android, use PdDroidParty. PdDroidParty on Android looks to be the best mobile Pd dev platform these days.
http://mccormick.cx/projects/PdDroidParty/
.hc
On Oct 9, 2011, at 11:13 AM, Eldad Tsabary wrote:
Hello Does anyone here have experience with getting PD to work on iPhone or Android (using libpd or something else?) Thanks Eldad _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
As we enjoy great advantages from inventions of others, we should be glad of an opportunity to serve others by any invention of ours; and this we should do freely and generously. - Benjamin Franklin
Hi Eldad,
Check out this page for more info on creating scenes (essentially pd patches + other assets).
http://blog.rjdj.me/pages/pd-utilities
There's a scene template that should get you started. Basically the app will run a patch called _main.pd and you can do whatever you like within it. All the assets are housed in a scene folder with '.rj' appended to it - If it's zipped call it '.rjz'
Feel free to ask any other questions.
Cheers, Joe
On 10 October 2011 03:49, Eldad Tsabary tazberry_docs@yahoo.ca wrote:
Thanks all Any quick guidelines on how to get it done with RJDJ? Happy thanks giving Eldad
On 2011-10-09, at 1:01 PM, Hans-Christoph Steiner wrote:
I'll second using the rjdj app on iPhone, for Android, use PdDroidParty.
PdDroidParty on Android looks to be the best mobile Pd dev platform these days.
http://mccormick.cx/projects/PdDroidParty/
.hc
On Oct 9, 2011, at 11:13 AM, Eldad Tsabary wrote:
Hello Does anyone here have experience with getting PD to work on iPhone or
Android (using libpd or something else?)
Thanks Eldad _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
As we enjoy great advantages from inventions of others, we should be glad
of an opportunity to serve others by any invention of ours; and this we should do freely and generously. - Benjamin Franklin
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
but the only way to upload scenes to use with rjdj is with a jailbreak iphone/ipod, is this correct?
On Mon, Oct 10, 2011 at 10:51 AM, Joe White joe@rjdj.me wrote:
Hi Eldad,
Check out this page for more info on creating scenes (essentially pd patches + other assets).
http://blog.rjdj.me/pages/pd-utilities
There's a scene template that should get you started. Basically the app will run a patch called _main.pd and you can do whatever you like within it. All the assets are housed in a scene folder with '.rj' appended to it - If it's zipped call it '.rjz'
Feel free to ask any other questions.
Cheers, Joe
On 10 October 2011 03:49, Eldad Tsabary tazberry_docs@yahoo.ca wrote:
Thanks all Any quick guidelines on how to get it done with RJDJ? Happy thanks giving Eldad
On 2011-10-09, at 1:01 PM, Hans-Christoph Steiner wrote:
I'll second using the rjdj app on iPhone, for Android, use PdDroidParty.
PdDroidParty on Android looks to be the best mobile Pd dev platform these days.
http://mccormick.cx/projects/PdDroidParty/
.hc
On Oct 9, 2011, at 11:13 AM, Eldad Tsabary wrote:
Hello Does anyone here have experience with getting PD to work on iPhone or
Android (using libpd or something else?)
Thanks Eldad _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
As we enjoy great advantages from inventions of others, we should be
glad of an opportunity to serve others by any invention of ours; and this we should do freely and generously. - Benjamin Franklin
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
That's not correct, at least it wasn't in the past. You can upload
scenes using Chris McCormick's rjzserver.
h.c
On Oct 17, 2011, at 10:33 AM, Igor Medeiros wrote:
but the only way to upload scenes to use with rjdj is with a
jailbreak iphone/ipod, is this correct?On Mon, Oct 10, 2011 at 10:51 AM, Joe White joe@rjdj.me wrote: Hi Eldad,
Check out this page for more info on creating scenes (essentially
pd patches + other assets).http://blog.rjdj.me/pages/pd-utilities
There's a scene template that should get you started. Basically the
app will run a patch called _main.pd and you can do whatever you
like within it. All the assets are housed in a scene folder with
'.rj' appended to it - If it's zipped call it '.rjz'Feel free to ask any other questions.
Cheers, Joe
On 10 October 2011 03:49, Eldad Tsabary tazberry_docs@yahoo.ca
wrote: Thanks all Any quick guidelines on how to get it done with RJDJ? Happy thanks giving EldadOn 2011-10-09, at 1:01 PM, Hans-Christoph Steiner wrote:
I'll second using the rjdj app on iPhone, for Android, use
PdDroidParty. PdDroidParty on Android looks to be the best mobile
Pd dev platform these days.http://mccormick.cx/projects/PdDroidParty/
.hc
On Oct 9, 2011, at 11:13 AM, Eldad Tsabary wrote:
Hello Does anyone here have experience with getting PD to work on
iPhone or Android (using libpd or something else?)
Thanks Eldad _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
As we enjoy great advantages from inventions of others, we should
be glad of an opportunity to serve others by any invention of ours;
and this we should do freely and generously. - Benjamin
Franklin
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I have the audacity to believe that peoples everywhere can have three
meals a day for their bodies, education and culture for their minds,
and dignity, equality and freedom for their spirits. - Martin
Luther King, Jr.
anyone here already use it? is it mac only, is there another solution for non-mac users?
On Mon, Oct 17, 2011 at 12:50 PM, Hans-Christoph Steiner hans@at.or.atwrote:
That's not correct, at least it wasn't in the past. You can upload scenes using Chris McCormick's rjzserver.
h.c
On Oct 17, 2011, at 10:33 AM, Igor Medeiros wrote:
but the only way to upload scenes to use with rjdj is with a jailbreak iphone/ipod, is this correct?
On Mon, Oct 10, 2011 at 10:51 AM, Joe White joe@rjdj.me wrote:
Hi Eldad,
Check out this page for more info on creating scenes (essentially pd patches + other assets).
http://blog.rjdj.me/pages/pd-utilities
There's a scene template that should get you started. Basically the app will run a patch called _main.pd and you can do whatever you like within it. All the assets are housed in a scene folder with '.rj' appended to it - If it's zipped call it '.rjz'
Feel free to ask any other questions.
Cheers, Joe
On 10 October 2011 03:49, Eldad Tsabary tazberry_docs@yahoo.ca wrote:
Thanks all Any quick guidelines on how to get it done with RJDJ? Happy thanks giving Eldad
On 2011-10-09, at 1:01 PM, Hans-Christoph Steiner wrote:
I'll second using the rjdj app on iPhone, for Android, use
PdDroidParty. PdDroidParty on Android looks to be the best mobile Pd dev platform these days.
http://mccormick.cx/projects/PdDroidParty/
.hc
On Oct 9, 2011, at 11:13 AM, Eldad Tsabary wrote:
Hello Does anyone here have experience with getting PD to work on iPhone or
Android (using libpd or something else?)
Thanks Eldad _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
As we enjoy great advantages from inventions of others, we should be
glad of an opportunity to serve others by any invention of ours; and this we should do freely and generously. - Benjamin Franklin
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I have the audacity to believe that peoples everywhere can have three meals a day for their bodies, education and culture for their minds, and dignity, equality and freedom for their spirits. - Martin Luther King, Jr.
the rjserver didn't work for me on windows, but i didn't try more than once. I used this http://blog.makezine.com/archive/2008/11/howto-hacking-rjdj-with-p.html it's very straight foward so read the whole thing. It doesn't cover going in to your idevice via ssh so i googled it and found out (you must jailbreak first) this vid should help http://www.youtube.com/watch?v=UhEazLTkrOk.
On Tue, Oct 18, 2011 at 8:20 AM, Igor Medeiros igormpc@gmail.com wrote:
anyone here already use it? is it mac only, is there another solution for non-mac users?
On Mon, Oct 17, 2011 at 12:50 PM, Hans-Christoph Steiner hans@at.or.atwrote:
That's not correct, at least it wasn't in the past. You can upload scenes using Chris McCormick's rjzserver.
h.c
On Oct 17, 2011, at 10:33 AM, Igor Medeiros wrote:
but the only way to upload scenes to use with rjdj is with a jailbreak iphone/ipod, is this correct?
On Mon, Oct 10, 2011 at 10:51 AM, Joe White joe@rjdj.me wrote:
Hi Eldad,
Check out this page for more info on creating scenes (essentially pd patches + other assets).
http://blog.rjdj.me/pages/pd-utilities
There's a scene template that should get you started. Basically the app will run a patch called _main.pd and you can do whatever you like within it. All the assets are housed in a scene folder with '.rj' appended to it - If it's zipped call it '.rjz'
Feel free to ask any other questions.
Cheers, Joe
On 10 October 2011 03:49, Eldad Tsabary tazberry_docs@yahoo.ca wrote:
Thanks all Any quick guidelines on how to get it done with RJDJ? Happy thanks giving Eldad
On 2011-10-09, at 1:01 PM, Hans-Christoph Steiner wrote:
I'll second using the rjdj app on iPhone, for Android, use
PdDroidParty. PdDroidParty on Android looks to be the best mobile Pd dev platform these days.
http://mccormick.cx/projects/PdDroidParty/
.hc
On Oct 9, 2011, at 11:13 AM, Eldad Tsabary wrote:
Hello Does anyone here have experience with getting PD to work on iPhone or
Android (using libpd or something else?)
Thanks Eldad _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
As we enjoy great advantages from inventions of others, we should be
glad of an opportunity to serve others by any invention of ours; and this we should do freely and generously. - Benjamin Franklin
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I have the audacity to believe that peoples everywhere can have three meals a day for their bodies, education and culture for their minds, and dignity, equality and freedom for their spirits. - Martin Luther King, Jr.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Yeah I've been using it on linux and windows : it works great :)
you also have the possibility to upload a scene to the rjdj site : http://rjdj.me/sharescene/ (a bit slower though)
Bérenger
2011/10/18 Igor Medeiros igormpc@gmail.com
anyone here already use it? is it mac only, is there another solution for non-mac users?
On Mon, Oct 17, 2011 at 12:50 PM, Hans-Christoph Steiner hans@at.or.atwrote:
That's not correct, at least it wasn't in the past. You can upload scenes using Chris McCormick's rjzserver.
h.c
On Oct 17, 2011, at 10:33 AM, Igor Medeiros wrote:
but the only way to upload scenes to use with rjdj is with a jailbreak iphone/ipod, is this correct?
On Mon, Oct 10, 2011 at 10:51 AM, Joe White joe@rjdj.me wrote:
Hi Eldad,
Check out this page for more info on creating scenes (essentially pd patches + other assets).
http://blog.rjdj.me/pages/pd-utilities
There's a scene template that should get you started. Basically the app will run a patch called _main.pd and you can do whatever you like within it. All the assets are housed in a scene folder with '.rj' appended to it - If it's zipped call it '.rjz'
Feel free to ask any other questions.
Cheers, Joe
On 10 October 2011 03:49, Eldad Tsabary tazberry_docs@yahoo.ca wrote:
Thanks all Any quick guidelines on how to get it done with RJDJ? Happy thanks giving Eldad
On 2011-10-09, at 1:01 PM, Hans-Christoph Steiner wrote:
I'll second using the rjdj app on iPhone, for Android, use
PdDroidParty. PdDroidParty on Android looks to be the best mobile Pd dev platform these days.
http://mccormick.cx/projects/PdDroidParty/
.hc
On Oct 9, 2011, at 11:13 AM, Eldad Tsabary wrote:
Hello Does anyone here have experience with getting PD to work on iPhone or
Android (using libpd or something else?)
Thanks Eldad _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
As we enjoy great advantages from inventions of others, we should be
glad of an opportunity to serve others by any invention of ours; and this we should do freely and generously. - Benjamin Franklin
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I have the audacity to believe that peoples everywhere can have three meals a day for their bodies, education and culture for their minds, and dignity, equality and freedom for their spirits. - Martin Luther King, Jr.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Development in libpd is going strong, although still in alpha. The iOS layer is working great, although both the audio and message callback layers are currently going through an overhaul to be more flexible. For an example of an app using it in the app store, check out NodeBeat by Seth Sandler and Justin Windle (http://nodebeat.com/)
Cheers, Rich
On Mon, Oct 10, 2011 at 2:13 AM, Eldad Tsabary tazberry_docs@yahoo.cawrote:
Hello Does anyone here have experience with getting PD to work on iPhone or Android (using libpd or something else?) Thanks Eldad _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list