comparison src/AudioEventMatcher.cpp @ 42:6a7982661703

checked pitch tracking and added reset to onset detection
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Wed, 25 Apr 2012 23:25:10 +0100
parents f5de07b4d733
children d23685b9e766
comparison
equal deleted inserted replaced
41:f3ac00083d5f 42:6a7982661703
36 36
37 followingLiveInput = true; 37 followingLiveInput = true;
38 startedPlaying = false; 38 startedPlaying = false;
39 recordedTempoIndex = 0; 39 recordedTempoIndex = 0;
40 40
41 bayesianStruct.startingWindowWidth = matchWindowWidth / 4; 41 bayesianStruct.startingWindowWidth = 100;//matchWindowWidth / 8;
42 bayesianStruct.matchWindowWidth = matchWindowWidth;
42 // temporal.setUpEventTimeMatrix(); 43 // temporal.setUpEventTimeMatrix();
43 // recordedTempoData.setUpEventTimeMatrix(); 44 // recordedTempoData.setUpEventTimeMatrix();
44 } 45 }
45 46
46 47