comparison src/AudioEventMatcher.h @ 14:0a52258accec

tmp commit
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Sun, 05 Feb 2012 09:58:56 +0000
parents 66783ace7506
children 780def3a1f36
comparison
equal deleted inserted replaced
13:66783ace7506 14:0a52258accec
76 int currentAlignmentTime; 76 int currentAlignmentTime;
77 77
78 double screenStartTimeMillis, screenEndTimeMillis, screenWidthMillis; 78 double screenStartTimeMillis, screenEndTimeMillis, screenWidthMillis;
79 bool followingLiveInput; 79 bool followingLiveInput;
80 void setScreenDisplayTimes(); 80 void setScreenDisplayTimes();
81
82 //params
83 double onsetLikelihoodWidth;
81 }; 84 };
82 #endif 85 #endif