aboutsummaryrefslogtreecommitdiff
path: root/compressor~
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-09-25 20:58:55 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-09-25 20:58:55 +0000
commitd27d9e33f19264c405979b49441f1d63b5b0e0ad (patch)
tree0c59da1bd898a38245d2df9a1ff8e1001a7cd224 /compressor~
parent6c948ccdc4c48eb7d478509642800a82e11758b7 (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 'compressor~')
-rw-r--r--compressor~/compressor~-help.pd (renamed from compressor~/help-compressor~.pd)0
-rw-r--r--compressor~/compressor~.c1
2 files changed, 0 insertions, 1 deletions
diff --git a/compressor~/help-compressor~.pd b/compressor~/compressor~-help.pd
index 0b5d277..0b5d277 100644
--- a/compressor~/help-compressor~.pd
+++ b/compressor~/compressor~-help.pd
diff --git a/compressor~/compressor~.c b/compressor~/compressor~.c
index e58fda2..01204f3 100644
--- a/compressor~/compressor~.c
+++ b/compressor~/compressor~.c
@@ -99,7 +99,6 @@ void compressor_tilde_setup(void)
compressor_class = class_new(gensym("compressor~"), (t_newmethod)compressor_new, 0,
sizeof(t_compressor), 0, 0);
CLASS_MAINSIGNALIN( compressor_class, t_compressor, x_f );
- class_sethelpsymbol( compressor_class, gensym("help-compressor~.pd") );
class_addmethod(compressor_class, (t_method)compressor_dsp, gensym("dsp"), 0);
class_addmethod(compressor_class, (t_method)compressor_strength, gensym("strength"), A_FLOAT, 0);
}