Mercurial > hg > midi-score-follower
comparison src/testApp.cpp @ 14:3f103cf78148
Checking to allow offline version
author | Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk> |
---|---|
date | Thu, 10 Nov 2011 17:29:45 +0000 |
parents | df9c838d0b8f |
children | 9e972948d654 |
comparison
equal
deleted
inserted
replaced
13:bba4a9da57f1 | 14:3f103cf78148 |
---|---|
25 | 25 |
26 //-------------------------------------------------------------- | 26 //-------------------------------------------------------------- |
27 void testApp::update(){ | 27 void testApp::update(){ |
28 if (playing){ | 28 if (playing){ |
29 midiEvents.updatePlayPosition(); | 29 midiEvents.updatePlayPosition(); |
30 midiEvents.bayesStruct.updateBestEstimate(); | 30 // midiEvents.bayesStruct.updateBestEstimate(); |
31 } | 31 } |
32 // drawer.tickLocation+=20; | 32 // drawer.tickLocation+=20; |
33 | 33 |
34 // check for waiting messages | 34 // check for waiting messages |
35 while( receiver.hasWaitingMessages() ) | 35 while( receiver.hasWaitingMessages() ) |