diff options
Diffstat (limited to 'gui/src/ofApp.h')
| -rw-r--r-- | gui/src/ofApp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/src/ofApp.h b/gui/src/ofApp.h index 181c4c7..1df35e0 100644 --- a/gui/src/ofApp.h +++ b/gui/src/ofApp.h @@ -115,8 +115,8 @@ class ofApp : public ofBaseApp, public ofxMidiListener{ vector<string> arguments; - chainImageSet images; - chainImageSet images2; + vector<chainImageSet> sets; + int selected_set; ofxDmx dmx; //ofxArtnet artnet; |
