diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-07-06 21:00:35 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-07-06 21:00:35 +0100 |
| commit | 411146cc03ad9656a570251031cb1934f92bcd5f (patch) | |
| tree | cc7a35969c74be97c4ab3f6310ff0937f0d755da /gui | |
| parent | b720d6d730a0d23425ca4c3ef7c156e1c7760ea1 (diff) | |
loading plugins
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/src/AudioPlotter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/AudioPlotter.h b/gui/src/AudioPlotter.h index c5774ff..7ea4bf8 100644 --- a/gui/src/AudioPlotter.h +++ b/gui/src/AudioPlotter.h @@ -11,7 +11,7 @@ class AChaosplugin{ AChaosplugin(AChaosBase* _plugin,string _name,vector <REAL> _params={0,0,0,0,0,0}){ plugin=_plugin; name=_name; - //plugin.setup(); + plugin->setup(); load_defaults(); ofLog()<<"constructor "<<name; } |
