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/AudioPlotter.h | |
| parent | fc8eda9fcc058d37f9a8908dc2e2629e3f50588e (diff) | |
good for show
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 fba5516..1a5aa4e 100644 --- a/gui/src/AudioPlotter.h +++ b/gui/src/AudioPlotter.h @@ -23,6 +23,7 @@ public: colourPolyline compute_chaos(colourPolyline& poly,float colourFade=1.0f); vector <colourPolyline> output(float scale=1.0f,float decay=-1.0f); void addpoints(vector <float> &audio); + void blankframe(); int numpoints(); ofParameter<bool> random; |
