Mercurial > hg > midi-score-follower
diff jnmr/midiEventHolder.h @ 52:13194a9dca77 tip
Added exporting of image and text data
author | Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk> |
---|---|
date | Tue, 17 Jul 2012 22:13:10 +0100 |
parents | 158f5f38e9d3 |
children |
line wrap: on
line diff
--- a/jnmr/midiEventHolder.h Sat Mar 31 14:04:49 2012 +0100 +++ b/jnmr/midiEventHolder.h Tue Jul 17 22:13:10 2012 +0100 @@ -12,6 +12,8 @@ #include "ofMain.h" #include "BayesianArrayStructure.h" #include "Annotations.h" +#include "OutputDataWriter.h" + class midiEventHolder{ @@ -198,5 +200,14 @@ double outputPosition;//debug variable void testSpeedPriorSetting(); + + bool printInfo; + OutputDataWriter dataWriter; + void writeAllDistributions(); + void writeDistribution(DynamicVector& distribution, std::string file); + ofImage img; + void saveImageFile(std::string file); + bool saveImage; + }; #endif \ No newline at end of file