From 48c014742612aa874fc736a5be3ab43e1091fa45 Mon Sep 17 00:00:00 2001 From: "B. Bogart" Date: Mon, 26 Aug 2002 16:17:00 +0000 Subject: First upload of chaos externals! svn path=/trunk/externals/bbogart/chaos/; revision=92 --- henon.pd | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 henon.pd (limited to 'henon.pd') diff --git a/henon.pd b/henon.pd new file mode 100644 index 0000000..dc90e54 --- /dev/null +++ b/henon.pd @@ -0,0 +1,24 @@ +#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 msg 114 143 reset; +#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 connect 0 0 12 0; +#X connect 1 0 0 0; +#X connect 2 0 0 1; +#X connect 3 0 12 0; +#X connect 11 0 12 0; +#X connect 12 0 8 0; +#X connect 12 1 4 0; -- cgit v1.2.1