Is there a Pd iPhone app yet ie. to run Pd on the iPhone? would be great to be able to make patches on the go. Can't find anything in the App store though.
-
IPhone App for Pd
-
RjDj runs Pd patches, though you can't edit them on the iPhone.
-
rjdj is quite a bit of fun. I had a dream ever since i was a child of having hearing aid type earphones that would let me hear everything backwards this as quite simple with rjdj.
although it would be awesome to patch on the go.
-
I think this can done my be you can ask some one with the c++ know how may be one the pure date site it would be cool if I can make patches on any mobile think and Droid to . thing they need to save an app or re do it as an app . And all so the patch would all so need to work with the one on computer
-
Can anyone help me please.
I have to build a pd patch and put it onto an ios device. I have looked through the forums and learnt that libpd and RJDJ are essential tools, but can anyone show me, in lay man words, how to actually put a patch onto an iOS device... It would be a life saver as deadline approaches and i am really stuck!
Thanks -
did you check the rjdj site? last time i was there, they had a step-by-step guide
-
I did, downloaded all there was to download and still cant figure out how i get it all to communicate together...
-
It's a little convoluted with iOS, but the first step is to download their pure data sdk and get familiar with the set of abstractions they provide to interface with rjdj. Check out the layout of the example scenes, the bundled graphics, and poke around in the example patches they provide first.
When you have something to try running on the iphone, you just need to run their little webserver app to transfer the scene over to the phone. Point the app to your scenes directory, open a webbrowser on the iphone and point it to the ip/port combo that their app provides. From there it should be a one-click install to load your scenes into rjdj itself.
This is from memory from when I was messing around with it this summer, but it should be a similar process!
Where are you getting hung up?
-
Thanks for the reply!
I just don't understand this scene directory thing! By following the instructions, i have opened the Rjz server on mac and phone. But what exactly do i submit in the set scene directory? a pd patch?
-
hi all,
here some suggestion on using the rjdj stuff
first you have to do the scene in the rjdj way: a folder named xxxname.rj
this folder contains: the pd patch called _main.pd, the rj folder (that contains the rj externals library), the scene image (320x320 px - called image.jpg - the one you see on the idevice, ),the same image but 55x55 called thumb.jpg, the info.plist file and the license.txt file.
depending on your scene the main folder can contain other stuff like externals or images you want to appear/disappeare when you touch the screen...to download a scene into the idevice you have to use the rjserver... (on the pc)
you start the rjserver and tell it where your rj scene are on your computer, than you'll have a webpage listing all the rjscenes in that directory.
the page url will be something like http://192.168.1.106:8314
now you connect your ithing to your wifi (it must be the same your pc is using) open safari and go to the same page 192.168.1.......you touch the right link and rjdj opens and downloads and installs the scene onto the device....not so sure if i've been clear enough, hope it helps
abattached freebeats, a tested and working scene for rjdj -
sorry the zip file doesn't attach...maybe a chrome issue -
Im totally new to all this and all the replies, I am very grateful.
This is certainly a stupid question but what are the info.plist and license.txt files?
Also can't find the attachment?
Thanks
-
I finally got the link to download the .rj file (thank you all) yet when it downloads, RJDJ keeps timing out... any ideas?