diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-09-25 20:58:55 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-09-25 20:58:55 +0000 |
commit | d27d9e33f19264c405979b49441f1d63b5b0e0ad (patch) | |
tree | 0c59da1bd898a38245d2df9a1ff8e1001a7cd224 /formant~ | |
parent | 6c948ccdc4c48eb7d478509642800a82e11758b7 (diff) |
updated externals so that the help files work in 0.37. Unfortunately this breaks <=0.36 support :(
svn path=/trunk/externals/unauthorized/; revision=1034
Diffstat (limited to 'formant~')
-rw-r--r-- | formant~/formant~-help.pd (renamed from formant~/help-formant~.pd) | 0 | ||||
-rw-r--r-- | formant~/formant~.c | 1 |
2 files changed, 0 insertions, 1 deletions
diff --git a/formant~/help-formant~.pd b/formant~/formant~-help.pd index c8102b4..c8102b4 100644 --- a/formant~/help-formant~.pd +++ b/formant~/formant~-help.pd diff --git a/formant~/formant~.c b/formant~/formant~.c index 609641a..b327a8b 100644 --- a/formant~/formant~.c +++ b/formant~/formant~.c @@ -243,7 +243,6 @@ void formant_tilde_setup(void) post(formant_version);
formant_class = class_new(gensym("formant~"), (t_newmethod)formant_new, (t_method)formant_free,
sizeof(t_formant), 0, A_DEFFLOAT, A_DEFFLOAT, A_DEFFLOAT, A_DEFFLOAT, 0);
- class_sethelpsymbol( formant_class, gensym("help-formant~") );
class_addmethod(formant_class, (t_method)formant_dsp, gensym("dsp"), 0);
class_addmethod(formant_class, (t_method)formant_size, gensym("size"), A_FLOAT, 0);
class_addmethod(formant_class, (t_method)formant_bang, gensym("bang"), 0);
|