diff options
Diffstat (limited to 'gui/src/ofApp.h')
| -rw-r--r-- | gui/src/ofApp.h | 3 |
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; |
