From b28ff6d2448ef06f12ddb29976b90189ed489937 Mon Sep 17 00:00:00 2001 From: Davide Morelli Date: Tue, 6 Dec 2005 12:08:28 +0000 Subject: added simpler functions to manage the rhythms memory svn path=/trunk/externals/frankenstein/; revision=4151 --- chords_memory.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'chords_memory.c') diff --git a/chords_memory.c b/chords_memory.c index e0cc446..2f7db17 100755 --- a/chords_memory.c +++ b/chords_memory.c @@ -125,12 +125,12 @@ typedef enum { kDim7=8, kHalfDim7=9, //pland adding 9ths 30.11.05 and beyond - kDomb9=10 - kMaj9=11 - kDom9=12 - kMin9=13 - kHalfDim9=14 - kMinMaj9=15 + kDomb9=10, + kMaj9=11, + kDom9=12, + kMin9=13, + kHalfDim9=14, + kMinMaj9=15, kDimMaj9=16 } chord_type_t; -- cgit v1.2.1