comparison songparts/plugins/SongParts.cpp @ 8:ccfdf972c04b

Compiled and built using -mmacosx-version-min=10.5
author maxzanoni76 <max.zanoni@eecs.qmul.ac.uk>
date Fri, 13 Apr 2012 00:54:18 +0100
parents 6d32e730e34b
children
comparison
equal deleted inserted replaced
7:6d32e730e34b 8:ccfdf972c04b
54 string letter; 54 string letter;
55 unsigned value; 55 unsigned value;
56 int level; 56 int level;
57 int nInd; 57 int nInd;
58 }Part; 58 }Part;
59
59 60
60 61
61 /* ------------------------------------ */ 62 /* ------------------------------------ */
62 /* ----- BEAT DETECTOR CLASS ---------- */ 63 /* ----- BEAT DETECTOR CLASS ---------- */
63 /* ------------------------------------ */ 64 /* ------------------------------------ */