Mercurial > hg > multitrack-audio-matcher
diff 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 |
line wrap: on
line diff
--- a/src/AudioEventMatcher.h Sun Feb 05 00:17:28 2012 +0000 +++ b/src/AudioEventMatcher.h Sun Feb 05 09:58:56 2012 +0000 @@ -78,5 +78,8 @@ double screenStartTimeMillis, screenEndTimeMillis, screenWidthMillis; bool followingLiveInput; void setScreenDisplayTimes(); + + //params + double onsetLikelihoodWidth; }; #endif