aboutsummaryrefslogtreecommitdiff
path: root/memento/README.txt
diff options
context:
space:
mode:
authorFrank Barknecht <fbar@users.sourceforge.net>2007-04-28 07:44:59 +0000
committerFrank Barknecht <fbar@users.sourceforge.net>2007-04-28 07:44:59 +0000
commit22c350f7f8750c4deee8d7792e91d042c25bce2b (patch)
treef95424b582900dd35ebadd440a54b12aee17d1a1 /memento/README.txt
parent1460cf1a6871d271959583c17ac0b7c4a459320c (diff)
removed more externals from Memento. only OSCroute and pool are left.
svn path=/trunk/abstractions/rradical/; revision=7611
Diffstat (limited to 'memento/README.txt')
-rw-r--r--memento/README.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/memento/README.txt b/memento/README.txt
index 7fa3dfa..d0e4dfe 100644
--- a/memento/README.txt
+++ b/memento/README.txt
@@ -1,6 +1,6 @@
_ Memento _
-ver. 0.4
+ver. 0.5
This is a work-in-progress collection of a unified preset system for Pd
patches. It tries to loosely follow the Memento [1] design pattern from the Gang of
@@ -71,6 +71,14 @@ Please follow the tutorial to learn more about Memento-usage.
_ ChangeLog _
+0.5
+* removed all prepend from cyclone again and instead use [prepent] with is just
+ [list prepend]-[list trim]
+* replace OSCprepend with a Miller Vanilla version.
+* added [list] to commun's outlet to get automatic type conversions.
+ commun now will output proper list-messages. This may result in
+ subtle bugs with older patches however!
+
0.4
* Wrote a tutorial, yeah.
* Now uses Cyclone's set-able prepend for setting state.