From 1164f265647eebba64937612049bfb472eddf1f0 Mon Sep 17 00:00:00 2001 From: Davide Morelli Date: Tue, 6 Dec 2005 18:09:59 +0000 Subject: added simpler functions to manage the rhythms memory svn path=/trunk/externals/frankenstein/; revision=4154 --- common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common.h') diff --git a/common.h b/common.h index 5ae0874..8b2eb24 100755 --- a/common.h +++ b/common.h @@ -192,6 +192,8 @@ void find_rhythm_in_memory(t_rhythm_memory_representation *rep_list, // first of all declare a pointer for the memory t_rhythm_memory_representation *rhythms_memory; + // initialize it + rhythm_memory_create(&this_rep); // then each time you get a rhythm let the memory evaluate it and // tell you if is a new rhythm or a old one float root_closeness, sub_closeness; -- cgit v1.2.1