andrew@0: /* andrew@0: * DrumTimingLoader.h andrew@0: * DrumTimingLoader andrew@0: * andrew@0: * Created by Andrew on 09/08/2012. andrew@0: * Copyright 2012 QMUL. All rights reserved. andrew@0: *file://localhost/Users/andrew/Dropbox/DrumTiming/DrumTimingLoader_OF/PerformanceAnalyserSrc/ andrew@0: */ andrew@0: andrew@0: #ifndef DRUM_TIMING_LOADER andrew@0: #define DRUM_TIMING_LOADER andrew@0: andrew@0: #include "RecordedMultipleAudio.h" andrew@0: andrew@0: // basic file operations for text file stuff andrew@0: #include andrew@0: #include andrew@0: using namespace std; andrew@0: andrew@2: //just stores recordedTracks andrew@2: andrew@0: andrew@0: class DrumTimingLoader{ andrew@0: andrew@0: public: andrew@0: DrumTimingLoader(); andrew@0: void initialise(); andrew@2: void update(); andrew@0: void draw(); andrew@0: void windowResized(int w, int h); andrew@0: RecordedMultipleAudio recordedTracks; andrew@0: andrew@0: }; andrew@0: #endif