Mercurial > hg > multitrack-audio-matcher
comparison src/AudioEventMatcher.h @ 11:9a2b008c4706
Priors for each channel and scrolling projection for new prior is added
author | Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk> |
---|---|
date | Sun, 05 Feb 2012 00:00:58 +0000 |
parents | cbadb9d05d29 |
children | 66783ace7506 |
comparison
equal
deleted
inserted
replaced
10:cbadb9d05d29 | 11:9a2b008c4706 |
---|---|
62 | 62 |
63 bool usingRealTime; | 63 bool usingRealTime; |
64 double recentPitch, recentTime; | 64 double recentPitch, recentTime; |
65 | 65 |
66 DynamicVector likelihoodVisualisation[3]; | 66 DynamicVector likelihoodVisualisation[3]; |
67 DynamicVector recentPriors[3]; | |
67 DynamicVector recentPrior; | 68 DynamicVector recentPrior; |
68 DynamicVector projectedPrior; | 69 DynamicVector projectedPrior; |
69 | 70 |
70 double currentAlignmentPosition; | 71 double currentAlignmentPosition; |
71 double lastAlignmentTime; | 72 double lastAlignmentTime; |
72 | 73 |
73 double recentEventTime[3]; | 74 double recentEventTime[3]; |
74 int startTime; | 75 int startTime; |
76 int currentAlignmentTime; | |
75 | 77 |
76 double screenStartTimeMillis, screenEndTimeMillis, screenWidthMillis; | 78 double screenStartTimeMillis, screenEndTimeMillis, screenWidthMillis; |
77 bool followingLiveInput; | 79 bool followingLiveInput; |
78 void setScreenDisplayTimes(); | 80 void setScreenDisplayTimes(); |
79 }; | 81 }; |