From 3d74c83ebf9a1746c32f32ec671d1c3768b98cb4 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Tue, 18 Apr 2023 19:40:11 +0100 Subject: PONK 1 2 3 --- nextus/src/ofApp.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nextus/src/ofApp.h') 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; + }; -- cgit v1.2.3