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 /beatify~ | |
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 'beatify~')
-rw-r--r-- | beatify~/beatify~-help.pd (renamed from beatify~/help-beatify~.pd) | 0 | ||||
-rw-r--r-- | beatify~/beatify~.c | 1 |
2 files changed, 0 insertions, 1 deletions
diff --git a/beatify~/help-beatify~.pd b/beatify~/beatify~-help.pd index 16577a0..16577a0 100644 --- a/beatify~/help-beatify~.pd +++ b/beatify~/beatify~-help.pd diff --git a/beatify~/beatify~.c b/beatify~/beatify~.c index 3b5d4a3..69c2dd0 100644 --- a/beatify~/beatify~.c +++ b/beatify~/beatify~.c @@ -168,7 +168,6 @@ void beatify_tilde_setup(void) beatify_class = class_new(gensym("beatify~"), (t_newmethod)beatify_new, 0, sizeof(t_beatify), 0, 0); CLASS_MAINSIGNALIN( beatify_class, t_beatify, x_f ); - class_sethelpsymbol( beatify_class, gensym("help-beatify~.pd") ); class_addmethod(beatify_class, (t_method)beatify_dsp, gensym("dsp"), 0); class_addmethod(beatify_class, (t_method)beatify_attack, gensym("attack"), A_FLOAT, 0); class_addmethod(beatify_class, (t_method)beatify_sustain, gensym("sustain"), A_FLOAT, 0); |