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