Mercurial > hg > midi-score-follower
diff jnmr/testApp.cpp @ 45:90ad1817ca56
Working version of the score follower using annotations read in from RWC set. Links player to midi file from rwc set
author | Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk> |
---|---|
date | Sun, 05 Feb 2012 10:00:34 +0000 |
parents | 6c8a048720c3 |
children | 43edc8abe2a7 |
line wrap: on
line diff
--- a/jnmr/testApp.cpp Wed Feb 01 16:07:09 2012 +0000 +++ b/jnmr/testApp.cpp Sun Feb 05 10:00:34 2012 +0000 @@ -9,15 +9,20 @@ void testApp::setup(){ - midiEvents.fileOutput = &myfile; - midiEvents.differenceOutput = &diffFile; root = "/Users/andrew/Documents/work/MuseScore/RWC/Classical_RWC_Groundtruth/RM-C0"; outputFileRoot = "../../../data/FilesOut/rwcOutputData_RM-C0"; myfile.open("../../../data/FilesOut/exampletest2.txt"); + + + // diffFile.open("../../../data/FilesOut/diffTest.txt"); + midiEvents.fileOutput = &myfile; + midiEvents.differenceOutput = &diffFile; + + this->args->printArgs(); this->args->printOpts();