blob: cb5cf618a59f88b385ecbf44594b5df5c3c18d96 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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.
|