aboutsummaryrefslogtreecommitdiff
path: root/mp3amp~
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 /mp3amp~
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 'mp3amp~')
-rw-r--r--mp3amp~/graphic-mp3amp~-help.pd (renamed from mp3amp~/help-graphic-mp3amp~.pd)0
-rw-r--r--mp3amp~/mp3amp~-help.pd (renamed from mp3amp~/help-mp3amp~.pd)0
-rw-r--r--mp3amp~/mp3amp~.c1
3 files changed, 0 insertions, 1 deletions
diff --git a/mp3amp~/help-graphic-mp3amp~.pd b/mp3amp~/graphic-mp3amp~-help.pd
index 241a607..241a607 100644
--- a/mp3amp~/help-graphic-mp3amp~.pd
+++ b/mp3amp~/graphic-mp3amp~-help.pd
diff --git a/mp3amp~/help-mp3amp~.pd b/mp3amp~/mp3amp~-help.pd
index 47249b7..47249b7 100644
--- a/mp3amp~/help-mp3amp~.pd
+++ b/mp3amp~/mp3amp~-help.pd
diff --git a/mp3amp~/mp3amp~.c b/mp3amp~/mp3amp~.c
index debbb0c..a8d8ff7 100644
--- a/mp3amp~/mp3amp~.c
+++ b/mp3amp~/mp3amp~.c
@@ -1251,5 +1251,4 @@ void mp3amp_tilde_setup(void)
class_addmethod(mp3amp_class, (t_method)mp3amp_connect_url, gensym("connecturl"), A_SYMBOL, 0);
class_addmethod(mp3amp_class, (t_method)mp3amp_standby, gensym("standby"), A_DEFFLOAT, 0);
class_addmethod(mp3amp_class, (t_method)mp3amp_disconnect, gensym("disconnect"), 0);
- class_sethelpsymbol(mp3amp_class, gensym("help-mp3amp~.pd"));
}