From 4d64e4cd434426234a5c313c151cd79b6afc299e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juha=20Vehvil=C3=A4inen?= Date: Sat, 6 Jul 2002 17:50:18 +0000 Subject: *** empty log message *** svn path=/trunk/Framestein/; revision=27 --- Patches/ramp.pd | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 Patches/ramp.pd (limited to 'Patches/ramp.pd') diff --git a/Patches/ramp.pd b/Patches/ramp.pd new file mode 100644 index 0000000..5f84056 --- /dev/null +++ b/Patches/ramp.pd @@ -0,0 +1,35 @@ +#N canvas 60 34 505 412 10; +#X obj 60 40 inlet; +#X text 106 40 from \, to \, steps; +#X obj 54 372 outlet; +#X text 108 373 float; +#X obj 68 77 unpack f f f; +#X obj 277 177 f; +#X obj 277 201 bangx; +#X obj 144 131 f; +#X obj 144 177 -; +#X text 175 178 to - from; +#X obj 144 204 /; +#X text 174 205 div steps; +#X obj 128 254 +; +#X obj 68 124 t b b f f; +#X obj 101 254 f; +#X obj 101 277 t f f; +#X connect 0 0 4 0; +#X connect 4 0 13 0; +#X connect 4 1 7 1; +#X connect 4 2 5 1; +#X connect 4 2 10 1; +#X connect 5 0 6 0; +#X connect 6 0 14 0; +#X connect 7 0 8 0; +#X connect 8 0 10 0; +#X connect 10 0 12 1; +#X connect 12 0 14 1; +#X connect 13 0 5 0; +#X connect 13 1 7 0; +#X connect 13 2 8 1; +#X connect 13 3 14 1; +#X connect 14 0 15 0; +#X connect 15 0 2 0; +#X connect 15 1 12 0; -- cgit v1.2.1