comparison src/testApp.h @ 55:2eca10a31ae2

improving printing of information, looking at how tempo is modelled
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Mon, 10 Dec 2012 17:07:21 +0000
parents 0d66ecd1f4d3
children 4394c9490716
comparison
equal deleted inserted replaced
54:fe1aab366571 55:2eca10a31ae2
73 float * lAudio; 73 float * lAudio;
74 float * rAudio; 74 float * rAudio;
75 75
76 OutputDataWriter outputWriter; 76 OutputDataWriter outputWriter;
77 77
78 bool writeKickEvents;
78 }; 79 };
79 80
80 #endif 81 #endif