From ef9a23cf7bf3bacc44b75bb2228b6ea5e29eb430 Mon Sep 17 00:00:00 2001 From: Davide Morelli Date: Sat, 3 Dec 2005 01:49:01 +0000 Subject: again some more common functions svn path=/trunk/externals/frankenstein/; revision=4121 --- common.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common.h') diff --git a/common.h b/common.h index e447f1d..02ac024 100755 --- a/common.h +++ b/common.h @@ -150,6 +150,9 @@ void init_rhythm_memory_representation(t_rhythm_memory_representation *this_rep) // add a new rhythm in the list of similar rhythms related to one main rhythm void add_similar_rhythm(t_rhythm_memory_representation *this_rep, t_rhythm_event *new_rhythm); +// free the array with pointers and lists +void free_memory_representation(t_rhythm_memory_representation *this_rep); + // functions needed to fill and use the memory table -- cgit v1.2.1