diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-09-02 12:18:44 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-09-02 12:18:44 +0100 |
| commit | 65cf7b27e9d2f9e59da322b4fbad1ed1df27eb8d (patch) | |
| tree | 3b2bfbca45418bfdeeb1f07553cef88c01e165e4 /liveengine/src/testApp.h | |
| parent | 34a459de430dd35034ec9404fe7ec54407641085 (diff) | |
v 0.1
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; |
