From 2f98cf610081a6e3c4a4aadf4411dcc89b756db2 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Tue, 10 May 2005 20:30:47 +0000 Subject: toxy alpha17 and pddp alpha1 (see notes.txt for toxy, pddp and shared) svn path=/trunk/externals/miXed/; revision=2941 --- cyclone/hammer/testmess.c | 2 +- cyclone/notes.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'cyclone') diff --git a/cyclone/hammer/testmess.c b/cyclone/hammer/testmess.c index 862e0f1..21ebb7b 100644 --- a/cyclone/hammer/testmess.c +++ b/cyclone/hammer/testmess.c @@ -251,7 +251,7 @@ static void testmess_setnames(t_testmess *x, t_symbol *s, if (natoms > 0 && testmess_makeroom(x, natoms * 2, 0)) { testmess_setnatoms(x, natoms); - fragile_class_getnames(x->x_message); + fragile_class_getnames(x->x_message, natoms); } } else diff --git a/cyclone/notes.txt b/cyclone/notes.txt index 6c62f4c..8ac4f0f 100644 --- a/cyclone/notes.txt +++ b/cyclone/notes.txt @@ -1,4 +1,6 @@ TODO for cyclone + * add folder class, so people forget about using tot for that purpose + * plug import into file/open DONE for cyclone -- cgit v1.2.1