Mercurial > hg > multitrack-audio-matcher
comparison src/testApp.cpp @ 45:d23685b9e766
Fixed the alignment error caluculations and added histogram plotting
author | Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk> |
---|---|
date | Tue, 08 May 2012 21:53:11 +0100 |
parents | 6a7982661703 |
children | 93d21c20cfbc |
comparison
equal
deleted
inserted
replaced
44:73fbbc92fdfb | 45:d23685b9e766 |
---|---|
101 | 101 |
102 | 102 |
103 if ( m.getAddress() == "/start" ){ | 103 if ( m.getAddress() == "/start" ){ |
104 printf("start!\n"); | 104 printf("start!\n"); |
105 printf("STRART TIME IN %i\n", ofGetElapsedTimeMillis()); | 105 printf("STRART TIME IN %i\n", ofGetElapsedTimeMillis()); |
106 outputWriter.openFile(); | |
106 eventMatcher.startPlaying(); | 107 eventMatcher.startPlaying(); |
107 outputWriter.openFile(); | |
108 printf("TIME OUT %i\n", ofGetElapsedTimeMillis()); | 108 printf("TIME OUT %i\n", ofGetElapsedTimeMillis()); |
109 } | 109 } |
110 | 110 |
111 if ( m.getAddress() == "/stop" ){ | 111 if ( m.getAddress() == "/stop" ){ |
112 printf("stop!\n"); | 112 printf("stop!\n"); |