From 86475494161cde9a2eddcedb3fe7baa9b48f96d4 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Fri, 1 Jun 2018 20:10:19 +0100 Subject: good for show --- gui/src/ofApp.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'gui/src/ofApp.h') diff --git a/gui/src/ofApp.h b/gui/src/ofApp.h index 39c3493..24ab46e 100644 --- a/gui/src/ofApp.h +++ b/gui/src/ofApp.h @@ -117,6 +117,16 @@ class ofApp: public ofBaseApp, public ofxMidiListener { void useMicChanged(); + //======= audio response gui + + ofxPanel responsegui; + ofParameter onset_threshold; + ofParameter use_onset; + ofParameter onset_duration; + + int onset_frame; + int onset_number; + //======== chaos gui ofxPanel chaosgui; -- cgit v1.2.3