From 5fb78045398126f1fba580217f0ffa62df47890a Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 20 Nov 2006 05:51:53 +0000 Subject: with Ben's permission, I renamed the help files to all be in the standard format and removed the redundant class_sethelpsymbol() functions svn path=/trunk/externals/bbogart/chaos/; revision=6341 --- attract1.c | 3 ++- base.c | 3 ++- base3.c | 3 ++- dejong.c | 3 ++- gingerbreadman.c | 3 ++- henon-help.pd | 24 ++++++++++++++++++++++++ henon.c | 3 ++- henon.pd | 24 ------------------------ hopalong.c | 3 ++- ikeda-help.pd | 26 ++++++++++++++++++++++++++ ikeda.c | 3 ++- ikeda.pd | 26 -------------------------- latoocarfian.c | 3 ++- latoomutalpha.c | 3 ++- latoomutbeta.c | 3 ++- latoomutgamma.c | 3 ++- logistic.c | 3 ++- lorenz-help.pd | 25 +++++++++++++++++++++++++ lorenz.c | 3 ++- lorenz.pd | 25 ------------------------- lotka_volterra.c | 3 ++- martin.c | 3 ++- mlogistic.c | 3 ++- pickover.c | 3 ++- popcorn.c | 3 ++- quadruptwo.c | 3 ++- rossler-help.pd | 25 +++++++++++++++++++++++++ rossler.c | 3 ++- rossler.pd | 25 ------------------------- standardmap.c | 3 ++- strange1.c | 3 ++- tent.c | 3 ++- three_d.c | 3 ++- threeply.c | 3 ++- tinkerbell.c | 3 ++- unity.c | 3 ++- 36 files changed, 156 insertions(+), 128 deletions(-) create mode 100644 henon-help.pd delete mode 100644 henon.pd create mode 100644 ikeda-help.pd delete mode 100644 ikeda.pd create mode 100644 lorenz-help.pd delete mode 100644 lorenz.pd create mode 100644 rossler-help.pd delete mode 100644 rossler.pd diff --git a/attract1.c b/attract1.c index dc1f4c1..a980170 100644 --- a/attract1.c +++ b/attract1.c @@ -364,6 +364,7 @@ void attract1_setup(void) { class_addmethod(attract1_class, (t_method) elyap, gensym("elyapunov"), 0); class_addmethod(attract1_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(attract1_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); - class_sethelpsymbol(attract1_class, gensym("help-attract1.pd")); + + } diff --git a/base.c b/base.c index ffdcb9f..87eef4a 100644 --- a/base.c +++ b/base.c @@ -264,6 +264,7 @@ void base_setup(void) { class_addmethod(base_class, (t_method) elyap, gensym("elyapunov"), 0); class_addmethod(base_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(base_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); - class_sethelpsymbol(base_class, gensym("help-base.pd")); + + } diff --git a/base3.c b/base3.c index 24f5a5e..697e21b 100644 --- a/base3.c +++ b/base3.c @@ -264,6 +264,7 @@ void base3_setup(void) { class_addmethod(base3_class, (t_method) elyap, gensym("elyapunov"), 0); class_addmethod(base3_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(base3_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); - class_sethelpsymbol(base3_class, gensym("help-base3.pd")); + + } diff --git a/dejong.c b/dejong.c index 8cd806f..746a6c5 100644 --- a/dejong.c +++ b/dejong.c @@ -320,6 +320,7 @@ void dejong_setup(void) { class_addmethod(dejong_class, (t_method) elyap, gensym("elyapunov"), 0); class_addmethod(dejong_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(dejong_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); - class_sethelpsymbol(dejong_class, gensym("help-dejong.pd")); + + } diff --git a/gingerbreadman.c b/gingerbreadman.c index 51218a1..a425f71 100644 --- a/gingerbreadman.c +++ b/gingerbreadman.c @@ -96,6 +96,7 @@ void gingerbreadman_setup(void) { gingerbreadman_class = class_new(gensym("gingerbreadman"), (t_newmethod) gingerbreadman_new, 0, sizeof(gingerbreadman_struct), 0, A_GIMME, 0); class_addbang(gingerbreadman_class, (t_method) calculate); class_addmethod(gingerbreadman_class, (t_method) reset, gensym("reset"), A_GIMME, 0); - class_sethelpsymbol(gingerbreadman_class, gensym("help-gingerbreadman.pd")); + + } diff --git a/henon-help.pd b/henon-help.pd new file mode 100644 index 0000000..99c9db8 --- /dev/null +++ b/henon-help.pd @@ -0,0 +1,24 @@ +#N canvas 450 295 368 335 10; +#X obj 29 114 metro 50; +#X obj 29 90 tgl 15 0 empty empty empty 20 8 0 8 -262144 -1 -1 1 1 +; +#X floatatom 80 89 5 0 0; +#X floatatom 74 285 5 0 0; +#X text 5 66 Calculate; +#X text 113 161 Reset To Initial Conditions; +#X text 115 212 Modify Parameters; +#X floatatom 29 285 5 0 0; +#X text 23 264 Output; +#X text 4 21 Chaos PD Externals - Copyright Ben Bogart 2002; +#X msg 117 195 param 1.4 0.3; +#X obj 29 177 henon; +#X text 5 6 Henon's Attractor; +#X text 3 37 (This attractor is not continuous); +#X msg 114 143 reset 1 1; +#X connect 0 0 11 0; +#X connect 1 0 0 0; +#X connect 2 0 0 1; +#X connect 10 0 11 0; +#X connect 11 0 7 0; +#X connect 11 1 3 0; +#X connect 14 0 11 0; diff --git a/henon.c b/henon.c index c921ded..211205e 100644 --- a/henon.c +++ b/henon.c @@ -276,6 +276,7 @@ void henon_setup(void) { class_addmethod(henon_class, (t_method) elyap, gensym("elyapunov"), 0); class_addmethod(henon_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(henon_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); - class_sethelpsymbol(henon_class, gensym("help-henon.pd")); + + } diff --git a/henon.pd b/henon.pd deleted file mode 100644 index 99c9db8..0000000 --- a/henon.pd +++ /dev/null @@ -1,24 +0,0 @@ -#N canvas 450 295 368 335 10; -#X obj 29 114 metro 50; -#X obj 29 90 tgl 15 0 empty empty empty 20 8 0 8 -262144 -1 -1 1 1 -; -#X floatatom 80 89 5 0 0; -#X floatatom 74 285 5 0 0; -#X text 5 66 Calculate; -#X text 113 161 Reset To Initial Conditions; -#X text 115 212 Modify Parameters; -#X floatatom 29 285 5 0 0; -#X text 23 264 Output; -#X text 4 21 Chaos PD Externals - Copyright Ben Bogart 2002; -#X msg 117 195 param 1.4 0.3; -#X obj 29 177 henon; -#X text 5 6 Henon's Attractor; -#X text 3 37 (This attractor is not continuous); -#X msg 114 143 reset 1 1; -#X connect 0 0 11 0; -#X connect 1 0 0 0; -#X connect 2 0 0 1; -#X connect 10 0 11 0; -#X connect 11 0 7 0; -#X connect 11 1 3 0; -#X connect 14 0 11 0; diff --git a/hopalong.c b/hopalong.c index 01f6d13..745e78c 100644 --- a/hopalong.c +++ b/hopalong.c @@ -298,6 +298,7 @@ void hopalong_setup(void) { class_addmethod(hopalong_class, (t_method) elyap, gensym("elyapunov"), 0); class_addmethod(hopalong_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(hopalong_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); - class_sethelpsymbol(hopalong_class, gensym("help-hopalong.pd")); + + } diff --git a/ikeda-help.pd b/ikeda-help.pd new file mode 100644 index 0000000..e94bfca --- /dev/null +++ b/ikeda-help.pd @@ -0,0 +1,26 @@ +#N canvas 48 298 368 335 10; +#X obj 29 114 metro 50; +#X obj 29 90 tgl 15 0 empty empty empty 20 8 0 8 -262144 -1 -1 1 1 +; +#X floatatom 80 89 5 0 0; +#X floatatom 74 285 5 0 0; +#X text 5 66 Calculate; +#X text 113 161 Reset To Initial Conditions; +#X text 114 234 Modify Parameters; +#X floatatom 29 285 5 0 0; +#X text 23 264 Output; +#X text 4 21 Chaos PD Externals - Copyright Ben Bogart 2002; +#X text 3 37 (This attractor is not continuous); +#X obj 29 177 ikeda; +#X msg 116 215 param 0.4 0.9 6 1; +#X msg 116 193 param 0.4 0.8 20 1; +#X text 5 6 Ikeda Attractor; +#X msg 114 143 reset 0.1 0.1; +#X connect 0 0 11 0; +#X connect 1 0 0 0; +#X connect 2 0 0 1; +#X connect 11 0 7 0; +#X connect 11 1 3 0; +#X connect 12 0 11 0; +#X connect 13 0 11 0; +#X connect 15 0 11 0; diff --git a/ikeda.c b/ikeda.c index 4299f46..a155b81 100644 --- a/ikeda.c +++ b/ikeda.c @@ -323,6 +323,7 @@ void ikeda_setup(void) { class_addmethod(ikeda_class, (t_method) elyap, gensym("elyapunov"), 0); class_addmethod(ikeda_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(ikeda_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); - class_sethelpsymbol(ikeda_class, gensym("help-ikeda.pd")); + + } diff --git a/ikeda.pd b/ikeda.pd deleted file mode 100644 index e94bfca..0000000 --- a/ikeda.pd +++ /dev/null @@ -1,26 +0,0 @@ -#N canvas 48 298 368 335 10; -#X obj 29 114 metro 50; -#X obj 29 90 tgl 15 0 empty empty empty 20 8 0 8 -262144 -1 -1 1 1 -; -#X floatatom 80 89 5 0 0; -#X floatatom 74 285 5 0 0; -#X text 5 66 Calculate; -#X text 113 161 Reset To Initial Conditions; -#X text 114 234 Modify Parameters; -#X floatatom 29 285 5 0 0; -#X text 23 264 Output; -#X text 4 21 Chaos PD Externals - Copyright Ben Bogart 2002; -#X text 3 37 (This attractor is not continuous); -#X obj 29 177 ikeda; -#X msg 116 215 param 0.4 0.9 6 1; -#X msg 116 193 param 0.4 0.8 20 1; -#X text 5 6 Ikeda Attractor; -#X msg 114 143 reset 0.1 0.1; -#X connect 0 0 11 0; -#X connect 1 0 0 0; -#X connect 2 0 0 1; -#X connect 11 0 7 0; -#X connect 11 1 3 0; -#X connect 12 0 11 0; -#X connect 13 0 11 0; -#X connect 15 0 11 0; diff --git a/latoocarfian.c b/latoocarfian.c index 996d987..098cbec 100644 --- a/latoocarfian.c +++ b/latoocarfian.c @@ -320,6 +320,7 @@ void latoocarfian_setup(void) { class_addmethod(latoocarfian_class, (t_method) elyap, gensym("elyapunov"), 0); class_addmethod(latoocarfian_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(latoocarfian_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); - class_sethelpsymbol(latoocarfian_class, gensym("help-latoocarfian.pd")); + + } diff --git a/latoomutalpha.c b/latoomutalpha.c index 3648d8c..b3d4ac1 100644 --- a/latoomutalpha.c +++ b/latoomutalpha.c @@ -320,6 +320,7 @@ void latoomutalpha_setup(void) { class_addmethod(latoomutalpha_class, (t_method) elyap, gensym("elyapunov"), 0); class_addmethod(latoomutalpha_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(latoomutalpha_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); - class_sethelpsymbol(latoomutalpha_class, gensym("help-latoomutalpha.pd")); + + } diff --git a/latoomutbeta.c b/latoomutbeta.c index 759cddd..3c2e77b 100644 --- a/latoomutbeta.c +++ b/latoomutbeta.c @@ -320,6 +320,7 @@ void latoomutbeta_setup(void) { class_addmethod(latoomutbeta_class, (t_method) elyap, gensym("elyapunov"), 0); class_addmethod(latoomutbeta_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(latoomutbeta_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); - class_sethelpsymbol(latoomutbeta_class, gensym("help-latoomutbeta.pd")); + + } diff --git a/latoomutgamma.c b/latoomutgamma.c index ea9f717..dbe4064 100644 --- a/latoomutgamma.c +++ b/latoomutgamma.c @@ -320,6 +320,7 @@ void latoomutgamma_setup(void) { class_addmethod(latoomutgamma_class, (t_method) elyap, gensym("elyapunov"), 0); class_addmethod(latoomutgamma_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(latoomutgamma_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); - class_sethelpsymbol(latoomutgamma_class, gensym("help-latoomutgamma.pd")); + + } diff --git a/logistic.c b/logistic.c index 509bfb3..4966f98 100644 --- a/logistic.c +++ b/logistic.c @@ -242,6 +242,7 @@ void logistic_setup(void) { class_addmethod(logistic_class, (t_method) elyap, gensym("elyapunov"), 0); class_addmethod(logistic_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(logistic_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); - class_sethelpsymbol(logistic_class, gensym("help-logistic.pd")); + + } diff --git a/lorenz-help.pd b/lorenz-help.pd new file mode 100644 index 0000000..55170fc --- /dev/null +++ b/lorenz-help.pd @@ -0,0 +1,25 @@ +#N canvas 288 95 368 335 10; +#X obj 29 114 metro 50; +#X obj 29 90 tgl 15 0 empty empty empty 20 8 0 8 -262144 -1 -1 0 1 +; +#X floatatom 80 89 5 0 0; +#X obj 29 177 lorenz; +#X floatatom 74 285 5 0 0; +#X msg 115 194 param 0.02 10 28 2.667; +#X text 5 6 Lorenz's Attractor; +#X text 5 66 Calculate; +#X text 113 161 Reset To Initial Conditions; +#X text 115 212 Modify Parameters; +#X floatatom 29 285 5 0 0; +#X floatatom 120 285 5 0 0; +#X text 58 258 Output; +#X text 4 21 Chaos PD Externals - Copyright Ben Bogart 2002; +#X msg 114 143 reset 0.1 0 0; +#X connect 0 0 3 0; +#X connect 1 0 0 0; +#X connect 2 0 0 1; +#X connect 3 0 10 0; +#X connect 3 1 4 0; +#X connect 3 2 11 0; +#X connect 5 0 3 0; +#X connect 14 0 3 0; diff --git a/lorenz.c b/lorenz.c index 35853fb..98665d0 100644 --- a/lorenz.c +++ b/lorenz.c @@ -330,6 +330,7 @@ void lorenz_setup(void) { class_addmethod(lorenz_class, (t_method) elyap, gensym("elyapunov"), 0); class_addmethod(lorenz_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(lorenz_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); - class_sethelpsymbol(lorenz_class, gensym("help-lorenz.pd")); + + } diff --git a/lorenz.pd b/lorenz.pd deleted file mode 100644 index 55170fc..0000000 --- a/lorenz.pd +++ /dev/null @@ -1,25 +0,0 @@ -#N canvas 288 95 368 335 10; -#X obj 29 114 metro 50; -#X obj 29 90 tgl 15 0 empty empty empty 20 8 0 8 -262144 -1 -1 0 1 -; -#X floatatom 80 89 5 0 0; -#X obj 29 177 lorenz; -#X floatatom 74 285 5 0 0; -#X msg 115 194 param 0.02 10 28 2.667; -#X text 5 6 Lorenz's Attractor; -#X text 5 66 Calculate; -#X text 113 161 Reset To Initial Conditions; -#X text 115 212 Modify Parameters; -#X floatatom 29 285 5 0 0; -#X floatatom 120 285 5 0 0; -#X text 58 258 Output; -#X text 4 21 Chaos PD Externals - Copyright Ben Bogart 2002; -#X msg 114 143 reset 0.1 0 0; -#X connect 0 0 3 0; -#X connect 1 0 0 0; -#X connect 2 0 0 1; -#X connect 3 0 10 0; -#X connect 3 1 4 0; -#X connect 3 2 11 0; -#X connect 5 0 3 0; -#X connect 14 0 3 0; diff --git a/lotka_volterra.c b/lotka_volterra.c index ecb4b75..15db274 100644 --- a/lotka_volterra.c +++ b/lotka_volterra.c @@ -320,6 +320,7 @@ void lotkavolterra_setup(void) { class_addmethod(lotkavolterra_class, (t_method) elyap, gensym("elyapunov"), 0); class_addmethod(lotkavolterra_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(lotkavolterra_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); - class_sethelpsymbol(lotkavolterra_class, gensym("help-lotkavolterra.pd")); + + } diff --git a/martin.c b/martin.c index bc8b6ff..91cb0cc 100644 --- a/martin.c +++ b/martin.c @@ -254,6 +254,7 @@ void martin_setup(void) { class_addmethod(martin_class, (t_method) elyap, gensym("elyapunov"), 0); class_addmethod(martin_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(martin_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); - class_sethelpsymbol(martin_class, gensym("help-martin.pd")); + + } diff --git a/mlogistic.c b/mlogistic.c index def932b..ad1ea30 100644 --- a/mlogistic.c +++ b/mlogistic.c @@ -242,6 +242,7 @@ void mlogistic_setup(void) { class_addmethod(mlogistic_class, (t_method) elyap, gensym("elyapunov"), 0); class_addmethod(mlogistic_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(mlogistic_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); - class_sethelpsymbol(mlogistic_class, gensym("help-mlogistic.pd")); + + } diff --git a/pickover.c b/pickover.c index 73a46e5..b73d7db 100644 --- a/pickover.c +++ b/pickover.c @@ -330,6 +330,7 @@ void pickover_setup(void) { class_addmethod(pickover_class, (t_method) elyap, gensym("elyapunov"), 0); class_addmethod(pickover_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(pickover_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); - class_sethelpsymbol(pickover_class, gensym("help-pickover.pd")); + + } diff --git a/popcorn.c b/popcorn.c index 8b46857..2feca37 100644 --- a/popcorn.c +++ b/popcorn.c @@ -254,6 +254,7 @@ void popcorn_setup(void) { class_addmethod(popcorn_class, (t_method) elyap, gensym("elyapunov"), 0); class_addmethod(popcorn_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(popcorn_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); - class_sethelpsymbol(popcorn_class, gensym("help-popcorn.pd")); + + } diff --git a/quadruptwo.c b/quadruptwo.c index 4869731..89543eb 100644 --- a/quadruptwo.c +++ b/quadruptwo.c @@ -298,6 +298,7 @@ void quadruptwo_setup(void) { class_addmethod(quadruptwo_class, (t_method) elyap, gensym("elyapunov"), 0); class_addmethod(quadruptwo_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(quadruptwo_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); - class_sethelpsymbol(quadruptwo_class, gensym("help-quadruptwo.pd")); + + } diff --git a/rossler-help.pd b/rossler-help.pd new file mode 100644 index 0000000..1b07ebe --- /dev/null +++ b/rossler-help.pd @@ -0,0 +1,25 @@ +#N canvas 48 298 368 335 10; +#X obj 29 114 metro 50; +#X obj 29 90 tgl 15 0 empty empty empty 20 8 0 8 -262144 -1 -1 0 1 +; +#X floatatom 80 89 5 0 0; +#X floatatom 74 285 5 0 0; +#X text 5 66 Calculate; +#X text 113 161 Reset To Initial Conditions; +#X text 115 212 Modify Parameters; +#X floatatom 29 285 5 0 0; +#X floatatom 120 285 5 0 0; +#X text 58 258 Output; +#X text 4 21 Chaos PD Externals - Copyright Ben Bogart 2002; +#X obj 29 177 rossler; +#X msg 115 193 param 0.01 0.39 0.4 5.8; +#X text 5 6 Rossler's Attractor; +#X msg 114 143 reset 0.1 0 0; +#X connect 0 0 11 0; +#X connect 1 0 0 0; +#X connect 2 0 0 1; +#X connect 11 0 7 0; +#X connect 11 1 3 0; +#X connect 11 2 8 0; +#X connect 12 0 11 0; +#X connect 14 0 11 0; diff --git a/rossler.c b/rossler.c index 38217b0..835e908 100644 --- a/rossler.c +++ b/rossler.c @@ -330,6 +330,7 @@ void rossler_setup(void) { class_addmethod(rossler_class, (t_method) elyap, gensym("elyapunov"), 0); class_addmethod(rossler_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(rossler_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); - class_sethelpsymbol(rossler_class, gensym("help-rossler.pd")); + + } diff --git a/rossler.pd b/rossler.pd deleted file mode 100644 index 1b07ebe..0000000 --- a/rossler.pd +++ /dev/null @@ -1,25 +0,0 @@ -#N canvas 48 298 368 335 10; -#X obj 29 114 metro 50; -#X obj 29 90 tgl 15 0 empty empty empty 20 8 0 8 -262144 -1 -1 0 1 -; -#X floatatom 80 89 5 0 0; -#X floatatom 74 285 5 0 0; -#X text 5 66 Calculate; -#X text 113 161 Reset To Initial Conditions; -#X text 115 212 Modify Parameters; -#X floatatom 29 285 5 0 0; -#X floatatom 120 285 5 0 0; -#X text 58 258 Output; -#X text 4 21 Chaos PD Externals - Copyright Ben Bogart 2002; -#X obj 29 177 rossler; -#X msg 115 193 param 0.01 0.39 0.4 5.8; -#X text 5 6 Rossler's Attractor; -#X msg 114 143 reset 0.1 0 0; -#X connect 0 0 11 0; -#X connect 1 0 0 0; -#X connect 2 0 0 1; -#X connect 11 0 7 0; -#X connect 11 1 3 0; -#X connect 11 2 8 0; -#X connect 12 0 11 0; -#X connect 14 0 11 0; diff --git a/standardmap.c b/standardmap.c index efb099c..c55823c 100644 --- a/standardmap.c +++ b/standardmap.c @@ -254,6 +254,7 @@ void standardmap_setup(void) { class_addmethod(standardmap_class, (t_method) elyap, gensym("elyapunov"), 0); class_addmethod(standardmap_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(standardmap_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); - class_sethelpsymbol(standardmap_class, gensym("help-standardmap.pd")); + + } diff --git a/strange1.c b/strange1.c index 2a4f500..3823398 100644 --- a/strange1.c +++ b/strange1.c @@ -496,6 +496,7 @@ void strange1_setup(void) { class_addmethod(strange1_class, (t_method) elyap, gensym("elyapunov"), 0); class_addmethod(strange1_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(strange1_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); - class_sethelpsymbol(strange1_class, gensym("help-strange1.pd")); + + } diff --git a/tent.c b/tent.c index baf7302..615d2b4 100644 --- a/tent.c +++ b/tent.c @@ -242,6 +242,7 @@ void tent_setup(void) { class_addmethod(tent_class, (t_method) elyap, gensym("elyapunov"), 0); class_addmethod(tent_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(tent_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); - class_sethelpsymbol(tent_class, gensym("help-tent.pd")); + + } diff --git a/three_d.c b/three_d.c index 3ba4e7f..f88191a 100644 --- a/three_d.c +++ b/three_d.c @@ -352,6 +352,7 @@ void three_d_setup(void) { class_addmethod(three_d_class, (t_method) elyap, gensym("elyapunov"), 0); class_addmethod(three_d_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(three_d_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); - class_sethelpsymbol(three_d_class, gensym("help-three_d.pd")); + + } diff --git a/threeply.c b/threeply.c index 7618772..316783f 100644 --- a/threeply.c +++ b/threeply.c @@ -298,6 +298,7 @@ void threeply_setup(void) { class_addmethod(threeply_class, (t_method) elyap, gensym("elyapunov"), 0); class_addmethod(threeply_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(threeply_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); - class_sethelpsymbol(threeply_class, gensym("help-threeply.pd")); + + } diff --git a/tinkerbell.c b/tinkerbell.c index b934bd9..bd4b1bb 100644 --- a/tinkerbell.c +++ b/tinkerbell.c @@ -320,6 +320,7 @@ void tinkerbell_setup(void) { class_addmethod(tinkerbell_class, (t_method) elyap, gensym("elyapunov"), 0); class_addmethod(tinkerbell_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(tinkerbell_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); - class_sethelpsymbol(tinkerbell_class, gensym("help-tinkerbell.pd")); + + } diff --git a/unity.c b/unity.c index 21ecc6f..63af1dd 100644 --- a/unity.c +++ b/unity.c @@ -97,6 +97,7 @@ void unity_setup(void) { unity_class = class_new(gensym("unity"), (t_newmethod) unity_new, 0, sizeof(unity_struct), 0, A_GIMME, 0); class_addbang(unity_class, (t_method) calculate); class_addmethod(unity_class, (t_method) reset, gensym("reset"), A_GIMME, 0); - class_sethelpsymbol(unity_class, gensym("help-unity.pd")); + + } -- cgit v1.2.1