diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-06-01 14:36:49 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-06-01 14:36:49 +0100 |
| commit | fc8eda9fcc058d37f9a8908dc2e2629e3f50588e (patch) | |
| tree | bc7a4acd94cf741de2c9045d1513f0bbf3e7368a /gui/src/AudioPlotter.h | |
| parent | 48bc405b72009d9cef3dbf07a5d68337b678b98e (diff) | |
random sampling
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 3bbb20c..fba5516 100644 --- a/gui/src/AudioPlotter.h +++ b/gui/src/AudioPlotter.h @@ -25,6 +25,7 @@ public: void addpoints(vector <float> &audio); int numpoints(); + ofParameter<bool> random; ofParameter<bool> joined; ofParameter<bool> bars; ofParameter<int> width; |
