diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-08-31 16:48:23 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-08-31 16:48:23 +0100 |
| commit | 34a459de430dd35034ec9404fe7ec54407641085 (patch) | |
| tree | fcb318cebe27673ae63799f1b2bc33b328d98965 /liveengine/src/testApp.h | |
| parent | ba7cc94d4ae55e171f0e08126abb0cb13d8f9f8f (diff) | |
threaded loader
Diffstat (limited to 'liveengine/src/testApp.h')
| -rwxr-xr-x | liveengine/src/testApp.h | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/liveengine/src/testApp.h b/liveengine/src/testApp.h index 7e0272f..0f97068 100755 --- a/liveengine/src/testApp.h +++ b/liveengine/src/testApp.h @@ -71,13 +71,10 @@ non random colours #include "ofxMidi.h" - -#include "layers.h" - #define BLOCKS 0 #define LIST 1 - +#include "playlist.h" class testApp : public ofBaseApp, public ofxMidiListener{ @@ -101,12 +98,11 @@ class testApp : public ofBaseApp, public ofxMidiListener{ void toggleFPS(); bool showFPS; - void loadplaylist(string _name); - ofxXmlSettings XML; unsigned char* controllers; - int note,mode; + int note, + mode; float lastnoteTime; float decayTime; @@ -123,7 +119,7 @@ class testApp : public ofBaseApp, public ofxMidiListener{ void newMidiMessage(ofxMidiEventArgs& eventArgs); - map<int,layer*> layers; + playlist list; }; |
