summaryrefslogtreecommitdiff
path: root/gui/src/ofApp.h
diff options
context:
space:
mode:
authorTim Redfern <redfernt@gmail.com>2023-04-16 17:46:17 +0100
committerTim Redfern <redfernt@gmail.com>2023-04-16 17:46:17 +0100
commit64da9187c2b2996c5c9493e23df86528eae77ee4 (patch)
tree7482939535be2b8651504a881527a3e1c3698918 /gui/src/ofApp.h
parent1b6d98926d669fcb421c0be88c696b7f143050d8 (diff)
adding PONK to gui
Diffstat (limited to 'gui/src/ofApp.h')
-rw-r--r--gui/src/ofApp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/src/ofApp.h b/gui/src/ofApp.h
index 6d6932c..faad049 100644
--- a/gui/src/ofApp.h
+++ b/gui/src/ofApp.h
@@ -15,6 +15,8 @@
#include "lineTransformer.h"
#include "lineSegmenter.h"
+#include "ofxPONK.h"
+
#include "ofxGist.h"
//This is included only as a way of getting buffer out of loaded sound.
//There are many other ways you can do that.
@@ -105,6 +107,7 @@ class ofApp: public ofBaseApp, public ofxMidiListener {
ofxHelios laser;
+ ofxPONKSenderPanel madlaser;
int source;