Mercurial > hg > multitrack-audio-matcher
diff src/testApp.cpp @ 9:bc62266af280
Position scrolls with live input by updating the play position of onset detection to where the current best match is
author | Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk> |
---|---|
date | Fri, 03 Feb 2012 17:53:14 +0000 |
parents | 572564b7cb85 |
children | cbadb9d05d29 |
line wrap: on
line diff
--- a/src/testApp.cpp Fri Feb 03 13:28:59 2012 +0000 +++ b/src/testApp.cpp Fri Feb 03 17:53:14 2012 +0000 @@ -38,9 +38,8 @@ //-------------------------------------------------------------- void testApp::update(){ + eventMatcher.updatePosition(); - eventMatcher.recordedTracks.updatePosition(); - eventMatcher.updateBestAlignmentPosition(); checkForOSCmessages(); }