Skip to content
mhroth edited this page Sep 13, 2010 · 15 revisions

ZenGarden is an implementation of the Pure Data application programming interface. It is designed as an audio library, making it easy to plug into any audio software, either as the primary audio engine or as a plugin. It is built from the ground up in portable C++ using modern software design principles, making it easily extensible and available for use on most modern platforms, including mobile systems such as iPhone and Android. ZenGarden is open source under the LGPL.

See Getting Started to run the demos and start hacking.

It was officially released in October 2009 by Reality Jockey, the makers of RjDj.
It is written in C++, with examples for interfacing with Python and Java.
It is released under an LGPL license.
It is beta quality software – expect bugs and don’t expect everything to be implemented. Please use the Issues page.

We have a Mailing list.

See the README for more details.

Communication

User ZenGardenPd will post commits and other news to Twitter. Follow at http://twitter.com/zengardenpd.

Acknowledgements