forked from libpd/libpd
-
Notifications
You must be signed in to change notification settings - Fork 0
Turning Pure Data into an embeddable audio synthesis library
License
briandeanlee/libpd
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
For documentation of libpd, see the wiki: http://gitorious.org/pdlib/pages/Home Layout of the libpd repository: * pure-data: The folder containing the sources of Pd Vanilla and standard externals. This subtree is a subset of Miller Puckette's official Pd git repository, available at git://pure-data.git.sourceforge.net/gitroot/pure-data/pure-data. You can delete the pure-data branch from the libpd repository and substitute a clone of Miller's repository and libpd will still build and work just fine. We're keeping our own copy of the sources of Pd in order to have the option of adding optimizations and other changes that may not make it into the official version any time soon, but the overall policy is to maintain compatibility with the official version. Please don't make any incompatible changes in the pure-data branch, and don't add anything specific to libpd that you wouldn't expect to eventually be merged into the official version. * libpd_wrapper: This folder contains the source files that make up the core of libpd. * Android.mk, Makefile, Makefile.mac: Makefiles for building libpd for various platforms. I figure the Android makefile is pretty much finished, but the build system for other platforms still needs work. The Makefile for build shared libraries on Linux is crude but functional. The one for Macs is tentative and untested, and we currently don't have a makefile for Windows. Feel free to improve the build system in any way you see fit. * java, objc: Glue for using libpd with Java and Objective C. Feel free to improve or add support for other languages such as Python or Lua. * samples: Currently, this branch only contains one small sample program in C built on top of libpd. It's probably redundant, but it may give you an idea how to embed libpd into your own applications.
About
Turning Pure Data into an embeddable audio synthesis library
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published