Hi all!
I have uploaded v126 of PdDroidParty here:
http://mccormick.cx/projects/PdDroidParty/
The biggest new feature is SVG theming of widgets + fonts:
http://mccormick.cx/projects/PdDroidParty/PdDroidParty.png
Sorry, this feature is undocumented. I will document it soon hopefully, but in the mean time you can check droidparty-tests/svg-widgets/ to see how it works. I need to get a couple of apps based on this into the Android Market so I can pay for my daughter's banana milk rusk habit, and then I will document it. ;)
Have fun!
Chris.
Looks very nice, I hope you have a lot of success in the Android
market, so you can give your daughter what she wants as well as make a
living doing Pd :)
.hc
On Sep 22, 2011, at 3:08 AM, Chris McCormick wrote:
Hi all!
I have uploaded v126 of PdDroidParty here:
http://mccormick.cx/projects/PdDroidParty/
The biggest new feature is SVG theming of widgets + fonts:
http://mccormick.cx/projects/PdDroidParty/PdDroidParty.png
Sorry, this feature is undocumented. I will document it soon
hopefully, but in the mean time you can check droidparty-tests/svg- widgets/ to see how it works. I need to get a couple of apps based
on this into the Android Market so I can pay for my daughter's
banana milk rusk habit, and then I will document it. ;)Have fun!
Chris.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
"It is convenient to imagine a power beyond us because that means we
don't have to examine our own lives.", from "The Idols of
Environmentalism", by Curtis White
On Thu, Sep 22, 2011 at 02:40:34PM -0400, Hans-Christoph Steiner wrote:
Looks very nice, I hope you have a lot of success in the Android market, so you can give your daughter what she wants as well as make a living doing Pd :)
:D
My two current apps are making about $20 per month total so there is a long way to go.
On that topic, it's now trivially easy to use PdDroidParty to generate standalone apps from your Pd patches, assuming you have the Android SDK installed. Here are the steps:
There are probably still bugs I need to work out but this works for me at the moment. Bug reports welcome!
Cheers,
Chris.
On Sep 22, 2011, at 3:08 AM, Chris McCormick wrote:
Hi all!
I have uploaded v126 of PdDroidParty here:
http://mccormick.cx/projects/PdDroidParty/
The biggest new feature is SVG theming of widgets + fonts:
http://mccormick.cx/projects/PdDroidParty/PdDroidParty.png
Sorry, this feature is undocumented. I will document it soon
hopefully, but in the mean time you can check droidparty-tests/svg- widgets/ to see how it works. I need to get a couple of apps based on this into the Android Market so I can pay for my daughter's banana milk rusk habit, and then I will document it. ;)Have fun!
Chris.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
"It is convenient to imagine a power beyond us because that means we
don't have to examine our own lives.", from "The Idols of
Environmentalism", by Curtis White
Hi Chris,
I couldn't test it yesterday because Eclipse still complains about missing PdUtils...
Pierre
2011/9/23 Chris McCormick chris@mccormick.cx
On Thu, Sep 22, 2011 at 02:40:34PM -0400, Hans-Christoph Steiner wrote:
Looks very nice, I hope you have a lot of success in the Android market, so you can give your daughter what she wants as well as make a living doing Pd :)
:D
My two current apps are making about $20 per month total so there is a long way to go.
On that topic, it's now trivially easy to use PdDroidParty to generate standalone apps from your Pd patches, assuming you have the Android SDK installed. Here are the steps:
- Clone the source code with bazaar: bzr branch http://mccormick.cx/dev/PdDroidParty/
- Convert the app name to whatever you like: ./convert-app-name mysynth "My Synthesizer"
- Replace your own icon 72x72 PNG icon over res/drawable/icon.png
- Place your patch and files with a droidparty_main.pd in the "patch"
subfolder.
- Pack the patch subfolder into an Android zip resource: ./pack-patch
- Install on your device for testing: ant install
There are probably still bugs I need to work out but this works for me at the moment. Bug reports welcome!
Cheers,
Chris.
On Sep 22, 2011, at 3:08 AM, Chris McCormick wrote:
Hi all!
I have uploaded v126 of PdDroidParty here:
http://mccormick.cx/projects/PdDroidParty/
The biggest new feature is SVG theming of widgets + fonts:
http://mccormick.cx/projects/PdDroidParty/PdDroidParty.png
Sorry, this feature is undocumented. I will document it soon hopefully, but in the mean time you can check droidparty-tests/svg- widgets/ to see how it works. I need to get a couple of apps based on this into the Android Market so I can pay for my daughter's banana milk rusk habit, and then I will document it. ;)
Have fun!
Chris.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
"It is convenient to imagine a power beyond us because that means we don't have to examine our own lives.", from "The Idols of Environmentalism", by Curtis White
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hi Pierre,
On Fri, Sep 23, 2011 at 09:06:12AM +0200, Pierre Massat wrote:
I couldn't test it yesterday because Eclipse still complains about missing PdUtils...
I will try to update my copy of libpd soon. I think mostly the references to PdUtils need to be replaced with references to PdBase. You could fix it and submit a patch.
Cheers,
Chris.
Ok, i will have a look tonight, or most likely tomorrow. And i'll give you some feedback on the latest release of Party as soon as i have tried it.
Cheers!
Pierre
2011/9/23 Chris McCormick chris@mccormick.cx
Hi Pierre,
On Fri, Sep 23, 2011 at 09:06:12AM +0200, Pierre Massat wrote:
I couldn't test it yesterday because Eclipse still complains about
missing
PdUtils...
I will try to update my copy of libpd soon. I think mostly the references to PdUtils need to be replaced with references to PdBase. You could fix it and submit a patch.
Cheers,
Chris.
very nice Chris!
2011/9/22 Chris McCormick chris@mccormick.cx
Hi all!
I have uploaded v126 of PdDroidParty here:
http://mccormick.cx/projects/PdDroidParty/
The biggest new feature is SVG theming of widgets + fonts:
http://mccormick.cx/projects/PdDroidParty/PdDroidParty.png
Sorry, this feature is undocumented. I will document it soon hopefully, but in the mean time you can check droidparty-tests/svg-widgets/ to see how it works. I need to get a couple of apps based on this into the Android Market so I can pay for my daughter's banana milk rusk habit, and then I will document it. ;)
Have fun!
Chris.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On Thu, Sep 22, 2011 at 03:08:21PM +0800, Chris McCormick wrote:
http://mccormick.cx/projects/PdDroidParty/
http://mccormick.cx/projects/PdDroidParty/PdDroidParty.png
Sorry, this feature is undocumented. I will document it soon hopefully, but in the mean time you can check droidparty-tests/svg-widgets/ to see how it works.
The SVG-widgets feature is now documented on the website.
Cheers,
Chris.