diff options
Diffstat (limited to 'liveengine/src/testApp.h')
| -rwxr-xr-x | liveengine/src/testApp.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/liveengine/src/testApp.h b/liveengine/src/testApp.h index e4bb2bc..fbe8537 100755 --- a/liveengine/src/testApp.h +++ b/liveengine/src/testApp.h @@ -36,7 +36,10 @@ nice to think about making scripted layers - using nseel or other initially - divide screen into grid - play notes with fade +class that loads an svg and maps controllers to layers +layers are there but maybe its best to draw all of the colours mapped in some way rather than cutting out layers - colour transformation based on a hue angle +can draw */ @@ -51,6 +54,8 @@ initially - divide screen into grid - play notes with fade #include "ofxMidi.h" +#include "ofxSVG.h" +#include "ofxSVGTiny.h" class testApp : public ofBaseApp, public ofxMidiListener{ @@ -86,5 +91,8 @@ class testApp : public ofBaseApp, public ofxMidiListener{ ofxMidiIn midiIn; void newMidiMessage(ofxMidiEventArgs& eventArgs); + + //ofxSVG drawing; + ofxSVGTiny svg; }; |
