aboutsummaryrefslogtreecommitdiff
path: root/spigot~
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 /spigot~
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 'spigot~')
-rw-r--r--spigot~/spigot~-help.pd (renamed from spigot~/help-spigot~.pd)0
-rw-r--r--spigot~/spigot~.c1
2 files changed, 0 insertions, 1 deletions
diff --git a/spigot~/help-spigot~.pd b/spigot~/spigot~-help.pd
index eb7f0eb..eb7f0eb 100644
--- a/spigot~/help-spigot~.pd
+++ b/spigot~/spigot~-help.pd
diff --git a/spigot~/spigot~.c b/spigot~/spigot~.c
index 934db00..fe54152 100644
--- a/spigot~/spigot~.c
+++ b/spigot~/spigot~.c
@@ -69,7 +69,6 @@ void spigot_tilde_setup(void)
spigot_class = class_new(gensym("spigot~"), (t_newmethod)spigot_new, 0,
sizeof(t_spigot), 0, 0);
CLASS_MAINSIGNALIN( spigot_class, t_spigot, x_f );
- class_sethelpsymbol(spigot_class, gensym("help-spigot~.pd"));
class_addmethod(spigot_class, (t_method)spigot_dsp, gensym("dsp"), 0);
class_addmethod(spigot_class, (t_method)spigot_set, gensym("seton"), A_FLOAT, 0);
}