From fc71d5f8d34c6d0ea68c4787d17f033899ddc45e Mon Sep 17 00:00:00 2001 From: Davide Morelli Date: Mon, 5 Dec 2005 18:08:53 +0000 Subject: workig on rhythm finding svn path=/trunk/externals/frankenstein/; revision=4143 --- common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.h') 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) -- cgit v1.2.1