Update of /cvsroot/pure-data/externals/bbogart/chaos In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8082/chaos
Modified Files: attract1.c base.c base3.c dejong.c gingerbreadman.c henon.c hopalong.c ikeda.c latoocarfian.c latoomutalpha.c latoomutbeta.c latoomutgamma.c logistic.c lorenz.c lotka_volterra.c martin.c mlogistic.c pickover.c popcorn.c quadruptwo.c rossler.c standardmap.c strange1.c tent.c three_d.c threeply.c tinkerbell.c unity.c Added Files: henon-help.pd ikeda-help.pd lorenz-help.pd rossler-help.pd Removed Files: henon.pd ikeda.pd lorenz.pd rossler.pd Log Message: with Ben's permission, I renamed the help files to all be in the standard format and removed the redundant class_sethelpsymbol() functions
Index: base3.c =================================================================== RCS file: /cvsroot/pure-data/externals/bbogart/chaos/base3.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** base3.c 30 Sep 2003 16:04:40 -0000 1.1 --- base3.c 20 Nov 2006 05:51:52 -0000 1.2 *************** *** 265,269 **** 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")); }
--- 265,270 ---- class_addmethod(base3_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(base3_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); ! ! }
Index: attract1.c =================================================================== RCS file: /cvsroot/pure-data/externals/bbogart/chaos/attract1.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** attract1.c 30 Sep 2003 16:04:40 -0000 1.1 --- attract1.c 20 Nov 2006 05:51:52 -0000 1.2 *************** *** 365,369 **** 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")); }
--- 365,370 ---- class_addmethod(attract1_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(attract1_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); ! ! }
Index: hopalong.c =================================================================== RCS file: /cvsroot/pure-data/externals/bbogart/chaos/hopalong.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** hopalong.c 30 Sep 2003 16:04:40 -0000 1.1 --- hopalong.c 20 Nov 2006 05:51:52 -0000 1.2 *************** *** 299,303 **** 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")); }
--- 299,304 ---- class_addmethod(hopalong_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(hopalong_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); ! ! }
Index: latoomutalpha.c =================================================================== RCS file: /cvsroot/pure-data/externals/bbogart/chaos/latoomutalpha.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** latoomutalpha.c 30 Sep 2003 16:04:40 -0000 1.1 --- latoomutalpha.c 20 Nov 2006 05:51:52 -0000 1.2 *************** *** 321,325 **** 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")); }
--- 321,326 ---- class_addmethod(latoomutalpha_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(latoomutalpha_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); ! ! }
Index: mlogistic.c =================================================================== RCS file: /cvsroot/pure-data/externals/bbogart/chaos/mlogistic.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mlogistic.c 30 Sep 2003 16:04:40 -0000 1.1 --- mlogistic.c 20 Nov 2006 05:51:53 -0000 1.2 *************** *** 243,247 **** 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")); }
--- 243,248 ---- class_addmethod(mlogistic_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(mlogistic_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); ! ! }
Index: strange1.c =================================================================== RCS file: /cvsroot/pure-data/externals/bbogart/chaos/strange1.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** strange1.c 30 Sep 2003 16:04:40 -0000 1.1 --- strange1.c 20 Nov 2006 05:51:53 -0000 1.2 *************** *** 497,501 **** 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")); }
--- 497,502 ---- class_addmethod(strange1_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(strange1_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); ! ! }
Index: popcorn.c =================================================================== RCS file: /cvsroot/pure-data/externals/bbogart/chaos/popcorn.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** popcorn.c 30 Sep 2003 16:04:40 -0000 1.1 --- popcorn.c 20 Nov 2006 05:51:53 -0000 1.2 *************** *** 255,259 **** 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")); }
--- 255,260 ---- class_addmethod(popcorn_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(popcorn_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); ! ! }
Index: dejong.c =================================================================== RCS file: /cvsroot/pure-data/externals/bbogart/chaos/dejong.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dejong.c 30 Sep 2003 16:04:40 -0000 1.1 --- dejong.c 20 Nov 2006 05:51:52 -0000 1.2 *************** *** 321,325 **** 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")); }
--- 321,326 ---- class_addmethod(dejong_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(dejong_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); ! ! }
Index: logistic.c =================================================================== RCS file: /cvsroot/pure-data/externals/bbogart/chaos/logistic.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** logistic.c 30 Sep 2003 16:06:46 -0000 1.1 --- logistic.c 20 Nov 2006 05:51:52 -0000 1.2 *************** *** 243,247 **** 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")); }
--- 243,248 ---- class_addmethod(logistic_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(logistic_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); ! ! }
Index: tinkerbell.c =================================================================== RCS file: /cvsroot/pure-data/externals/bbogart/chaos/tinkerbell.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tinkerbell.c 30 Sep 2003 16:04:40 -0000 1.1 --- tinkerbell.c 20 Nov 2006 05:51:53 -0000 1.2 *************** *** 321,325 **** 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")); }
--- 321,326 ---- class_addmethod(tinkerbell_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(tinkerbell_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); ! ! }
Index: gingerbreadman.c =================================================================== RCS file: /cvsroot/pure-data/externals/bbogart/chaos/gingerbreadman.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** gingerbreadman.c 30 Sep 2003 16:04:40 -0000 1.1 --- gingerbreadman.c 20 Nov 2006 05:51:52 -0000 1.2 *************** *** 97,101 **** 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")); }
--- 97,102 ---- class_addbang(gingerbreadman_class, (t_method) calculate); class_addmethod(gingerbreadman_class, (t_method) reset, gensym("reset"), A_GIMME, 0); ! ! }
Index: martin.c =================================================================== RCS file: /cvsroot/pure-data/externals/bbogart/chaos/martin.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** martin.c 30 Sep 2003 16:06:46 -0000 1.1 --- martin.c 20 Nov 2006 05:51:52 -0000 1.2 *************** *** 255,259 **** 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")); }
--- 255,260 ---- class_addmethod(martin_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(martin_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); ! ! }
--- lorenz.pd DELETED ---
--- NEW FILE: henon-help.pd --- #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;
Index: latoomutbeta.c =================================================================== RCS file: /cvsroot/pure-data/externals/bbogart/chaos/latoomutbeta.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** latoomutbeta.c 30 Sep 2003 16:04:40 -0000 1.1 --- latoomutbeta.c 20 Nov 2006 05:51:52 -0000 1.2 *************** *** 321,325 **** 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")); }
--- 321,326 ---- class_addmethod(latoomutbeta_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(latoomutbeta_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); ! ! }
Index: threeply.c =================================================================== RCS file: /cvsroot/pure-data/externals/bbogart/chaos/threeply.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** threeply.c 30 Sep 2003 16:04:40 -0000 1.1 --- threeply.c 20 Nov 2006 05:51:53 -0000 1.2 *************** *** 299,303 **** 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")); }
--- 299,304 ---- class_addmethod(threeply_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(threeply_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); ! ! }
Index: rossler.c =================================================================== RCS file: /cvsroot/pure-data/externals/bbogart/chaos/rossler.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** rossler.c 30 Sep 2003 15:58:08 -0000 1.4 --- rossler.c 20 Nov 2006 05:51:53 -0000 1.5 *************** *** 331,335 **** 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")); }
--- 331,336 ---- class_addmethod(rossler_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(rossler_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); ! ! }
--- ikeda.pd DELETED ---
--- NEW FILE: rossler-help.pd --- #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;
Index: tent.c =================================================================== RCS file: /cvsroot/pure-data/externals/bbogart/chaos/tent.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tent.c 30 Sep 2003 16:04:40 -0000 1.1 --- tent.c 20 Nov 2006 05:51:53 -0000 1.2 *************** *** 243,247 **** 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")); }
--- 243,248 ---- class_addmethod(tent_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(tent_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); ! ! }
Index: lorenz.c =================================================================== RCS file: /cvsroot/pure-data/externals/bbogart/chaos/lorenz.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** lorenz.c 30 Sep 2003 15:58:08 -0000 1.4 --- lorenz.c 20 Nov 2006 05:51:52 -0000 1.5 *************** *** 331,335 **** 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")); }
--- 331,336 ---- class_addmethod(lorenz_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(lorenz_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); ! ! }
--- NEW FILE: lorenz-help.pd --- #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;
Index: unity.c =================================================================== RCS file: /cvsroot/pure-data/externals/bbogart/chaos/unity.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** unity.c 30 Sep 2003 16:04:40 -0000 1.1 --- unity.c 20 Nov 2006 05:51:53 -0000 1.2 *************** *** 98,102 **** 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")); }
--- 98,103 ---- class_addbang(unity_class, (t_method) calculate); class_addmethod(unity_class, (t_method) reset, gensym("reset"), A_GIMME, 0); ! ! }
Index: latoomutgamma.c =================================================================== RCS file: /cvsroot/pure-data/externals/bbogart/chaos/latoomutgamma.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** latoomutgamma.c 30 Sep 2003 16:04:40 -0000 1.1 --- latoomutgamma.c 20 Nov 2006 05:51:52 -0000 1.2 *************** *** 321,325 **** 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")); }
--- 321,326 ---- class_addmethod(latoomutgamma_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(latoomutgamma_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); ! ! }
--- rossler.pd DELETED ---
--- henon.pd DELETED ---
Index: ikeda.c =================================================================== RCS file: /cvsroot/pure-data/externals/bbogart/chaos/ikeda.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ikeda.c 30 Sep 2003 15:58:08 -0000 1.4 --- ikeda.c 20 Nov 2006 05:51:52 -0000 1.5 *************** *** 324,328 **** 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")); }
--- 324,329 ---- class_addmethod(ikeda_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(ikeda_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); ! ! }
Index: standardmap.c =================================================================== RCS file: /cvsroot/pure-data/externals/bbogart/chaos/standardmap.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** standardmap.c 30 Sep 2003 16:04:40 -0000 1.1 --- standardmap.c 20 Nov 2006 05:51:53 -0000 1.2 *************** *** 255,259 **** 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")); }
--- 255,260 ---- class_addmethod(standardmap_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(standardmap_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); ! ! }
Index: base.c =================================================================== RCS file: /cvsroot/pure-data/externals/bbogart/chaos/base.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** base.c 30 Sep 2003 16:04:40 -0000 1.1 --- base.c 20 Nov 2006 05:51:52 -0000 1.2 *************** *** 265,269 **** 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")); }
--- 265,270 ---- class_addmethod(base_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(base_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); ! ! }
Index: pickover.c =================================================================== RCS file: /cvsroot/pure-data/externals/bbogart/chaos/pickover.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pickover.c 30 Sep 2003 16:04:40 -0000 1.1 --- pickover.c 20 Nov 2006 05:51:53 -0000 1.2 *************** *** 331,335 **** 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")); }
--- 331,336 ---- class_addmethod(pickover_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(pickover_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); ! ! }
Index: latoocarfian.c =================================================================== RCS file: /cvsroot/pure-data/externals/bbogart/chaos/latoocarfian.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** latoocarfian.c 30 Sep 2003 16:04:40 -0000 1.1 --- latoocarfian.c 20 Nov 2006 05:51:52 -0000 1.2 *************** *** 321,325 **** 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")); }
--- 321,326 ---- class_addmethod(latoocarfian_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(latoocarfian_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); ! ! }
Index: lotka_volterra.c =================================================================== RCS file: /cvsroot/pure-data/externals/bbogart/chaos/lotka_volterra.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lotka_volterra.c 30 Sep 2003 16:06:46 -0000 1.1 --- lotka_volterra.c 20 Nov 2006 05:51:52 -0000 1.2 *************** *** 321,325 **** 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")); }
--- 321,326 ---- class_addmethod(lotkavolterra_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(lotkavolterra_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); ! ! }
Index: three_d.c =================================================================== RCS file: /cvsroot/pure-data/externals/bbogart/chaos/three_d.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** three_d.c 30 Sep 2003 16:04:40 -0000 1.1 --- three_d.c 20 Nov 2006 05:51:53 -0000 1.2 *************** *** 353,357 **** 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")); }
--- 353,358 ---- 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); ! ! }
--- NEW FILE: ikeda-help.pd --- #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;
Index: henon.c =================================================================== RCS file: /cvsroot/pure-data/externals/bbogart/chaos/henon.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** henon.c 30 Sep 2003 15:58:08 -0000 1.4 --- henon.c 20 Nov 2006 05:51:52 -0000 1.5 *************** *** 277,281 **** 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")); }
--- 277,282 ---- class_addmethod(henon_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(henon_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); ! ! }
Index: quadruptwo.c =================================================================== RCS file: /cvsroot/pure-data/externals/bbogart/chaos/quadruptwo.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** quadruptwo.c 30 Sep 2003 16:04:40 -0000 1.1 --- quadruptwo.c 20 Nov 2006 05:51:53 -0000 1.2 *************** *** 299,303 **** 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")); }
--- 299,304 ---- class_addmethod(quadruptwo_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(quadruptwo_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); ! ! }