The things I wan't to try ..... load any sample from my phone in to a table? .....and open pd pages?.......see if I can run pd net? (the chat room)
-
Running your patches on Android usind PdDroidParty in 10 Steps
-
I am having a problem with object sizes of every thing . When i have it at the right size them I add a few things it just gets smaller when i run it
-
Hi Shawn,
1- to load any sample from the sd card you'll need an external, [readanysf~] I don't really know how it works with PdDroidParty.
2- what do you mean by open pd pages ? something like this ?
[bang(
|
[vis 1(
|
[pd-open-mysubpatch]
it will not work at the moment, but dealing with multiple pages for GUI may be an interesting developpement.3- I don't know about pd net.
4- for the object sizes, they are re-scaled to you phone screen size automatically. that's why it gets smaller when you add stuff.
keep us posted, cheers
-
ok I will try every think and tell you what dose not work so we can improve one the next release.
-
Hi guys!
I don't mean to interrupt, but i have a question : has anyone successfully managed to get Chris' [loadsave] abstraction to work on her phone? This doesn't work on my girlfriend's (htc magic running android 2.2).
I have tried getting in touch with Chris recently but he hasn't replied yet.Incidentally, I have a patch for measuring your device's latency that works (sort of) on my girlfriend's phone. I can post it if you think you could need it. It's based on Miller's patch in the Stuff folder.
-
@pamelapopo - it seems to work for me. can you explain the problem more?
i got it to work by moving the slider to one value (a), then pressing save to save value (a) in a file. then move the slider to another value (b), press load and select the file you just created. after loading the file, the slider is set back to the saved value (a).
-
Thanks for your reply Jon_oz!
Are you talking about Chris' [loadsave] abstraction, that opens the Open or Save dialog in Pd running on a PC?
I need to use the dialog (don't know if it was intended to work this way though) in order to choose a set of files to load (I'm building a multitrack recording patch for the phone). -
@pamelapopo said:
Are you talking about Chris' [loadsave] abstraction
hmmm... i was just looking at the loadsave test patch. haven't really looked at the abstraction behind it yet... one obvious stumbling point could be forgetting to include the creation argument in the [loadsave] object...?
probably best if you attach your patch for testing.
-
Will do that when i get home.
-
Ok, so here's my patch. It works as a two-track recorder, and the open bang is supposed to open the save panel. It works fine on my PC, but it doesn't on my girlfriend's HTC.
Could you test it on your phone? -
yes i will test it
-
Hey there - the site seems to be down. Is there an alternative download location for PDDroidParty? Thanks!
-
-
Awesome. Thanks!
-
Nice page!
-
I'm at the point where I have my patch working the way I want via droidparty, but I'm stuck creating a standalone app. All due to me being a total noob, no doubt ;^) I've installed Bazaar and have managed the first step (clone the source code). I'm stuck at the second step "Convert the app name to whatever you like". How exactly do I do this `./convert-app-name mysynth "My Synthesizer"`. Is it a Bazaar command? Bazaar doesn't seem to recognize it as such. I'm assuming `./pack-patch` will work along similar lines. Any help would be much appreciated!
-
those two are scripts within the PdDroidparty folder.
so once you cloned it you enter the folder and type those commands.
let us know how it went.
-
Hey Berenger, thanks for the help, but I'm still stuck. Where do I type in the commands? I'm on Win7 64 here and when I create a command prompt, enter the folder and type the command, I get "'convert-app-name' is not a recognized as an internal or external command, operable program or batch file." In Bazaar I've tried the following/; opened the MySynthesizer location, and typed in "convert-app-name" in the "command" box under Bazaar/All Commands, to get "bzr: ERROR: unknown command "convert-app-name".
-
OK, so I've established that they're Linux scripts. I've not been able to run them successfully with Cygwin, so I guess I'm looking at installing Ubuntu on a spare PC - is there an easier way that I'm missing?
-
Me again. So maybe those scripts run on Mac OS? Either way, I tried again with Cygwin, but it doesn't understand the rpl command. I've also tried running Ubuntu off a CD-Rom, but I couldn't run the scripts successfully that way either.
I thought I might skip the scripts and try to make the required changes in Eclipse, but am stuck importing the source. I downloaded a new clone of the source and ran "android update project --name MySynthesizer --target 2 --path e:/MySynthesizer" on it. In Eclipse I went File/New/Android Project, selected "Create project from existing source" and browsed to the MySynthesizer location. This created a new eclipse project under the title PatchSelector. Everything seems to have been imported, but under the Problems tab I get 80 errors and 83 warnings - obviously very little is the way it should be.
Apologies to those of you facepalming your way through my messages, but like I said, I'm a complete noob. To be honest, I'm running out of ideas here. And the instructions made it sound so easy ;^)