Mercurial > hg > audio-time-warp
diff src/testApp.h @ 2:9ce18f24b266
bringin onset detection function into the code
author | Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk> |
---|---|
date | Thu, 19 May 2011 11:45:26 +0100 |
parents | 6842ff391568 |
children | f40577e6b30d |
line wrap: on
line diff
--- a/src/testApp.h Wed May 18 16:47:12 2011 +0100 +++ b/src/testApp.h Thu May 19 11:45:26 2011 +0100 @@ -8,6 +8,7 @@ #include "sndfile.h" #include "ofxFileDialogOSX.h" #include "timeWarp.h" +#include "OnsetDetectionFunction.h" //#include <vector> //#include <cstdlib> @@ -189,10 +190,10 @@ SNDFILE *infile; // define input and output sound files SF_INFO sfinfo ; // struct to hold info about sound file - + int chromaConversionRatio;//not needed but could be useful timeWarp tw; Chromagram chromaG; - + OnsetDetectionFunction* onset; }; #endif