diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-09-29 21:36:48 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-09-29 21:36:48 +0000 |
commit | 5879bc9332a97d74274f79a1b9207928b3f2c11b (patch) | |
tree | 6a6df9c3ff563becc02d53e4c8e31d6fce7b91f4 | |
parent | ad2fa00781022a50a7e3ceab91b7e641dc12a165 (diff) |
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
-rw-r--r-- | cup/cup-help.pd (renamed from cup/help-cup.pd) | 0 | ||||
-rw-r--r-- | cup/cup.c | 2 | ||||
-rw-r--r-- | cupd/cupd-help.pd (renamed from cupd/help-cupd.pd) | 0 | ||||
-rw-r--r-- | cupd/cupd.c | 2 | ||||
-rw-r--r-- | doubledelta/doubledelta.c | 2 | ||||
-rw-r--r-- | framescore~/framescore~-help.pd (renamed from framescore~/help-framescore~.pd) | 0 | ||||
-rw-r--r-- | framescore~/framescore~.c | 2 | ||||
-rw-r--r-- | framespect~/framespect~-help.pd (renamed from framespect~/help-framespect~.pd) | 0 | ||||
-rw-r--r-- | framespect~/framespect~.c | 2 | ||||
-rw-r--r-- | hasc~/hasc~.c | 2 | ||||
-rw-r--r-- | hssc~/hssc~-help.pd (renamed from hssc~/help-hssc~.pd) | 0 | ||||
-rw-r--r-- | hssc~/hssc~.c | 2 | ||||
-rw-r--r-- | list_sum/list_sum-help.pd (renamed from list_sum/help-list_sum.pd) | 0 | ||||
-rw-r--r-- | list_sum/list_sum.c | 2 | ||||
-rw-r--r-- | listmoses/listmoses-help.pd (renamed from listmoses/help-listmoses.pd) | 0 | ||||
-rw-r--r-- | listmoses/listmoses.c | 2 | ||||
-rw-r--r-- | lpc~/lpc_anal/lpc~.c | 4 | ||||
-rw-r--r-- | lpc~/lpc_filter/lpreson~.c | 4 | ||||
-rwxr-xr-x | maskxor/maskxor-help.pd (renamed from maskxor/help-maskxor.pd) | 0 | ||||
-rwxr-xr-x | maskxor/maskxor.c | 2 | ||||
-rw-r--r-- | maskxor/v3/maskxor.c | 2 | ||||
-rw-r--r-- | peakit~/peakit~-help.pd | 49 | ||||
-rw-r--r-- | peakit~/peakit~.c | 2 | ||||
-rwxr-xr-x | polymap/polymap-help.pd (renamed from polymap/help-polymap.pd) | 0 | ||||
-rwxr-xr-x | polymap/polymap.c | 2 | ||||
-rwxr-xr-x | polystat/polystat-help.pd (renamed from polystat/help-polystat.pd) | 0 | ||||
-rwxr-xr-x | polystat/polystat.c | 2 | ||||
-rwxr-xr-x | sieve/sieve-help.pd (renamed from sieve/help-sieve.pd) | 0 | ||||
-rwxr-xr-x | sieve/sieve.c | 2 | ||||
-rw-r--r-- | simile/simile-help.pd (renamed from simile/help-simile.pd) | 0 | ||||
-rw-r--r-- | simile/simile.c | 2 | ||||
-rw-r--r-- | simile~/simile~-help.pd (renamed from simile~/help-simile~.pd) | 0 | ||||
-rw-r--r-- | simile~/simile~.c | 2 | ||||
-rw-r--r-- | steady/steady-help.pd (renamed from steady/help-steady.pd) | 0 | ||||
-rw-r--r-- | steady/steady.c | 2 | ||||
-rw-r--r-- | valve/valve-help.pd (renamed from valve/help-valve.pd) | 0 | ||||
-rw-r--r-- | valve/valve.c | 2 | ||||
-rw-r--r-- | voicing_detector~/voicing_detector~-help.pd (renamed from voicing_detector~/help-voicing_detector~.pd) | 0 | ||||
-rw-r--r-- | voicing_detector~/voicing_detector~.c | 2 | ||||
-rw-r--r-- | voicing_detector~/voicing_detector~test3-help.pd (renamed from voicing_detector~/help-voicing_detector~test3.pd) | 0 | ||||
-rw-r--r-- | zeroxpos~/zeroxpos~-help.pd (renamed from zeroxpos~/help-zeroxpos~.pd) | 0 | ||||
-rw-r--r-- | zeroxpos~/zeroxpos~.c | 2 |
42 files changed, 74 insertions, 25 deletions
diff --git a/cup/help-cup.pd b/cup/cup-help.pd index ea1a27f..ea1a27f 100644 --- a/cup/help-cup.pd +++ b/cup/cup-help.pd @@ -43,7 +43,7 @@ void cup_setup(void) 0, sizeof(t_cup), 0, A_DEFFLOAT, 0); post("cup counts up ^_^"); - class_sethelpsymbol(cup_class, gensym("help-cup")); + class_addbang(cup_class, cup_bang); class_addfloat(cup_class, cup_float); class_addmethod(cup_class, (t_method)cup_setbang, gensym("setbang"), A_DEFFLOAT, 0);} diff --git a/cupd/help-cupd.pd b/cupd/cupd-help.pd index 2bd8d67..2bd8d67 100644 --- a/cupd/help-cupd.pd +++ b/cupd/cupd-help.pd diff --git a/cupd/cupd.c b/cupd/cupd.c index f699c10..66d42c0 100644 --- a/cupd/cupd.c +++ b/cupd/cupd.c @@ -62,7 +62,7 @@ void cupd_setup(void) 0, sizeof(t_cupd), 0, A_DEFFLOAT, 0); post("cupd counts up ^_^ and down _^_"); - class_sethelpsymbol(cupd_class, gensym("help-cupd")); + class_addbang(cupd_class, cupd_bang); class_addfloat(cupd_class, cupd_float); class_addmethod(cupd_class, (t_method)cupd_setbang, gensym("setbang"), A_DEFFLOAT, 0);} diff --git a/doubledelta/doubledelta.c b/doubledelta/doubledelta.c index 57323a8..d21341c 100644 --- a/doubledelta/doubledelta.c +++ b/doubledelta/doubledelta.c @@ -42,7 +42,7 @@ void doubledelta_setup(void) 0, sizeof(t_doubledelta), 0, A_DEFFLOAT, 0); post("delta & delta-delta values, <morph_2016@yahoo.co.uk>"); - class_sethelpsymbol(doubledelta_class, gensym("help-ddelta")); + class_addbang(doubledelta_class, doubledelta_bang); class_addfloat(doubledelta_class, doubledelta_float); } diff --git a/framescore~/help-framescore~.pd b/framescore~/framescore~-help.pd index 694cd6f..694cd6f 100644 --- a/framescore~/help-framescore~.pd +++ b/framescore~/framescore~-help.pd diff --git a/framescore~/framescore~.c b/framescore~/framescore~.c index 71a6d39..2cbfea8 100644 --- a/framescore~/framescore~.c +++ b/framescore~/framescore~.c @@ -96,6 +96,6 @@ void framescore_tilde_setup(void) class_addmethod(framescore_tilde_class, (t_method)framescore_tilde_dsp, gensym("dsp"), 0); - class_sethelpsymbol(framescore_tilde_class, gensym("help-framescore~")); + CLASS_MAINSIGNALIN(framescore_tilde_class, t_framescore_tilde, f); } diff --git a/framespect~/help-framespect~.pd b/framespect~/framespect~-help.pd index ea4c3e6..ea4c3e6 100644 --- a/framespect~/help-framespect~.pd +++ b/framespect~/framespect~-help.pd diff --git a/framespect~/framespect~.c b/framespect~/framespect~.c index c461898..add2a97 100644 --- a/framespect~/framespect~.c +++ b/framespect~/framespect~.c @@ -106,6 +106,6 @@ void framespect_tilde_setup(void) class_addmethod(framespect_tilde_class, (t_method)framespect_tilde_dsp, gensym("dsp"), 0); - class_sethelpsymbol(framespect_tilde_class, gensym("help-framespect~")); + CLASS_MAINSIGNALIN(framespect_tilde_class, t_framespect_tilde, f); } diff --git a/hasc~/hasc~.c b/hasc~/hasc~.c index eb0a56e..19da9c8 100644 --- a/hasc~/hasc~.c +++ b/hasc~/hasc~.c @@ -95,6 +95,6 @@ void hasc_tilde_setup(void) class_addmethod(hasc_tilde_class, (t_method)hasc_tilde_dsp, gensym("dsp"), 0); - class_sethelpsymbol(hasc_tilde_class, gensym("help-hasc~")); + CLASS_MAINSIGNALIN(hasc_tilde_class, t_hasc_tilde, f); } diff --git a/hssc~/help-hssc~.pd b/hssc~/hssc~-help.pd index 2f59ba4..2f59ba4 100644 --- a/hssc~/help-hssc~.pd +++ b/hssc~/hssc~-help.pd diff --git a/hssc~/hssc~.c b/hssc~/hssc~.c index f62ad9d..9efebfa 100644 --- a/hssc~/hssc~.c +++ b/hssc~/hssc~.c @@ -93,6 +93,6 @@ void hssc_tilde_setup(void) class_addmethod(hssc_tilde_class, (t_method)hssc_tilde_dsp, gensym("dsp"), 0); - class_sethelpsymbol(hssc_tilde_class, gensym("help-hssc~")); + CLASS_MAINSIGNALIN(hssc_tilde_class, t_hssc_tilde, f); } diff --git a/list_sum/help-list_sum.pd b/list_sum/list_sum-help.pd index 7259add..7259add 100644 --- a/list_sum/help-list_sum.pd +++ b/list_sum/list_sum-help.pd diff --git a/list_sum/list_sum.c b/list_sum/list_sum.c index 6a2cee9..fd0d21d 100644 --- a/list_sum/list_sum.c +++ b/list_sum/list_sum.c @@ -170,7 +170,7 @@ void list_sum_setup(void) { post("|<<<<<<<<<<<<<<<<<<<<list_sum>>>>>>>>>>>>>>>>>>>>|"); post("|<<<calculate the sum of a list, with wrapping>>>|"); post("|<<<<<<<<<edward-------kelly-------2007>>>>>>>>>>|"); - class_sethelpsymbol(list_sum_class, gensym("help-list_sum")); + // class_addmethod(list_sum_class, (t_method)list_sum_follow, gensym("follow"), A_DEFFLOAT, A_DEFFLOAT, 0); class_addmethod(list_sum_class, (t_method)list_sum_all, gensym("all"), A_GIMME, 0); class_addmethod(list_sum_class, (t_method)list_sum_clear, gensym("clear"), A_DEFFLOAT, 0); diff --git a/listmoses/help-listmoses.pd b/listmoses/listmoses-help.pd index 50451ab..50451ab 100644 --- a/listmoses/help-listmoses.pd +++ b/listmoses/listmoses-help.pd 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("|<<<<<<<<<<<<<<<<<<<<<listmoses>>>>>>>>>>>>>>>>>>>>>>|"); post("|<<split two lists according to values of the first>>|"); post("|<<<<<<<<<<<<edward-------kelly------2005>>>>>>>>>>>>|"); - 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); diff --git a/lpc~/lpc_anal/lpc~.c b/lpc~/lpc_anal/lpc~.c index c9ad667..ce6bdbb 100644 --- a/lpc~/lpc_anal/lpc~.c +++ b/lpc~/lpc_anal/lpc~.c @@ -197,7 +197,7 @@ void lpc_tilde_setup(void) post(". & Edward Kelly <morph_2016@yahoo.co.uk> ."); class_addmethod(lpc_tilde_class, (t_method)lpc_tilde_dsp, gensym("dsp"), 0); -// class_sethelpsymbol(lpc_tilde_class, gensym("help-lpc~")); - class_sethelpsymbol(lpc_tilde_class, gensym("lpc_test")); + + CLASS_MAINSIGNALIN(lpc_tilde_class, t_lpc_tilde, f_dummy); } diff --git a/lpc~/lpc_filter/lpreson~.c b/lpc~/lpc_filter/lpreson~.c index c89a8e5..f9d9260 100644 --- a/lpc~/lpc_filter/lpreson~.c +++ b/lpc~/lpc_filter/lpreson~.c @@ -124,8 +124,8 @@ void lpreson_tilde_setup(void) post(". & Edward Kelly <morph_2016@yahoo.co.uk> ."); class_addmethod(lpreson_tilde_class, (t_method)lpreson_tilde_dsp, gensym("dsp"), 0); -// class_sethelpsymbol(lpreson_tilde_class, gensym("help-lpc~")); + class_addlist(lpreson_tilde_class, lpreson_tilde_list); - class_sethelpsymbol(lpreson_tilde_class, gensym("lpc-cross-synthesis.pd")); + CLASS_MAINSIGNALIN(lpreson_tilde_class, t_lpreson_tilde, f_dummy); } diff --git a/maskxor/help-maskxor.pd b/maskxor/maskxor-help.pd index 1276de8..1276de8 100755 --- a/maskxor/help-maskxor.pd +++ b/maskxor/maskxor-help.pd diff --git a/maskxor/maskxor.c b/maskxor/maskxor.c index 6ebd267..bf14560 100755 --- a/maskxor/maskxor.c +++ b/maskxor/maskxor.c @@ -205,7 +205,7 @@ void maskxor_setup(void) post("|..-.--.-..-maskxor.-...--.-..|"); post("| exclusive-or mask-map |"); post("|.--.- Edward Kelly 2006 ---.-|"); - class_sethelpsymbol(maskxor_class, gensym("help-maskxor")); + class_addfloat(maskxor_class, maskxor_float); class_addmethod(maskxor_class, (t_method)maskxor_listl, gensym("listl"), A_GIMME, 0, 0); class_addmethod(maskxor_class, (t_method)maskxor_listr, gensym("listr"), A_GIMME, 0, 0); diff --git a/maskxor/v3/maskxor.c b/maskxor/v3/maskxor.c index 5e1d9d3..9137110 100644 --- a/maskxor/v3/maskxor.c +++ b/maskxor/v3/maskxor.c @@ -248,7 +248,7 @@ void maskxor_setup(void) post("|..-.--.-..-maskxor.-...--.-..|"); post("| exclusive-or mask-map |"); post("|.--.- Edward Kelly 2006 ---.-|"); - class_sethelpsymbol(maskxor_class, gensym("help-maskxor")); + class_addfloat(maskxor_class, maskxor_float); class_addmethod(maskxor_class, (t_method)maskxor_listl, gensym("listl"), A_GIMME, 0, 0); class_addmethod(maskxor_class, (t_method)maskxor_listr, gensym("listr"), A_GIMME, 0, 0); diff --git a/peakit~/peakit~-help.pd b/peakit~/peakit~-help.pd new file mode 100644 index 0000000..276f4d7 --- /dev/null +++ b/peakit~/peakit~-help.pd @@ -0,0 +1,49 @@ +#N canvas 183 261 585 491 10; +#X text 267 241 argument sets minimum magnitude to report; +#X obj 150 161 *~; +#X obj 166 139 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 +1; +#X obj 132 138 adc~; +#X obj 106 347 print; +#X obj 269 346 print; +#X obj 245 208 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 +1; +#X text 263 207 turn processing on or off; +#X obj 220 161 *~; +#X obj 236 139 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 1 +1; +#N canvas 0 22 458 308 peakit~ 0; +#X obj 59 69 inlet~; +#X obj 309 94 switch~ 1024 1 1; +#X obj 309 69 inlet; +#X obj 135 126 rfft~; +#X obj 133 158 peakit~ 0; +#X obj 190 68 inlet; +#X text 7 17 This is in a subpatch so that the block size can be changed +with the [switch~] object. Its set to 1024 here.; +#X obj 213 244 outlet; +#X obj 50 245 outlet; +#X connect 0 0 3 0; +#X connect 2 0 1 0; +#X connect 3 0 4 0; +#X connect 3 1 4 1; +#X connect 4 0 8 0; +#X connect 4 1 7 0; +#X connect 5 0 4 2; +#X restore 168 262 pd peakit~; +#X obj 202 138 osc~; +#X obj 205 98 hsl 128 15 50 500 1 0 empty empty empty -2 -6 0 8 -262144 +-1 -1 8100 0; +#X floatatom 211 118 5 0 0 0 - - -; +#X connect 1 0 10 0; +#X connect 2 0 1 1; +#X connect 3 0 1 0; +#X connect 3 1 1 0; +#X connect 6 0 10 2; +#X connect 8 0 10 0; +#X connect 9 0 8 1; +#X connect 10 0 4 0; +#X connect 10 1 5 0; +#X connect 11 0 8 0; +#X connect 12 0 11 0; +#X connect 12 0 13 0; diff --git a/peakit~/peakit~.c b/peakit~/peakit~.c index 7a157c8..8fd5f9a 100644 --- a/peakit~/peakit~.c +++ b/peakit~/peakit~.c @@ -140,7 +140,7 @@ void peakit_tilde_setup(void) post("|--<FFT peaks list>-<>--<>---<>----|"); post("|-<>-<edward>-<kelly>---<>-<2005>--|"); - class_sethelpsymbol(peakit_tilde_class, gensym("help-peakit~")); + class_addmethod(peakit_tilde_class, (t_method)peakit_tilde_dsp, gensym("dsp"), 0); class_addmethod(peakit_tilde_class, (t_method)peakit_tilde_iexp, &s_float, A_DEFFLOAT, 0); CLASS_MAINSIGNALIN(peakit_tilde_class, t_peakit_tilde, f_dummy); diff --git a/polymap/help-polymap.pd b/polymap/polymap-help.pd index 292f95e..292f95e 100755 --- a/polymap/help-polymap.pd +++ b/polymap/polymap-help.pd diff --git a/polymap/polymap.c b/polymap/polymap.c index 7ad7c23..f2e2523 100755 --- a/polymap/polymap.c +++ b/polymap/polymap.c @@ -198,7 +198,7 @@ void polymap_setup(void) post("|. . . . . . . . .polymap. . . . . . . . .|"); post("|_- polyphonic chain reaction regulator -_|"); post("| . . . . . .Edward Kelly 2006. . . . . . |"); - class_sethelpsymbol(polymap_class, gensym("help-polymap")); + class_addmethod(polymap_class, (t_method)polymap_note, gensym("note"), A_DEFFLOAT, A_DEFFLOAT, A_DEFFLOAT, 0); class_addmethod(polymap_class, (t_method)polymap_clear, gensym("clear"), A_DEFFLOAT, 0); class_addmethod(polymap_class, (t_method)polymap_print, gensym("print"), A_DEFFLOAT, 0); diff --git a/polystat/help-polystat.pd b/polystat/polystat-help.pd index 187cf7d..187cf7d 100755 --- a/polystat/help-polystat.pd +++ b/polystat/polystat-help.pd diff --git a/polystat/polystat.c b/polystat/polystat.c index 47603fb..d32079b 100755 --- a/polystat/polystat.c +++ b/polystat/polystat.c @@ -254,7 +254,7 @@ void polystat_setup(void) post("|^^^^^^^^^^^^polystat^^^^^^^^^^^^|"); post("|->^^^^polyphony statistics^^^^<-|"); post("|^^^^^^^^Edward Kelly 2006^^^^^^^|"); - class_sethelpsymbol(polystat_class, gensym("help-polystat")); + class_addfloat(polystat_class, polystat_float); class_addmethod(polystat_class, (t_method)polystat_clear, gensym("clear"), A_DEFFLOAT, 0); class_addmethod(polystat_class, (t_method)polystat_get, gensym("get"), A_DEFFLOAT, 0); diff --git a/sieve/help-sieve.pd b/sieve/sieve-help.pd index e472628..e472628 100755 --- a/sieve/help-sieve.pd +++ b/sieve/sieve-help.pd diff --git a/sieve/sieve.c b/sieve/sieve.c index d7ff641..fd1639c 100755 --- a/sieve/sieve.c +++ b/sieve/sieve.c @@ -395,7 +395,7 @@ void sieve_setup(void) post("|^^^^^^^^^^^^^sieve^^^^^^^^^^^^^|"); post("|->^^^integer map to floats^^^<-|"); post("|^^^^^^^Edward Kelly 2006^^^^^^^|"); - class_sethelpsymbol(sieve_class, gensym("help-sieve")); + class_addfloat(sieve_class, sieve_float); class_addmethod(sieve_class, (t_method)sieve_set, gensym("set"), A_DEFFLOAT, A_DEFFLOAT, 0); class_addmethod(sieve_class, (t_method)sieve_map, gensym("map"), A_GIMME, 0); diff --git a/simile/help-simile.pd b/simile/simile-help.pd index 9b2d510..9b2d510 100644 --- a/simile/help-simile.pd +++ b/simile/simile-help.pd diff --git a/simile/simile.c b/simile/simile.c index 24f049b..5ac1ac5 100644 --- a/simile/simile.c +++ b/simile/simile.c @@ -63,7 +63,7 @@ void simile_setup(void) { post("|------------->simile<--------------|"); post("|->weighted similarity measurement<-|"); post("|-->edward<----->kelly<----->2005<--|"); - class_sethelpsymbol(simile_class, gensym("help-simile")); + class_addbang(simile_class, simile_bang); class_addfloat(simile_class, simile_float); } diff --git a/simile~/help-simile~.pd b/simile~/simile~-help.pd index a1847e3..a1847e3 100644 --- a/simile~/help-simile~.pd +++ b/simile~/simile~-help.pd diff --git a/simile~/simile~.c b/simile~/simile~.c index a6bc562..4bf456a 100644 --- a/simile~/simile~.c +++ b/simile~/simile~.c @@ -77,7 +77,7 @@ void simile_tilde_setup(void) { post("|~&weighted similarity measurement&~|"); post("|~~&edward&~~~~~&kelly&~~~~~&2005&~~|"); - class_sethelpsymbol(simile_tilde_class, gensym("help-simile~")); + class_addmethod(simile_tilde_class, (t_method)simile_tilde_dsp, gensym("dsp"), 0); CLASS_MAINSIGNALIN(simile_tilde_class, t_simile_tilde, x_dummy); diff --git a/steady/help-steady.pd b/steady/steady-help.pd index 260409f..260409f 100644 --- a/steady/help-steady.pd +++ b/steady/steady-help.pd diff --git a/steady/steady.c b/steady/steady.c index c79ac4e..b438895 100644 --- a/steady/steady.c +++ b/steady/steady.c @@ -74,7 +74,7 @@ void steady_setup(void) { post("|+>max, min and through must not jump more<-|"); post("|+++++++++>than a specified amount<---------|"); post("|+++>edward<------->kelly<++++++++>2005<----|"); - class_sethelpsymbol(steady_class, gensym("help-steady")); + class_addbang(steady_class, steady_bang); class_addfloat(steady_class, steady_float); } diff --git a/valve/help-valve.pd b/valve/valve-help.pd index d5c7cef..d5c7cef 100644 --- a/valve/help-valve.pd +++ b/valve/valve-help.pd diff --git a/valve/valve.c b/valve/valve.c index 5762201..a83808c 100644 --- a/valve/valve.c +++ b/valve/valve.c @@ -114,7 +114,7 @@ void valve_setup(void) post("|¬~¬~¬~¬~¬~¬valve~¬~¬~¬~¬~¬~¬|"); post("|~>^^^integer map router^^^<¬|"); post("|¬~¬~¬Edward Kelly 2007~¬~¬~¬|"); - class_sethelpsymbol(valve_class, gensym("help-valve")); + class_addfloat(valve_class, valve_float); class_addmethod(valve_class, (t_method)valve_set, gensym("set"), A_DEFFLOAT, A_DEFFLOAT, 0); class_addmethod(valve_class, (t_method)valve_map, gensym("map"), A_GIMME, 0); diff --git a/voicing_detector~/help-voicing_detector~.pd b/voicing_detector~/voicing_detector~-help.pd index 6faed88..6faed88 100644 --- a/voicing_detector~/help-voicing_detector~.pd +++ b/voicing_detector~/voicing_detector~-help.pd diff --git a/voicing_detector~/voicing_detector~.c b/voicing_detector~/voicing_detector~.c index e069668..9c14308 100644 --- a/voicing_detector~/voicing_detector~.c +++ b/voicing_detector~/voicing_detector~.c @@ -127,6 +127,6 @@ void voicing_detector_tilde_setup(void) class_addmethod(voicing_detector_tilde_class, (t_method)voicing_detector_tilde_bound, gensym("bound"), A_DEFFLOAT, A_DEFFLOAT, 0); class_addmethod(voicing_detector_tilde_class, (t_method)voicing_detector_tilde_method, gensym("method"), A_DEFFLOAT, 0); class_addmethod(voicing_detector_tilde_class, (t_method)voicing_detector_tilde_dsp, gensym("dsp"), 0); - class_sethelpsymbol(voicing_detector_tilde_class, gensym("help-voicing_detector~")); + CLASS_MAINSIGNALIN(voicing_detector_tilde_class, t_voicing_detector_tilde, f_dummy); } diff --git a/voicing_detector~/help-voicing_detector~test3.pd b/voicing_detector~/voicing_detector~test3-help.pd index f4dedc4..f4dedc4 100644 --- a/voicing_detector~/help-voicing_detector~test3.pd +++ b/voicing_detector~/voicing_detector~test3-help.pd diff --git a/zeroxpos~/help-zeroxpos~.pd b/zeroxpos~/zeroxpos~-help.pd index 7bb2f23..7bb2f23 100644 --- a/zeroxpos~/help-zeroxpos~.pd +++ b/zeroxpos~/zeroxpos~-help.pd diff --git a/zeroxpos~/zeroxpos~.c b/zeroxpos~/zeroxpos~.c index 54373f0..d650537 100644 --- a/zeroxpos~/zeroxpos~.c +++ b/zeroxpos~/zeroxpos~.c @@ -185,7 +185,7 @@ void zeroxpos_tilde_setup(void) post("|find 1st, 2nd or 3rd etc zero crossing point in frame|"); post("|````edward¬¬¬¬¬¬¬¬¬¬¬¬kelly``````````````````2005¬¬¬¬|"); - class_sethelpsymbol(zeroxpos_tilde_class, gensym("help-zeroxpos~")); + class_addbang(zeroxpos_tilde_class, zeroxpos_tilde_bang); class_addmethod(zeroxpos_tilde_class, (t_method)zeroxpos_tilde_dsp, gensym("dsp"), 0); class_addmethod(zeroxpos_tilde_class, (t_method)zeroxpos_tilde_mode, gensym("mode"), A_DEFFLOAT, 0); |