aboutsummaryrefslogtreecommitdiff
path: root/peakit~/peakit~.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-09-29 21:36:48 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-09-29 21:36:48 +0000
commit5879bc9332a97d74274f79a1b9207928b3f2c11b (patch)
tree6a6df9c3ff563becc02d53e4c8e31d6fce7b91f4 /peakit~/peakit~.c
parentad2fa00781022a50a7e3ceab91b7e641dc12a165 (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 'peakit~/peakit~.c')
-rw-r--r--peakit~/peakit~.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/peakit~/peakit~.c b/peakit~/peakit~.c
index 7a157c8..8fd5f9a 100644
--- a/peakit~/peakit~.c
+++ b/peakit~/peakit~.c
@@ -140,7 +140,7 @@ void peakit_tilde_setup(void)
post("|--<FFT peaks list>-<>--<>---<>----|");
post("|-<>-<edward>-<kelly>---<>-<2005>--|");
- class_sethelpsymbol(peakit_tilde_class, gensym("help-peakit~"));
+
class_addmethod(peakit_tilde_class, (t_method)peakit_tilde_dsp, gensym("dsp"), 0);
class_addmethod(peakit_tilde_class, (t_method)peakit_tilde_iexp, &s_float, A_DEFFLOAT, 0);
CLASS_MAINSIGNALIN(peakit_tilde_class, t_peakit_tilde, f_dummy);