diff options
Diffstat (limited to 'cyclone/notes.txt')
-rw-r--r-- | cyclone/notes.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cyclone/notes.txt b/cyclone/notes.txt index 6f83d33..8b93d15 100644 --- a/cyclone/notes.txt +++ b/cyclone/notes.txt @@ -5,6 +5,16 @@ TODO for cyclone DONE for cyclone +alpha53 + * matrix~: incompatible message 'set' + * coll: + . fixed descending order of 'sort' (a leaking sentinel bug) + . ignoring negative indices in 'min' and 'max' + . editor fixes (close by wm, dirty flag, title) + * Table: reading from file, reading from editor, editor fixes + * seq: editor fixes, editor bound to click (should bind to "open" too...) + * prob, capture, capture~: viewer fixes + alpha52 * compatibility mode interface in maxmode object: messages 'set', 'get' (reply through the second outlet) |