summaryrefslogtreecommitdiff
path: root/liveengine/src/testApp.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2012-08-27 16:13:41 +0100
committerTim Redfern <tim@eclectronics.org>2012-08-27 16:13:41 +0100
commitd4398c0f9f417ef527d05e3e394d9f5e329b537e (patch)
tree50e586aea11c011f1f6bdc4c85ce896b0e4e628f /liveengine/src/testApp.h
parent36abd3f1907a4ec3472ae08b7a99c567a33b9c8f (diff)
loading svg
Diffstat (limited to 'liveengine/src/testApp.h')
-rwxr-xr-xliveengine/src/testApp.h8
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;
};