summaryrefslogtreecommitdiff
path: root/nextus/src/ofApp.h
diff options
context:
space:
mode:
authorTim Redfern <tim@getdrop.com>2023-04-18 19:40:11 +0100
committerTim Redfern <tim@getdrop.com>2023-04-18 19:40:11 +0100
commit3d74c83ebf9a1746c32f32ec671d1c3768b98cb4 (patch)
treed7f8272c66ad5954a6bcaef322ff3e515be4f5f4 /nextus/src/ofApp.h
parent3b89e73c157f0eef8a3479b613491c8343f9c43b (diff)
PONK 1 2 3
Diffstat (limited to 'nextus/src/ofApp.h')
-rw-r--r--nextus/src/ofApp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/nextus/src/ofApp.h b/nextus/src/ofApp.h
index a484129..47f5a7f 100644
--- a/nextus/src/ofApp.h
+++ b/nextus/src/ofApp.h
@@ -223,4 +223,8 @@ class ofApp: public ofBaseApp, public ofxMidiListener {
svgPanel svginput;
svgPanel textinput;
+ //======================================= //output
+
+ ofxPONKSenderPanel madlaser;
+
};