From 6f03ce6f2bee8102babead9adc06b3551acac85c Mon Sep 17 00:00:00 2001 From: Luke Iannini Date: Fri, 8 Feb 2008 09:51:34 +0000 Subject: initial import from my personal svn svn path=/trunk/abstractions/senderfruit/; revision=9380 --- core/round.pd | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 core/round.pd (limited to 'core/round.pd') diff --git a/core/round.pd b/core/round.pd new file mode 100644 index 0000000..9fe87d3 --- /dev/null +++ b/core/round.pd @@ -0,0 +1,19 @@ +#N canvas 550 22 215 243 10; +#X obj 65 61 int; +#X obj 50 100 -; +#X obj 50 132 > 0.5; +#X obj 26 166 +; +#X obj 26 100 f; +#X obj 26 30 t b a a; +#X obj 26 192 outlet; +#X obj 26 6 inlet; +#X connect 0 0 1 1; +#X connect 0 0 4 1; +#X connect 1 0 2 0; +#X connect 2 0 3 1; +#X connect 3 0 6 0; +#X connect 4 0 3 0; +#X connect 5 0 4 0; +#X connect 5 1 1 0; +#X connect 5 2 0 0; +#X connect 7 0 5 0; -- cgit v1.2.1