diff options
Diffstat (limited to 'polystat')
-rwxr-xr-x | polystat/polystat-help.pd (renamed from polystat/help-polystat.pd) | 0 | ||||
-rwxr-xr-x | polystat/polystat.c | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/polystat/help-polystat.pd b/polystat/polystat-help.pd index 187cf7d..187cf7d 100755 --- a/polystat/help-polystat.pd +++ b/polystat/polystat-help.pd diff --git a/polystat/polystat.c b/polystat/polystat.c index 47603fb..d32079b 100755 --- a/polystat/polystat.c +++ b/polystat/polystat.c @@ -254,7 +254,7 @@ void polystat_setup(void) post("|^^^^^^^^^^^^polystat^^^^^^^^^^^^|"); post("|->^^^^polyphony statistics^^^^<-|"); post("|^^^^^^^^Edward Kelly 2006^^^^^^^|"); - class_sethelpsymbol(polystat_class, gensym("help-polystat")); + class_addfloat(polystat_class, polystat_float); class_addmethod(polystat_class, (t_method)polystat_clear, gensym("clear"), A_DEFFLOAT, 0); class_addmethod(polystat_class, (t_method)polystat_get, gensym("get"), A_DEFFLOAT, 0); |