From 5879bc9332a97d74274f79a1b9207928b3f2c11b Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 29 Sep 2007 21:36:48 +0000 Subject: renamed help files to standard name and removed class_sethelpsymbol since it is unnecessary and gets in the way svn path=/trunk/externals/ekext/; revision=8774 --- listmoses/help-listmoses.pd | 37 ------------------------------------- listmoses/listmoses-help.pd | 37 +++++++++++++++++++++++++++++++++++++ listmoses/listmoses.c | 2 +- 3 files changed, 38 insertions(+), 38 deletions(-) delete mode 100644 listmoses/help-listmoses.pd create mode 100644 listmoses/listmoses-help.pd (limited to 'listmoses') diff --git a/listmoses/help-listmoses.pd b/listmoses/help-listmoses.pd deleted file mode 100644 index 50451ab..0000000 --- a/listmoses/help-listmoses.pd +++ /dev/null @@ -1,37 +0,0 @@ -#N canvas 0 0 849 300 10; -#X obj 141 151 listmoses; -#X floatatom 287 137 5 0 0 0 - - -; -#X floatatom 324 137 5 0 0 0 - - -; -#X msg 287 120 60; -#X msg 324 120 500; -#X msg 141 60 10 20 50 100 200 500 1000 2000 5000; -#X obj 287 103 loadbang; -#X msg 104 35 550 360 10 40 400 2000 3000 30 250; -#X msg 160 103 1 2 3 4 5 6 7 8 9; -#X obj 91 186 print lowf; -#X obj 98 203 print midf; -#X obj 106 220 print highf; -#X obj 170 186 print lowa; -#X obj 177 203 print mida; -#X obj 185 220 print higha; -#X text 236 153 constraining boundaries; -#X text 274 172 listmoses splits two lists up according to the values -contained within the first list. When used with binline~ it can be -used to isolate particular frequency/amplitude lists where the frequencies -are constrained \, or where the amplitudes are constrained (when used -with _swap_).; -#X connect 0 0 9 0; -#X connect 0 1 10 0; -#X connect 0 2 11 0; -#X connect 0 3 12 0; -#X connect 0 4 13 0; -#X connect 0 5 14 0; -#X connect 1 0 0 2; -#X connect 2 0 0 3; -#X connect 3 0 1 0; -#X connect 4 0 2 0; -#X connect 5 0 0 0; -#X connect 6 0 3 0; -#X connect 6 0 4 0; -#X connect 7 0 0 0; -#X connect 8 0 0 1; diff --git a/listmoses/listmoses-help.pd b/listmoses/listmoses-help.pd new file mode 100644 index 0000000..50451ab --- /dev/null +++ b/listmoses/listmoses-help.pd @@ -0,0 +1,37 @@ +#N canvas 0 0 849 300 10; +#X obj 141 151 listmoses; +#X floatatom 287 137 5 0 0 0 - - -; +#X floatatom 324 137 5 0 0 0 - - -; +#X msg 287 120 60; +#X msg 324 120 500; +#X msg 141 60 10 20 50 100 200 500 1000 2000 5000; +#X obj 287 103 loadbang; +#X msg 104 35 550 360 10 40 400 2000 3000 30 250; +#X msg 160 103 1 2 3 4 5 6 7 8 9; +#X obj 91 186 print lowf; +#X obj 98 203 print midf; +#X obj 106 220 print highf; +#X obj 170 186 print lowa; +#X obj 177 203 print mida; +#X obj 185 220 print higha; +#X text 236 153 constraining boundaries; +#X text 274 172 listmoses splits two lists up according to the values +contained within the first list. When used with binline~ it can be +used to isolate particular frequency/amplitude lists where the frequencies +are constrained \, or where the amplitudes are constrained (when used +with _swap_).; +#X connect 0 0 9 0; +#X connect 0 1 10 0; +#X connect 0 2 11 0; +#X connect 0 3 12 0; +#X connect 0 4 13 0; +#X connect 0 5 14 0; +#X connect 1 0 0 2; +#X connect 2 0 0 3; +#X connect 3 0 1 0; +#X connect 4 0 2 0; +#X connect 5 0 0 0; +#X connect 6 0 3 0; +#X connect 6 0 4 0; +#X connect 7 0 0 0; +#X connect 8 0 0 1; diff --git a/listmoses/listmoses.c b/listmoses/listmoses.c index 864b683..8426540 100644 --- a/listmoses/listmoses.c +++ b/listmoses/listmoses.c @@ -142,7 +142,7 @@ void listmoses_setup(void) { post("|<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>|"); post("|<>|"); post("|<<<<<<<<<<<>>>>>>>>>>>|"); - class_sethelpsymbol(listmoses_class, gensym("help-listmoses")); + class_addbang(listmoses_class, listmoses_bang); class_addlist(listmoses_class, listmoses_list); class_addmethod(listmoses_class, (t_method)listmoses_amps, gensym("amps"), A_GIMME, 0); -- cgit v1.2.1