aboutsummaryrefslogtreecommitdiff
path: root/rhythms_memory.c
diff options
context:
space:
mode:
authorDavide Morelli <morellid@users.sourceforge.net>2005-12-28 11:47:19 +0000
committerDavide Morelli <morellid@users.sourceforge.net>2005-12-28 11:47:19 +0000
commitc60dd588397da20d2867c8e48a32be6fcd8dfada (patch)
tree9d7192b9f548e5cef969a412da226f7cbc535dac /rhythms_memory.c
parent0928c7fa0e2b91005ac6c319650e9e13468903cd (diff)
fixed rhythms recognition
svn path=/trunk/externals/frankenstein/; revision=4306
Diffstat (limited to 'rhythms_memory.c')
-rwxr-xr-xrhythms_memory.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/rhythms_memory.c b/rhythms_memory.c
index dd6871e..f750c19 100755
--- a/rhythms_memory.c
+++ b/rhythms_memory.c
@@ -2,16 +2,15 @@
rhythms_memory
by Davide Morelli www.davidemorelli.it 2005
-a working version of rhythms_memory
-
uses graphs to store rhythms
TODO:
- * test and debug core functionalities
- * memory save/load to file
- * output rhythms in the form of list of floats
- * add velo
- * input rhythms from a list (second inlet)
+ * memory save/load to file (?)
+ * output rhythms in the form of list of floats (easy)
+ * add velo (?)
+ * input rhythms from a list (second inlet) (easy)
+ * let it create variations on known rhythms (?)
+ * let it merge rhythms (?)
*/