Mercurial > hg > drum-timing-analyser
diff DrumTimingLoader_OF/src/DrumTimingLoader.h @ 0:82352cfc0b23
Added files from ISMIR groove drum timing work
author | Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk> |
---|---|
date | Mon, 01 Oct 2012 22:24:32 +0100 |
parents | |
children | 50ba55abea8c |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/DrumTimingLoader_OF/src/DrumTimingLoader.h Mon Oct 01 22:24:32 2012 +0100 @@ -0,0 +1,31 @@ +/* + * DrumTimingLoader.h + * DrumTimingLoader + * + * Created by Andrew on 09/08/2012. + * Copyright 2012 QMUL. All rights reserved. + *file://localhost/Users/andrew/Dropbox/DrumTiming/DrumTimingLoader_OF/PerformanceAnalyserSrc/ + */ + +#ifndef DRUM_TIMING_LOADER +#define DRUM_TIMING_LOADER + +#include "RecordedMultipleAudio.h" + +// basic file operations for text file stuff +#include <iostream> +#include <fstream> +using namespace std; + + +class DrumTimingLoader{ + + public: + DrumTimingLoader(); + void initialise(); + void draw(); + void windowResized(int w, int h); + RecordedMultipleAudio recordedTracks; + +}; +#endif \ No newline at end of file