aboutsummaryrefslogtreecommitdiff
path: root/sprinkler/README.txt
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2009-01-17 22:10:03 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2009-01-17 22:10:03 +0000
commit6757130ebc12fd86881d082925ffd321b1078ce7 (patch)
treee0d2aea51445fd78c9e06d0808807886f77fa8e9 /sprinkler/README.txt
parent8af72216bc8e57c82337963d0b060b14fbfa8583 (diff)
+ argh: fix incosistency
svn path=/trunk/externals/moocow/; revision=10570
Diffstat (limited to 'sprinkler/README.txt')
-rw-r--r--sprinkler/README.txt59
1 files changed, 0 insertions, 59 deletions
diff --git a/sprinkler/README.txt b/sprinkler/README.txt
deleted file mode 100644
index 900c332..0000000
--- a/sprinkler/README.txt
+++ /dev/null
@@ -1,59 +0,0 @@
- README for pd external 'sprinkler' (formerly 'forward')
-
-DESCRIPTION
- 'sprinkler' objects do dynamic control-message dissemination.
-
- Given a list as input, a 'sprinkler' object interprets the initial list
- element as the name of a 'receive' object, and [send]s the rest of the
- list to that object.
-
-INSTALLATION
- Issue the following commands to the shell:
-
- cd sprinkler-X.YY (or wherever you extracted the distribution)
- ./configure
- make
- make install
-
-BUILD OPTIONS
- The 'configure' script supports the following options, among others:
-
- --enable-debug , --disable-debug
- Whether to enable verbose debugging messages. Default=no.
-
- --enable-forward , --disable-forward
- Whether to create [forward] objects as instances of the [sprinkler]
- class (MAX-incompatible). Default=no.
-
- --enable-all-forwardmess , --disable-all-forwardmess
- Whether to use pd_forwardmess() for all messages. If this option is
- disabled (the default), messages of length 1 will be handled
- specially; thus a symbol 'foo' will be passed as 'symbol foo',
- rather than just 'foo'.
-
- Default=no.
-
- Future versions of 'sprinkler' may use pd_forwardmess() for all
- messages by default -- go on, try it!
-
-ACKNOWLEDGEMENTS
- PD by Miller Puckette and others.
-
- Ideas, black magic, and other nuggets of information drawn from code by
- Guenter Geiger, Larry Troxler, and iohannes m zmoeling.
-
- Thanks to Krzysztof Czaja for pointing out to me the existence of MAX
- "forward", and to Miller Puckette for the name "sprinkler".
-
- Thanks to Erasmus Zipfel for a bugreport and useful ideas.
-
-KNOWN BUGS
- One of the acknowledgements used to be in this section. Sorry, folks.
-
- Backwards-compatible version is incompatible with MAX.
-
- Semantic strangeness with singleton messages is somewhat cryptic.
-
-AUTHOR
- Bryan Jurish <moocow@ling.uni-potsdam.de>
-