aboutsummaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorDavide Morelli <morellid@users.sourceforge.net>2005-12-05 18:08:53 +0000
committerDavide Morelli <morellid@users.sourceforge.net>2005-12-05 18:08:53 +0000
commitfc71d5f8d34c6d0ea68c4787d17f033899ddc45e (patch)
treee25fb096468fce29a6faef8bb742cf26f13bc34e /common.h
parent56d3627d3879bc5898ed307237a32c8400095805 (diff)
workig on rhythm finding
svn path=/trunk/externals/frankenstein/; revision=4143
Diffstat (limited to 'common.h')
-rwxr-xr-xcommon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.h b/common.h
index 4a8e78a..75bd3fb 100755
--- a/common.h
+++ b/common.h
@@ -161,7 +161,7 @@ void free_memory_representations(t_rhythm_memory_representation *this_rep);
// and tells you how close it is to it
// I return values using pointers
// the unsigned short and the 2 floats should be already allocated
-void find_similar_rhythm_in_memory(t_rhythm_memory_representation *this_rep,
+void compare_rhythm_vs_representation(t_rhythm_memory_representation *this_rep,
t_rhythm_event *src_rhythm, // the src rhythm
unsigned short int *sub_id, // the sub-id of the closest sub-rhythm
float *root_closeness, // how much this rhythm is close to the root (1=identical, 0=nothing common)