diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-06-01 13:27:10 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-06-01 13:27:10 +0100 |
| commit | 48bc405b72009d9cef3dbf07a5d68337b678b98e (patch) | |
| tree | e89dd4c34381255b196495911385db18a80167c9 /gui/src/ofApp.h | |
| parent | b036871dd531cb3adc8ff744d2e4804efbccc0e6 (diff) | |
chaos scaling
Diffstat (limited to 'gui/src/ofApp.h')
| -rw-r--r-- | gui/src/ofApp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gui/src/ofApp.h b/gui/src/ofApp.h index c9b1c4f..39c3493 100644 --- a/gui/src/ofApp.h +++ b/gui/src/ofApp.h @@ -116,6 +116,10 @@ class ofApp: public ofBaseApp, public ofxMidiListener { ofParameter<float> decayPlot; void useMicChanged(); + + //======== chaos gui + + ofxPanel chaosgui; //======================================== //thresholding |
