From 64da9187c2b2996c5c9493e23df86528eae77ee4 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Sun, 16 Apr 2023 17:46:17 +0100 Subject: adding PONK to gui --- gui/src/ofApp.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gui/src/ofApp.h') 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; -- cgit v1.2.3