From 6e1106e148ba32f529e7b154f95351281508978d Mon Sep 17 00:00:00 2001 From: Davide Morelli Date: Sat, 21 Jan 2006 15:14:09 +0000 Subject: added an outlet to chords_memory which tells you how new is the chord you are adding svn path=/trunk/externals/frankenstein/; revision=4461 --- common.h | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) (limited to 'common.h') diff --git a/common.h b/common.h index 90d0190..53baa34 100755 --- a/common.h +++ b/common.h @@ -133,27 +133,7 @@ struct t_rhythm_memory_representation // tells you how many durations there // how can a chord be? #define TYPES_NUM 69 // keep me updated typedef enum { - /* - kMaj=0, - kMin=1, - kDim=2, - kAug=3, - kDom7=4, - kMaj7=5, - kMin7=6, - kMinMaj7=7, - kDim7=8, - kHalfDim7=9, - //pland adding 9ths 30.11.05 and beyond - kDomb9=10, - kMaj9=11, - kDom9=12, - kMin9=13, - kHalfDim9=14, - kMinMaj9=15, - kDimMaj9=16 -*/ - // this enumerators are from maxlib chord + // this enumerator is from maxlib chord kUnison = 0, kMaj = 1, kMin = 2, -- cgit v1.2.1