Mercurial > hg > midi-score-follower
diff src/BayesianArrayStructure.cpp @ 21:11e3119ce6b4
working well. Checking in before creating diagrams
author | Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk> |
---|---|
date | Sun, 27 Nov 2011 21:56:19 +0000 |
parents | 2e17f0fdeaef |
children | 9860abc92a30 |
line wrap: on
line diff
--- a/src/BayesianArrayStructure.cpp Fri Nov 25 16:52:33 2011 +0000 +++ b/src/BayesianArrayStructure.cpp Sun Nov 27 21:56:19 2011 +0000 @@ -523,7 +523,7 @@ relativeString += ": index "+ofToString(startArrayIndex)+" , "+ofToString(endArrayIndex)+" ["; // relativeString += ofToString(prior.getIndexInRealTerms(endArrayIndex), 3)+"] (sc-width:"+ofToString(screenWidthMillis, 1)+") "; relativeString += " mapped to screen "+ofToString(startScreenPosition)+" , "+ofToString(endScreenPosition); - ofDrawBitmapString(relativeString, 100, 180); +// ofDrawBitmapString(relativeString, 100, 180); ofSetColor(255, 255, 0); likelihood.drawConstrainedVector(startArrayIndex, endArrayIndex, startScreenPosition, endScreenPosition);