diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-06-01 20:10:19 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-06-01 20:10:19 +0100 |
| commit | 86475494161cde9a2eddcedb3fe7baa9b48f96d4 (patch) | |
| tree | 4479045fe802c3ab03a9a39b19416376e33ff1c7 /gui/src/ofApp.h | |
| parent | fc8eda9fcc058d37f9a8908dc2e2629e3f50588e (diff) | |
good for show
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; |
