aboutsummaryrefslogtreecommitdiff
path: root/README.txt
blob: 0e5c9bfa3108cbab861deee9d0469656ecb16d24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

'many' is a library of techniques for creating and managing many instances of an object

- instances: many instances that are both individually and globally addressable 
- instances~: same as [instances] but with outlet~s
- midivoices~: designed for MIDI polyphony, used with [poly] and based on [polypoly]
- bundle: a bundle of instances all connected to the same inlets and outlets

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.

- Hans-Christoph Steiner <hans@eds.org>