From 93403064136b4326b64429574d6fa8ae5f927514 Mon Sep 17 00:00:00 2001 From: Cyrille Henry Date: Fri, 8 May 2009 20:24:56 +0000 Subject: replace 3.14159 by 4*(atan 1) should give the same result, but somes peoples are happier with the latter solution... svn path=/trunk/externals/hcs/; revision=11306 --- pi.pd | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'pi.pd') diff --git a/pi.pd b/pi.pd index 75708b5..b5847bd 100644 --- a/pi.pd +++ b/pi.pd @@ -1,11 +1,15 @@ -#N canvas 471 415 249 195 10; +#N canvas 460 247 298 274 10; #X obj 36 56 inlet; -#X obj 82 161 outlet; +#X obj 82 185 outlet; #X obj 82 98 bang; -#X msg 82 130 3.14159; #X obj 122 56 loadbang; #X text 15 17 bang to get the value of pi; +#X msg 82 120 1; +#X obj 82 142 atan; +#X obj 82 164 * 4; #X connect 0 0 2 0; -#X connect 2 0 3 0; -#X connect 3 0 1 0; -#X connect 4 0 2 0; +#X connect 2 0 5 0; +#X connect 3 0 2 0; +#X connect 5 0 6 0; +#X connect 6 0 7 0; +#X connect 7 0 1 0; -- cgit v1.2.1