diff options
Diffstat (limited to 'liveengine/src/testApp.h')
| -rwxr-xr-x | liveengine/src/testApp.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/liveengine/src/testApp.h b/liveengine/src/testApp.h index 0f97068..af99c6a 100755 --- a/liveengine/src/testApp.h +++ b/liveengine/src/testApp.h @@ -95,14 +95,17 @@ class testApp : public ofBaseApp, public ofxMidiListener{ void dragEvent(ofDragInfo dragInfo); void gotMessage(ofMessage msg); + void makeColours(); + void toggleFPS(); bool showFPS; ofxXmlSettings XML; unsigned char* controllers; - int note, - mode; + int note, mode; + + bool controlColours; float lastnoteTime; float decayTime; |
