diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-09-29 21:36:48 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-09-29 21:36:48 +0000 |
commit | 5879bc9332a97d74274f79a1b9207928b3f2c11b (patch) | |
tree | 6a6df9c3ff563becc02d53e4c8e31d6fce7b91f4 /framescore~ | |
parent | ad2fa00781022a50a7e3ceab91b7e641dc12a165 (diff) |
renamed help files to standard name and removed class_sethelpsymbol since it is unnecessary and gets in the way
svn path=/trunk/externals/ekext/; revision=8774
Diffstat (limited to 'framescore~')
-rw-r--r-- | framescore~/framescore~-help.pd (renamed from framescore~/help-framescore~.pd) | 0 | ||||
-rw-r--r-- | framescore~/framescore~.c | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/framescore~/help-framescore~.pd b/framescore~/framescore~-help.pd index 694cd6f..694cd6f 100644 --- a/framescore~/help-framescore~.pd +++ b/framescore~/framescore~-help.pd diff --git a/framescore~/framescore~.c b/framescore~/framescore~.c index 71a6d39..2cbfea8 100644 --- a/framescore~/framescore~.c +++ b/framescore~/framescore~.c @@ -96,6 +96,6 @@ void framescore_tilde_setup(void) class_addmethod(framescore_tilde_class, (t_method)framescore_tilde_dsp, gensym("dsp"), 0); - class_sethelpsymbol(framescore_tilde_class, gensym("help-framescore~")); + CLASS_MAINSIGNALIN(framescore_tilde_class, t_framescore_tilde, f); } |