this is a bit dated, but I have noticed there's no mention of libpd here in the KVR DSP, so I just thought I'd introduce it, as some people could find it useful....
libpd is a lib you can use for running your Pure Data patches in a plug-in or a standalone app on a variety of hosts (Win, Lin, OSX, Android, iOS) with bindings for C, Java and probably other languages.
That means, if you're not a skilled C programmer, or if your app doesn't have to be every-CPU-cycle-wary, you can prototype in Pure Data, and then use that exact patch for generating sound in the end product, only coding the new GUI.
I also find the combination of JUCE (for GUI and host interfacing) + libpd interesting, because libpd is BSD-licenced, while JUCE is dual licenced (GPL and closed source), meaning, the combo can be used for both open and closed source development.
Article on the release at createdigitalmusic:
http://createdigitalmusic.com/2010/10/l ... here-free/
Group for discussing Pd on mobile, embedded, and using libpd:
http://noisepages.com/groups/pd-everywhere/
Cheers!
