aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index 28a5173..2628dea 100644
--- a/README.txt
+++ b/README.txt
@@ -1,12 +1,13 @@
'many' is a library 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]
-- bundle: a bundle of instances all connected to the same inlets and outlets
+- 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.
+Objects in the 'many' lib are based on code from Steven 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>