diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-20 05:21:55 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-20 05:21:55 +0000 |
commit | 75ff432b273f6484dcefe48914d4fb863046230f (patch) | |
tree | d52ee4cef0f179946aac2eeaca07408039c3153f | |
parent | 01dc1fd220d6f17929bb613412dd2f54fe8eb438 (diff) |
included tools as objects with help patches, and fixed all other help patch errors
svn path=/trunk/externals/chaos/; revision=15630
32 files changed, 36 insertions, 32 deletions
@@ -10,10 +10,10 @@ SOURCES = attract1.c base3.c base.c dejong.c gingerbreadman.c henon.c hopalong.c # list all pd objects (i.e. myobject.pd) files here, and their helpfiles will # be included automatically -PDOBJECTS = +PDOBJECTS = fractal-tools.pd search-tools.pd # example patches and related files, in the 'examples' subfolder -EXAMPLES = fractal-tools.pd loop.pd martin-test-help.pd popcorn-test-help.pd quaruptwo-test-help.pd readme-frac-format.pd readme-fractals.pd readme-gen-fractal.pd readme-lyapunov.pd readme-operation.pd readme-parameter-ranges.pd readme-searching.pd search-tools.pd +EXAMPLES = loop.pd martin-test-help.pd popcorn-test-help.pd quaruptwo-test-help.pd readme-frac-format.pd readme-fractals.pd readme-gen-fractal.pd readme-lyapunov.pd readme-operation.pd readme-parameter-ranges.pd readme-searching.pd # manuals and related files, in the 'manual' subfolder MANUAL = diff --git a/attract1-help.pd b/attract1-help.pd index cb737b9..e2359eb 100644 --- a/attract1-help.pd +++ b/attract1-help.pd @@ -8,7 +8,7 @@ #X obj 44 132 metro 50; #X obj 19 131 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; -#X obj 242 104 readme-fractals; +#X obj 242 104 examples/readme-fractals; #X msg 87 245 search; #X text 138 246 Find a random attractor set; #X msg 98 266 show; diff --git a/base-help.pd b/base-help.pd index bc0fd83..f947527 100644 --- a/base-help.pd +++ b/base-help.pd @@ -9,7 +9,7 @@ #X obj 43 151 metro 50; #X obj 20 154 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; -#X obj 436 18 readme-fractals; +#X obj 436 18 examples/readme-fractals; #X text 21 19 Base Attractor; #X obj 53 262 fractal-tools; #X obj 43 285 base3 0.1 1.18939 2.24148; diff --git a/base3-help.pd b/base3-help.pd index 1d14e1b..5be9cd8 100644 --- a/base3-help.pd +++ b/base3-help.pd @@ -9,7 +9,7 @@ #X obj 43 151 metro 50; #X obj 20 154 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; -#X obj 436 18 readme-fractals; +#X obj 436 18 examples/readme-fractals; #X text 21 19 Base Attractor; #X obj 53 262 fractal-tools; #X obj 43 285 base3 0.1 1.18939 2.24148; diff --git a/dejong-help.pd b/dejong-help.pd index a85d82d..793d650 100644 --- a/dejong-help.pd +++ b/dejong-help.pd @@ -8,7 +8,7 @@ #X obj 44 132 metro 50; #X obj 19 131 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; -#X obj 242 104 readme-fractals; +#X obj 242 104 examples/readme-fractals; #X msg 87 245 search; #X text 138 246 Find a random attractor set; #X msg 98 266 show; diff --git a/examples/readme-fractals.pd b/examples/readme-fractals.pd index 2281c6a..2fee871 100644 --- a/examples/readme-fractals.pd +++ b/examples/readme-fractals.pd @@ -1,4 +1,5 @@ #N canvas 495 74 487 362 10; +#X declare -lib chaos; #X obj 56 202 readme-frac-format; #X obj 56 221 readme-gen-fractal; #X text 37 183 if you want to add new fractals:; @@ -52,3 +53,4 @@ of a search.; #X text 27 28 The Chaos Library provides a means to generate multiple chaotic datastreams \, as well as the ability to search for new attractor sets that produce other chaotic datastreams.; +#X obj 360 6 import chaos; diff --git a/examples/readme-searching.pd b/examples/readme-searching.pd index 0135779..6aea46a 100644 --- a/examples/readme-searching.pd +++ b/examples/readme-searching.pd @@ -1,4 +1,5 @@ #N canvas 39 41 1031 669 10; +#X declare -lib chaos; #X msg 471 344 show; #X msg 470 295 seed; #X msg 470 314 seed number; @@ -60,7 +61,7 @@ for each param in the fractal equation.; #X text 32 238 This example creates a 'latoocarfian' fractal with the class defaults. When a search is performed \, the initial state for the variables are set to the class defaults.; -#X obj 131 14 bng 15 250 50 0 empty empty empty 0 -6 32 8 -262144 -1 +#X obj 131 14 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X floatatom 166 211 10 0 0 0 X - -; #X floatatom 185 194 10 0 0 1 Y - -; @@ -99,3 +100,4 @@ is returned when you use the 'show' message.; #X text 18 154 Search Outlet 0:; #X text 18 227 Search Outlet 1: list of current variables; #X text 18 243 Search Outlet 2: list of parameter set; +#X obj 926 9 import chaos; diff --git a/examples/fractal-tools.pd b/fractal-tools.pd index 2170d6a..2170d6a 100644 --- a/examples/fractal-tools.pd +++ b/fractal-tools.pd diff --git a/gingerbreadman-help.pd b/gingerbreadman-help.pd index 701b33e..0626dcb 100644 --- a/gingerbreadman-help.pd +++ b/gingerbreadman-help.pd @@ -8,7 +8,7 @@ #X obj 44 132 metro 50; #X obj 19 131 bng 15 250 50 0 empty empty empty 0 -6 32 8 -262144 -1 -1; -#X obj 242 104 readme-fractals; +#X obj 242 104 examples/readme-fractals; #X msg 113 272 show; #X msg 76 156 reset; #X text 120 156 Reset to initial state from creation arguments; diff --git a/hopalong-help.pd b/hopalong-help.pd index 4b6433b..486d9bd 100644 --- a/hopalong-help.pd +++ b/hopalong-help.pd @@ -13,7 +13,7 @@ #X obj 43 151 metro 50; #X obj 18 150 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; -#X obj 25 83 readme-fractals; +#X obj 25 83 examples/readme-fractals; #X text 21 19 Hopalong Attractor; #X msg 99 234 param -639.064 886.792 -150.226; #X obj 43 348 hopalong 0.1 0.1 -639.064 886.792 -150.226; diff --git a/ikeda-help.pd b/ikeda-help.pd index ea7436b..aabc376 100644 --- a/ikeda-help.pd +++ b/ikeda-help.pd @@ -12,7 +12,7 @@ #X msg 308 193 param 0.4 0.8 20 1; #X text 20 18 Ikeda Attractor; #X text 19 33 Chaos PD Externals - Copyright Ben Bogart 2002; -#X obj 458 104 readme-fractals; +#X obj 458 104 examples/readme-fractals; #X obj 260 316 ikeda 0.1 0.1 0.4 0.9 6 1; #X msg 292 156 reset; #X text 336 156 Reset to initial state from creation arguments; diff --git a/latoocarfian-help.pd b/latoocarfian-help.pd index ee592be..bf2933c 100644 --- a/latoocarfian-help.pd +++ b/latoocarfian-help.pd @@ -16,7 +16,7 @@ #X obj 43 151 metro 50; #X obj 18 150 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; -#X obj 25 83 readme-fractals; +#X obj 25 83 examples/readme-fractals; #X obj 43 347 latoocarfian 0.1 0.1 -2.90515 -2.03043 1.44055 0.70307 ; #X obj 283 376 search-tools; diff --git a/latoomutalpha-help.pd b/latoomutalpha-help.pd index dda50f5..b08e627 100644 --- a/latoomutalpha-help.pd +++ b/latoomutalpha-help.pd @@ -16,7 +16,7 @@ #X obj 43 151 metro 50; #X obj 18 150 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; -#X obj 25 83 readme-fractals; +#X obj 25 83 examples/readme-fractals; #X obj 43 347 latoomutalpha 0.1 0.1 -2.90515 -2.03043 1.44055 0.70307 ; #X obj 289 374 search-tools; diff --git a/latoomutbeta-help.pd b/latoomutbeta-help.pd index 775b542..64f370c 100644 --- a/latoomutbeta-help.pd +++ b/latoomutbeta-help.pd @@ -16,7 +16,7 @@ #X obj 43 151 metro 50; #X obj 18 150 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; -#X obj 25 83 readme-fractals; +#X obj 25 83 examples/readme-fractals; #X obj 43 347 latoomutbeta 0.1 0.1 -2.90515 -2.03043 1.44055 0.70307 ; #X obj 283 373 search-tools; diff --git a/latoomutgamma-help.pd b/latoomutgamma-help.pd index 256b795..15ca0dc 100644 --- a/latoomutgamma-help.pd +++ b/latoomutgamma-help.pd @@ -16,7 +16,7 @@ #X obj 43 151 metro 50; #X obj 18 150 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; -#X obj 25 83 readme-fractals; +#X obj 25 83 examples/readme-fractals; #X obj 43 347 latoomutgamma 0.1 0.1 -2.90515 -2.03043 1.44055 0.70307 ; #X obj 289 374 search-tools; diff --git a/logistic-help.pd b/logistic-help.pd index 6121710..27a0514 100644 --- a/logistic-help.pd +++ b/logistic-help.pd @@ -1,4 +1,4 @@ #N canvas 149 395 450 300 10; #X text 71 41 1 variable; -#X obj 248 24 readme-fractals; +#X obj 248 24 examples/readme-fractals; #X obj 90 148 logistic; diff --git a/lorenz-help.pd b/lorenz-help.pd index eefd792..fb9f26a 100644 --- a/lorenz-help.pd +++ b/lorenz-help.pd @@ -12,7 +12,7 @@ #X floatatom 408 399 10 0 0 0 Z - -; #X text 20 18 Lorenz Attractor; #X text 19 33 Chaos PD Externals - Copyright Ben Bogart 2002; -#X obj 20 62 readme-fractals; +#X obj 20 62 examples/readme-fractals; #X obj 318 318 lorenz 0.1 0 0 0.02 10 28 2.66667; #X text 550 194 Modify parameters; #X msg 363 162 reset; diff --git a/lotkavolterra-help.pd b/lotkavolterra-help.pd index 6b21d67..2f2fc53 100644 --- a/lotkavolterra-help.pd +++ b/lotkavolterra-help.pd @@ -16,7 +16,7 @@ #X obj 43 151 metro 50; #X obj 18 150 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; -#X obj 25 83 readme-fractals; +#X obj 25 83 examples/readme-fractals; #X obj 43 347 lotkavolterra 0.1 0.1 -2.90515 -2.03043 1.44055 0.70307 ; #X obj 283 376 search-tools; diff --git a/martin-help.pd b/martin-help.pd index ef12d0d..6701be2 100644 --- a/martin-help.pd +++ b/martin-help.pd @@ -13,7 +13,7 @@ #X obj 43 151 metro 50; #X obj 18 150 bng 15 250 50 0 empty empty empty 0 -6 32 8 -262144 -1 -1; -#X obj 25 83 readme-fractals; +#X obj 25 83 examples/readme-fractals; #X obj 42 347 martin; #X text 143 429 This fractal exhibits chaotic tendencies when A (param) is in the vicinity of an odd multiple of PI.; diff --git a/mlogistic-help.pd b/mlogistic-help.pd index 0f0c9ba..a0dc3c7 100644 --- a/mlogistic-help.pd +++ b/mlogistic-help.pd @@ -1,4 +1,4 @@ #N canvas 149 395 450 300 10; #X text 71 41 1 variable; -#X obj 248 24 readme-fractals; +#X obj 248 24 examples/readme-fractals; #X obj 90 148 mlogistic; diff --git a/pickover-help.pd b/pickover-help.pd index 9b84c4f..a7aabe5 100644 --- a/pickover-help.pd +++ b/pickover-help.pd @@ -12,7 +12,7 @@ #X floatatom 408 399 10 0 0 0 Z - -; #X text 20 18 Pickover Attractor; #X text 19 33 Chaos PD Externals - Copyright Ben Bogart 2002; -#X obj 20 62 readme-fractals; +#X obj 20 62 examples/readme-fractals; #X obj 318 318 pickover 0.1 0 0 0.02 10 28 2.66667; #X text 550 194 Modify parameters; #X msg 363 162 reset; diff --git a/popcorn-help.pd b/popcorn-help.pd index 119edea..72b0554 100644 --- a/popcorn-help.pd +++ b/popcorn-help.pd @@ -13,7 +13,7 @@ #X obj 43 151 metro 50; #X obj 13 150 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; -#X obj 25 83 readme-fractals; +#X obj 25 83 examples/readme-fractals; #X msg 95 226 param 2.35155; #X obj 43 347 popcorn 0.1 0 2.35155; #X text 98 441 This fractal seems to allow is sole parameter to range diff --git a/quadruptwo-help.pd b/quadruptwo-help.pd index 48d2486..33fa6fc 100644 --- a/quadruptwo-help.pd +++ b/quadruptwo-help.pd @@ -13,7 +13,7 @@ #X obj 43 151 metro 50; #X obj 13 150 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; -#X obj 25 83 readme-fractals; +#X obj 25 83 examples/readme-fractals; #X msg 95 226 param 2.35155; #X obj 43 347 quadruptwo 0.1 0 2.35155; #X text 98 441 This fractal seems to allow is sole parameter to range diff --git a/quaruptwo-help.pd b/quaruptwo-help.pd index 292b46e..199065b 100644 --- a/quaruptwo-help.pd +++ b/quaruptwo-help.pd @@ -12,7 +12,7 @@ #X obj 43 151 metro 50; #X obj 18 150 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; -#X obj 25 83 readme-fractals; +#X obj 25 83 examples/readme-fractals; #X text 21 19 QuadrupTwo Attractor; #X msg 111 243 param 0 1 2; #X msg 88 191 reset; diff --git a/examples/search-tools.pd b/search-tools.pd index f00a011..c1bd939 100644 --- a/examples/search-tools.pd +++ b/search-tools.pd @@ -144,8 +144,8 @@ #X text 174 373 Param 1; #X text 174 393 Param 2; #X text 174 413 Param 3; -#X obj 188 164 readme-lyapunov; -#X obj 171 29 readme-searching; +#X obj 188 164 examples/readme-lyapunov; +#X obj 171 29 examples/readme-searching; #X obj -14 431 nbx 5 17 -1e+37 1e+37 0 0 empty \$0-v4 empty 0 -6 577 10 -262144 -1 -1 0 256; #X obj -14 451 nbx 5 17 -1e+37 1e+37 0 0 empty \$0-v5 empty 0 -6 577 diff --git a/standardmap-help.pd b/standardmap-help.pd index 02fb992..f644705 100644 --- a/standardmap-help.pd +++ b/standardmap-help.pd @@ -13,7 +13,7 @@ #X obj 43 151 metro 50; #X obj 18 150 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; -#X obj 25 83 readme-fractals; +#X obj 25 83 examples/readme-fractals; #X text 21 19 Standard Map; #X obj 43 369 standardmap; #X msg 110 242 param 0.89; diff --git a/strange1-help.pd b/strange1-help.pd index 0651696..799017a 100644 --- a/strange1-help.pd +++ b/strange1-help.pd @@ -8,7 +8,7 @@ #X obj 44 132 metro 50; #X obj 19 131 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; -#X obj 242 104 readme-fractals; +#X obj 242 104 examples/readme-fractals; #X msg 87 245 search; #X text 138 246 Find a random attractor set; #X msg 98 266 show; diff --git a/tent-help.pd b/tent-help.pd index fdda93a..28cfc70 100644 --- a/tent-help.pd +++ b/tent-help.pd @@ -1,4 +1,4 @@ #N canvas 149 395 450 300 10; #X obj 90 148 tent; #X text 71 41 1 variable; -#X obj 248 24 readme-fractals; +#X obj 248 24 examples/readme-fractals; diff --git a/three_d-help.pd b/three_d-help.pd index b2be663..f86b204 100644 --- a/three_d-help.pd +++ b/three_d-help.pd @@ -12,7 +12,7 @@ #X floatatom 408 399 10 0 0 0 Z - -; #X text 20 18 Three_D Attractor; #X text 19 33 Chaos PD Externals - Copyright Ben Bogart 2002; -#X obj 20 62 readme-fractals; +#X obj 20 62 examples/readme-fractals; #X obj 318 318 three_d 0.1 0 0 0.02 10 28 2.66667; #X text 550 194 Modify parameters; #X msg 363 162 reset; diff --git a/threeply-help.pd b/threeply-help.pd index 6609f45..e9c64a1 100644 --- a/threeply-help.pd +++ b/threeply-help.pd @@ -8,7 +8,7 @@ #X obj 44 132 metro 50; #X obj 19 131 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; -#X obj 242 104 readme-fractals; +#X obj 242 104 examples/readme-fractals; #X msg 87 245 search; #X text 138 246 Find a random attractor set; #X msg 98 266 show; diff --git a/tinkerbell-help.pd b/tinkerbell-help.pd index 3ff6d70..85b29df 100644 --- a/tinkerbell-help.pd +++ b/tinkerbell-help.pd @@ -8,7 +8,7 @@ #X obj 44 132 metro 50; #X obj 19 131 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; -#X obj 242 104 readme-fractals; +#X obj 242 104 examples/readme-fractals; #X msg 87 245 search; #X text 138 246 Find a random attractor set; #X msg 98 266 show; diff --git a/unity-help.pd b/unity-help.pd index 13cacc0..43a32ec 100644 --- a/unity-help.pd +++ b/unity-help.pd @@ -8,7 +8,7 @@ #X obj 44 132 metro 50; #X obj 19 131 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; -#X obj 242 104 readme-fractals; +#X obj 242 104 examples/readme-fractals; #X msg 87 245 search; #X text 138 246 Find a random attractor set; #X msg 98 266 show; |