diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-09-25 20:58:55 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-09-25 20:58:55 +0000 |
commit | d27d9e33f19264c405979b49441f1d63b5b0e0ad (patch) | |
tree | 0c59da1bd898a38245d2df9a1ff8e1001a7cd224 /wahwah~ | |
parent | 6c948ccdc4c48eb7d478509642800a82e11758b7 (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 'wahwah~')
-rw-r--r-- | wahwah~/wahwah~-help.pd (renamed from wahwah~/help-wahwah~.pd) | 0 | ||||
-rw-r--r-- | wahwah~/wahwah~.c | 1 |
2 files changed, 0 insertions, 1 deletions
diff --git a/wahwah~/help-wahwah~.pd b/wahwah~/wahwah~-help.pd index 8afeb3c..8afeb3c 100644 --- a/wahwah~/help-wahwah~.pd +++ b/wahwah~/wahwah~-help.pd diff --git a/wahwah~/wahwah~.c b/wahwah~/wahwah~.c index 72c77d4..7f9a9ed 100644 --- a/wahwah~/wahwah~.c +++ b/wahwah~/wahwah~.c @@ -396,7 +396,6 @@ void wahwah_tilde_setup(void) sizeof(t_wahwah), 0, 0); CLASS_MAINSIGNALIN( wahwah_class, t_wahwah, x_f ); - class_sethelpsymbol( wahwah_class, gensym("help-wahwah~.pd") ); class_addmethod(wahwah_class, (t_method)wahwah_step, gensym("step"), A_FLOAT, 0); class_addmethod(wahwah_class, (t_method)wahwah_minfreq, gensym("minfreq"), A_FLOAT, 0); class_addmethod(wahwah_class, (t_method)wahwah_maxfreq, gensym("maxfreq"), A_FLOAT, 0); |