comparison src/RecordedMultitrackAudio.h @ 3:5e188c0035b6

checking the offsets of the arrays
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Wed, 01 Feb 2012 16:05:26 +0000
parents 179c09199b3c
children 33dedfe32893
comparison
equal deleted inserted replaced
2:179c09199b3c 3:5e188c0035b6
41 void windowResized(const int& w, const int& h); 41 void windowResized(const int& w, const int& h);
42 void zoomIn(); 42 void zoomIn();
43 void zoomOut(); 43 void zoomOut();
44 44
45 45
46 void matchNewPitchEvent(const int& channel, const double& pitchIn, const double& timeIn); 46 // void matchNewPitchEvent(const int& channel, const double& pitchIn, const double& timeIn);
47 47
48 bool checkMatch(const double& recordedPitch, const double& livePitch); 48 // bool checkMatch(const double& recordedPitch, const double& livePitch);
49 49
50 double recentPitch; 50 double recentPitch;
51 //variables 51 //variables
52 int numberOfAudioTracks; 52 int numberOfAudioTracks;
53 LoadedAudioHolder* loadedAudioPtr; 53 LoadedAudioHolder* loadedAudioPtr;