diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-22 21:15:30 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-22 21:15:30 +0000 |
commit | 79bc1e3392cc8b963814a4932892d836550e0baf (patch) | |
tree | 3b27b3fa34e88f9cc4066502f7d8ce72b297f031 /debian/control | |
parent | 6b90ede50883f41e5bca89d88a38aa0c7c831244 (diff) |
debianized
svn path=/trunk/externals/many/; revision=14491
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..cb5cf61 --- /dev/null +++ b/debian/control @@ -0,0 +1,39 @@ +Source: pd-many +Section: sound +Priority: optional +Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org> +Uploaders: Hans-Christoph Steiner <hans@eds.org> +Build-Depends: debhelper (>= 7.0.50~), + puredata +Standards-Version: 3.9.1 +Homepage: http://puredata.info + +Package: pd-many +Architecture: all +Depends: ${shlibs:Depends}, + pd, + pd-ggee, + pd-libdir, + pd-zexy, + ${misc:Depends} +Recommends: pd-import, + pd-pddp +Description: a Pd library for creating and managing many instances of objects + This is a library for of techniques for creating and managing many + instances of an object. + . + * bundle: a bundle of instances all connected to the same + inlets and outlets + * instances: many instances that are both individually + and globally addressable + * instances~: same as [instances] but with outlet~s + * polypoly~: designed for MIDI polyphony, built upon + [poly] and based on [polypoly] + * voices~: similar to polypoly~, but for generate voice + allocation without being tied to MIDI + . + Objects in the 'many' lib are based on code from Stephen Pickles' + (aka pix) nqpoly4 and Frank Barknecht's polypoly. Thanks to pix's + nqpoly4 because that was the real groundbreaking work that proved + that a useful and reliable instance-managing object could be + programmed in Pd. |