From 79bc1e3392cc8b963814a4932892d836550e0baf Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 22 Nov 2010 21:15:30 +0000 Subject: debianized svn path=/trunk/externals/many/; revision=14491 --- debian/control | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 debian/control (limited to 'debian/control') 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 +Uploaders: Hans-Christoph Steiner +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. -- cgit v1.2.1