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 /framespect~ | |
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 'framespect~')
-rw-r--r-- | framespect~/framespect~-help.pd (renamed from framespect~/help-framespect~.pd) | 0 | ||||
-rw-r--r-- | framespect~/framespect~.c | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/framespect~/help-framespect~.pd b/framespect~/framespect~-help.pd index ea4c3e6..ea4c3e6 100644 --- a/framespect~/help-framespect~.pd +++ b/framespect~/framespect~-help.pd diff --git a/framespect~/framespect~.c b/framespect~/framespect~.c index c461898..add2a97 100644 --- a/framespect~/framespect~.c +++ b/framespect~/framespect~.c @@ -106,6 +106,6 @@ void framespect_tilde_setup(void) class_addmethod(framespect_tilde_class, (t_method)framespect_tilde_dsp, gensym("dsp"), 0); - class_sethelpsymbol(framespect_tilde_class, gensym("help-framespect~")); + CLASS_MAINSIGNALIN(framespect_tilde_class, t_framespect_tilde, f); } |