...that deal with pure data
You are not logged in.
for droidparty no mutli-touch support yet, but it will be comming
as for libpd the mutli-touch will be dealt by the client code, since libpd is a dsp library.
If you use RjDj it's mutli-touch ready
[r #touch]
|
[route 1 2] <- routes fingers
| |
| [route down up xy] <- get what you want from each finger
[route down up xy]
Cheers
Offline
so if I compile an apk it will be multitouch?
Offline
Well it depends
-if you use droidparty no not yet...
- if you use libpd as a dsp library in eclipse or another IDE, you need to have the client code deal with that.
I guess you could import the code from Sceneplayer (equivalent to rjdj for android), make it play only one patch and compile it to an apk but you won't have the svg support (you'll need to build your interface from images)
=> you'll need to digg in code to use libpd (a little of knowledge in java would help a lot).
If you are familiar with processing, it is possible to use libpd and processing within eclipse and make the communicate. a good tuto here : https://docs.google.com/document/pub?id … zOPdh-swKY
Offline
thanks for the info, i'll wait for droidpartys support!
great work droidparty crew, having loads of fun with this!
Offline
Well it's all Chris's work ! :)
So I join in to congrat and thank Chris !
Offline
From my side also a huge thanks to Chris! My projects would have been impossible without PdDroidParty. Of course, the same goes for Peter Brinkmann's libpd and Pure Data itself. @ShawnPD I'm lucky to have a designer friend who helped me with the look of the app. Chris has made skinning the app really easy. Just keep in mind that the background .svg seems to be a lot more forgiving than the .svg's for the interface objects - getting the interface ones slightly wrong can cause the app to have no interface. I followed Chris' advice and modified the ones he gave in Inkscape, rather than make my own.
Offline
OK, I'm also a complete noob regarding eclipse and compiling, but I've got this far...
I've cloned Droidparty, Pd-for-android and Btmidi using the scripts in Ubuntu.
I'm now on Eclipse in windows trying to import Btmidi and libpd. I get the following error when I import Btmidi
"BluetoothMidi' is missing required source folder: 'gen'"
Offline
Well Ive got a bit further,
I've got eclipse working on ubuntu 11.10, I'm able to import PdCore and circle of fiths and run them in AVD. I had to make sure I had the right Java files and add repositories to get ADT working.
I now need to import the DroidParty project. I can get the first script to work:
`./convert-app-name mysynth "My Synthesizer"`
but I cant get the second to work, `android update project --path .`. I get the error android: command not found.
I realise this is a problem with the system path to the SDK, Ive edited bash.rc and added the path to the SDK tools and platform-tools directories but I'm having no joy.
Offline
Some info on the 'android update project' command, it works like this :
"android update project --path /full_path_to_PdDroidParty_clone" and should be run from /full_path_to_android_sdk/tools/
Offline
thanks,
the command worked as above when I added ./ to the start,
Last edited by soapdodger (2012-01-10 18:08:36)
Offline
is there a way to increase the samplerate of DroidParty?
Offline
Looks really promising. Unfortunately, once I install it in my Droid Razr and open it, it does not find any compatible patches. I uncompressed them all in the same /sdcard/pd directory where I placed the tgz package. I wonder whether I should place them somewhere else, still couldn't find where is it really installed, and no way to open a patch manually...
Offline