aboutsummaryrefslogtreecommitdiff
path: root/samplebox~
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 /samplebox~
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 'samplebox~')
-rw-r--r--samplebox~/samplebox~-help.pd (renamed from samplebox~/help-samplebox~.pd)0
-rw-r--r--samplebox~/samplebox~.c1
2 files changed, 0 insertions, 1 deletions
diff --git a/samplebox~/help-samplebox~.pd b/samplebox~/samplebox~-help.pd
index 9b5b6f5..9b5b6f5 100644
--- a/samplebox~/help-samplebox~.pd
+++ b/samplebox~/samplebox~-help.pd
diff --git a/samplebox~/samplebox~.c b/samplebox~/samplebox~.c
index aea6c11..b5abed6 100644
--- a/samplebox~/samplebox~.c
+++ b/samplebox~/samplebox~.c
@@ -514,7 +514,6 @@ void samplebox_tilde_setup(void)
post(samplebox_version);
samplebox_class = class_new(gensym("samplebox~"), (t_newmethod)samplebox_new, (t_method)samplebox_free,
sizeof(t_samplebox), 0, A_DEFFLOAT, 0);
- class_sethelpsymbol( samplebox_class, gensym("help-samplebox~.pd") );
CLASS_MAINSIGNALIN( samplebox_class, t_samplebox, x_f );
class_addmethod(samplebox_class, (t_method)samplebox_dsp, gensym("dsp"), 0);
class_addmethod(samplebox_class, (t_method)samplebox_record, gensym("record"), 0);