From defbfadc2927d4afd73810b55d2611418f7903d8 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 17 Aug 2003 18:51:30 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r871, which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/olafmatt/; revision=872 --- clone/HISTORY | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 clone/HISTORY (limited to 'clone') diff --git a/clone/HISTORY b/clone/HISTORY new file mode 100644 index 0000000..8fae2d1 --- /dev/null +++ b/clone/HISTORY @@ -0,0 +1,49 @@ +version history for clone + +v 0.0.6 (2002/09/23): +- added loadbang for abstractions +- fixed a bug with list input +- MAC OS X port (Darwin 10.1.5) +- BUG:: seems to crash Pd after some hours when using DSP obejct + in the abstraction (or when DSP is on in general?) + +v 0.0.5 (2002/09/23): +- increased number of signal inlets / outlets to 8 each +- fixed a memory leak in clone_connective.c +- some more bugfixes / error handling +- updated / corrected help patches +- PDF readme + +v 0.0.4 (2002/09/22): +- added method for symbol into all control (proxy) inlets +- rewrote dsp-routine to handle various inlet/outlet combinations + more efficiently +- first signal and control inlet both get their own inlet +- changed internal in and out names to 'clone*' to avoid an internal + nameclash with rabin~ + +v 0.0.3 (2002/09/22): +- added support for multiple signal (up to 2) and control outlets + (up to 256) and any arbitrary combination of them +- added method for float: it gets sent to all instances +- now using unique receive names allowing for multiple instances of + clone (format: clone_rcv__) +- added preppended instance id number for control outlets: data sent + to an abstraction's outlet gets preppended with the instance number + of that abstraction +- added support for multiple control inlets (same restrictions as for + control outlets apply) +- added up to two signal inlets +- BUGS / LIMITATIONS: + * order of outlets reflects order of creation, not order in terms + of position on canvas; signal outlets come first + * first signal and first control inlet both share the leftmost inlet + of clone! + +v 0.0.2 (2002/09/21): +- added one signal outlet +- cleaned up code + +v 0.0.1 (2002/09/20): +- first implementation based on Krzysztof Czaja's rabin~ +- one control inlet and outlet possible \ No newline at end of file -- cgit v1.2.1