aboutsummaryrefslogtreecommitdiff
path: root/disto~
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 /disto~
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 'disto~')
-rw-r--r--disto~/disto~-help.pd (renamed from disto~/help-disto~.pd)0
-rw-r--r--disto~/disto~.c1
2 files changed, 0 insertions, 1 deletions
diff --git a/disto~/help-disto~.pd b/disto~/disto~-help.pd
index 593702b..593702b 100644
--- a/disto~/help-disto~.pd
+++ b/disto~/disto~-help.pd
diff --git a/disto~/disto~.c b/disto~/disto~.c
index 4f3b81f..66865db 100644
--- a/disto~/disto~.c
+++ b/disto~/disto~.c
@@ -476,7 +476,6 @@ void disto_tilde_setup(void)
sizeof(t_disto), 0, 0);
CLASS_MAINSIGNALIN( disto_class, t_disto, x_f );
- class_sethelpsymbol( disto_class, gensym("help-disto~.pd") );
class_addmethod(disto_class, (t_method)disto_drive, gensym("drive"), A_FLOAT, 0);
class_addmethod(disto_class, (t_method)disto_drymix, gensym("drymix"), A_FLOAT, 0);
class_addmethod(disto_class, (t_method)disto_wetmix, gensym("wetmix"), A_FLOAT, 0);