cheers for the info moshang, app working fine on my desire S.
are droidparty or libpd multitouch capable on android?
Running your patches on Android usind PdDroidParty in 10 Steps
cheers for the info moshang, app working fine on my desire S.
are droidparty or libpd multitouch capable on android?
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
so if I compile an apk it will be multitouch?
Well it depends
-if you use droidparty no not yet...
thanks for the info, i'll wait for droidpartys support!
great work droidparty crew, having loads of fun with this!
Well it's all Chris's work !
So I join in to congrat and thank Chris !
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.
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'"
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.
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/
thanks,
the command worked as above when I added ./ to the start,
is there a way to increase the samplerate of DroidParty?
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...
Hello folks,
I'm trying to install PdDroidParty on my Samsung Galaxy 3 with Android 2.1, but get a parse error when I launch the .apk. Any clues / hints?
I had downloaded "What Comes Around" and it seemed to work (although very very slowly, probably due to my device's age and speed).
In any case, this looks great!
I didn't seem to see any mention of reading the accelerometers into PdDroidParty objects... any plans for that?
Well, a simple firmware update fixed it. Now to play with that DroidParty!
Maybe I'm just a noob (probably), but the patches do not seem to load from my sd card. I have successfully installed the pddroidparty app. I went back to the sd card folder and made a new folder and uploaded the .pd files. On the app itself I get a green "compatible patches found", but the rest is black and no apps seem to be apparent. Could someone please help.
Hi zjel46
the main patch of your app should be place in a folder with the name of you app, and be called 'droidparty_main.pd'
so you should avec something like this if you app is called 'sequencer' :
sdcard/pd/sequencer/droidparty_main.pd
then in the list you should see an entry called 'sequencer'
alternatively you can check this doc i wrote some time ago :
https://code.google.com/p/some-pure-data-projects/downloads/detail?name=Stereolux-ApplicationsMobiles-ENG.pdf&can=2&q=#makechanges
I should probably separate rjdj and droidparty now that rjdj is no more...
Hi BerengerRecoules,
the entry that worked for me:
sdcard/PdDroidParty/sequencer/droidparty_main.pd
sdcard/pd/sequencer/droidparty_main.pd did not work for me. Probably has to do with the name of the app? Thanks for your fast reply though
ah yes you are right !
it has changed in latest versions now the root directory of all you patches should be
sdcard/pdDroidParty
glad you figured it out, have fun
Hello, is there a form of sending MIDI messages via USB, in PdDroidParty?
Oops! Looks like something went wrong!