aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2002-09-23 18:25:14 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2002-09-23 18:25:14 +0000
commitc64e44b8e2d770848c80a4791175060c5cd68bc6 (patch)
treead115e08c78d81f4234a547cad3e6e38dc7063fc
parent8df756183d0a4b4240df8c128d70b94603e143e5 (diff)
This commit was generated by cvs2svn to compensate for changes in r145,
which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/olafmatt/; revision=146
-rw-r--r--clone/README40
1 files changed, 40 insertions, 0 deletions
diff --git a/clone/README b/clone/README
new file mode 100644
index 0000000..5505fef
--- /dev/null
+++ b/clone/README
@@ -0,0 +1,40 @@
+clone 0.0.6 - Pure Data 'abstraction cloner' external
+copyright (c) 2002 by Olaf Matthes
+
+clone is an 'abstraction cloning' external for pd (by Miller Puckette). It allows
+to have several instances of one abstraction being executed in one object. Input
+data gets routed to the independent instances according to the first element.
+
+This object is based on 'rabin~' written by Krzysztof Czaja.
+
+
+Compilation:
+
+In the makefile adjust the path to where your m_pd.h can be found (on Win: additionally
+change the path to MS VC++).
+Linux: type 'make pd_linux' & (optionally) 'make install'
+MAC OS X: type 'make pd_darwin' & (optionally) 'make install'
+WinNT: type 'nmake pd_nt'
+
+
+Restrictions:
+
+- a maximum of 8 signal outlets/inlets and a maximum of 256 control
+ outlets/inlets allowed
+- order of outlets reflects order of creation, not order in terms
+ of position on canvas; signal outlets (if any) come first
+- deleting or adding any inlets / outlets from abstraction crashes Pd -> build your
+ abstraction before loading it into clone!!!
+- externals have to be loaded using -lib flag, otherwise clone will not recognise
+ any externals in your abstraction
+- no abstractions in the abstraction allowed
+- changing font size in abstraction crashes Pd
+- there are probably more things that crash Pd
+
+For a detailed description how to use clone see the file readme.pdf and the help
+patches supplied.
+
+
+clone is published under GPL terms. See file LICENSE for details.
+Get latest version at http://www.akustische-kunst.org/puredata/clone/
+Send bugs to info@akustische-kunst.org