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/AudioPlotter.h | |
| parent | b036871dd531cb3adc8ff744d2e4804efbccc0e6 (diff) | |
chaos scaling
Diffstat (limited to 'gui/src/AudioPlotter.h')
| -rw-r--r-- | gui/src/AudioPlotter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/src/AudioPlotter.h b/gui/src/AudioPlotter.h index a1495c3..3bbb20c 100644 --- a/gui/src/AudioPlotter.h +++ b/gui/src/AudioPlotter.h @@ -41,6 +41,7 @@ public: ofParameter<bool> usechaos; ofParameter<float> chaosamount; + ofParameter<float> chaosscale; ofParameter<float> chaos_a; ofParameter<float> chaos_b; ofParameter<float> chaos_k; |
