From d27d9e33f19264c405979b49441f1d63b5b0e0ad Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 25 Sep 2003 20:58:55 +0000 Subject: updated externals so that the help files work in 0.37. Unfortunately this breaks <=0.36 support :( svn path=/trunk/externals/unauthorized/; revision=1034 --- spigot~/help-spigot~.pd | 14 -------------- spigot~/spigot~-help.pd | 14 ++++++++++++++ spigot~/spigot~.c | 1 - 3 files changed, 14 insertions(+), 15 deletions(-) delete mode 100644 spigot~/help-spigot~.pd create mode 100644 spigot~/spigot~-help.pd (limited to 'spigot~') diff --git a/spigot~/help-spigot~.pd b/spigot~/help-spigot~.pd deleted file mode 100644 index eb7f0eb..0000000 --- a/spigot~/help-spigot~.pd +++ /dev/null @@ -1,14 +0,0 @@ -#N canvas 172 55 627 444 10; -#X obj 151 163 dac~; -#X obj 150 127 spigot~; -#X text 232 50 spigot~ sends its signal to its right or left outlet -; -#X text 232 65 according to the state of the toggle; -#X obj 199 101 tgl 15 0 empty empty empty 20 8 0 8 -262144 -1 -1 0 -1; -#X obj 108 74 osc~ 233; -#X text 237 148 bugs and comments @ ydegoyon@free.fr; -#X connect 1 0 0 0; -#X connect 1 1 0 1; -#X connect 4 0 1 1; -#X connect 5 0 1 0; diff --git a/spigot~/spigot~-help.pd b/spigot~/spigot~-help.pd new file mode 100644 index 0000000..eb7f0eb --- /dev/null +++ b/spigot~/spigot~-help.pd @@ -0,0 +1,14 @@ +#N canvas 172 55 627 444 10; +#X obj 151 163 dac~; +#X obj 150 127 spigot~; +#X text 232 50 spigot~ sends its signal to its right or left outlet +; +#X text 232 65 according to the state of the toggle; +#X obj 199 101 tgl 15 0 empty empty empty 20 8 0 8 -262144 -1 -1 0 +1; +#X obj 108 74 osc~ 233; +#X text 237 148 bugs and comments @ ydegoyon@free.fr; +#X connect 1 0 0 0; +#X connect 1 1 0 1; +#X connect 4 0 1 1; +#X connect 5 0 1 0; 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); } -- cgit v1.2.1