aboutsummaryrefslogtreecommitdiff
path: root/cyclone/notes.txt
diff options
context:
space:
mode:
authorN.N. <krzyszcz@users.sourceforge.net>2005-01-27 14:42:55 +0000
committerN.N. <krzyszcz@users.sourceforge.net>2005-01-27 14:42:55 +0000
commitbfb359fd22e61faaca3a6e49ad3b7a81f2d71551 (patch)
treed070071515c7e7f53073da32046b24855e8307c8 /cyclone/notes.txt
parent6435314717c5fb8fa062eb682c72c8df095b1be3 (diff)
cyclone alpha52 and toxy alpha15 (see notes.txt for cyclone, toxy and shared)
svn path=/trunk/externals/miXed/; revision=2550
Diffstat (limited to 'cyclone/notes.txt')
-rw-r--r--cyclone/notes.txt40
1 files changed, 40 insertions, 0 deletions
diff --git a/cyclone/notes.txt b/cyclone/notes.txt
new file mode 100644
index 0000000..6f83d33
--- /dev/null
+++ b/cyclone/notes.txt
@@ -0,0 +1,40 @@
+TODO for cyclone
+ * using maxmode object arguments for abstraction-scoped, selective
+ compatibility control
+ * comment behaving better in windows (or is it gatom's fault?)
+
+DONE for cyclone
+
+alpha52
+ * compatibility mode interface in maxmode object:
+ messages 'set', 'get' (reply through the second outlet)
+ * better handling of initial directory in open panels
+ * relative path handling in 'cd' (library objects, seq, more to come)
+ * remote reply to 'pwd' message of library objects (target argument required)
+ * instead, left outlet of library objects sends return code from import
+ (negative value indicates an error)
+ * new class: matrix~
+ * linedrive: more compatible in maxmode, bipolar otherwise
+ * seq:
+ . paused state fixes (state preserved in 'goto', proper delay in 'start')
+ . 'goto' fix (works in idlemode)
+ . more incompatible messages: 'scoretime', 'cd', 'pwd'
+
+alpha51
+ * dummies loaded by maxmode, not cyclone
+ * setting directory in creation argument replaced with 'cd' message
+ to library objects (cyclone, maxmode, hammer and sickle)
+ * 'pwd' message to library objects sends directory symbol to an outlet
+ * creating cyclone and maxmode library objects possible without
+ loading component libraries
+ * prepend and Append:
+ . bang handling, controlled by maxmode
+ . restored max-like 'set' handling as default for objects with arguments
+ * fix for parsing creation arguments in svf~
+ * incompatible additions to seq: 'pause', 'continue', 'goto'
+
+alpha50
+ * max-compatibility mode switch for cyclone
+ . turned on by loading cyclone libs through "-lib maxmode"
+ . affects max-compatibility of prepend and Append, controls
+ compatibility warnings