diff options
Diffstat (limited to 'gui/src/ofApp.h')
| -rw-r--r-- | gui/src/ofApp.h | 10 |
1 files changed, 10 insertions, 0 deletions
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<float> onset_threshold; + ofParameter<bool> use_onset; + ofParameter<int> onset_duration; + + int onset_frame; + int onset_number; + //======== chaos gui ofxPanel chaosgui; |
