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 /voicing_detector~ | |
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 'voicing_detector~')
-rw-r--r-- | voicing_detector~/voicing_detector~-help.pd (renamed from voicing_detector~/help-voicing_detector~.pd) | 0 | ||||
-rw-r--r-- | voicing_detector~/voicing_detector~.c | 2 | ||||
-rw-r--r-- | voicing_detector~/voicing_detector~test3-help.pd (renamed from voicing_detector~/help-voicing_detector~test3.pd) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/voicing_detector~/help-voicing_detector~.pd b/voicing_detector~/voicing_detector~-help.pd index 6faed88..6faed88 100644 --- a/voicing_detector~/help-voicing_detector~.pd +++ b/voicing_detector~/voicing_detector~-help.pd diff --git a/voicing_detector~/voicing_detector~.c b/voicing_detector~/voicing_detector~.c index e069668..9c14308 100644 --- a/voicing_detector~/voicing_detector~.c +++ b/voicing_detector~/voicing_detector~.c @@ -127,6 +127,6 @@ void voicing_detector_tilde_setup(void) class_addmethod(voicing_detector_tilde_class, (t_method)voicing_detector_tilde_bound, gensym("bound"), A_DEFFLOAT, A_DEFFLOAT, 0); class_addmethod(voicing_detector_tilde_class, (t_method)voicing_detector_tilde_method, gensym("method"), A_DEFFLOAT, 0); class_addmethod(voicing_detector_tilde_class, (t_method)voicing_detector_tilde_dsp, gensym("dsp"), 0); - class_sethelpsymbol(voicing_detector_tilde_class, gensym("help-voicing_detector~")); + CLASS_MAINSIGNALIN(voicing_detector_tilde_class, t_voicing_detector_tilde, f_dummy); } diff --git a/voicing_detector~/help-voicing_detector~test3.pd b/voicing_detector~/voicing_detector~test3-help.pd index f4dedc4..f4dedc4 100644 --- a/voicing_detector~/help-voicing_detector~test3.pd +++ b/voicing_detector~/voicing_detector~test3-help.pd |