From 290ccc950bc6f97323da19c7bd5297e22c6eae6c Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Tue, 2 Jul 2002 13:57:44 +0000 Subject: exchanged int~ with faster (external less) solution, at least for postive values it should be still the same svn path=/trunk/abstractions/timestretch/; revision=23 --- int~.pd | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/int~.pd b/int~.pd index 1c42cdf..3ef7735 100644 --- a/int~.pd +++ b/int~.pd @@ -1,12 +1,10 @@ -#N canvas 0 0 454 304 12; -#X obj 257 75 block~ 1; -#X obj 136 74 inlet~; -#X obj 136 119 pack~; -#X obj 136 150 int; -#X obj 136 181 sig~; -#X obj 136 223 outlet~; -#X text 14 9 int~ -- get rid of the fractions...; -#X connect 1 0 2 0; -#X connect 2 0 3 0; -#X connect 3 0 4 0; -#X connect 4 0 5 0; +#N canvas 246 125 454 304 12; +#X obj 136 74 inlet~; +#X obj 137 260 outlet~; +#X text 14 9 int~ -- get rid of the fractions...; +#X obj 213 121 wrap~; +#X obj 136 188 -~; +#X connect 0 0 4 0; +#X connect 0 0 3 0; +#X connect 3 0 4 1; +#X connect 4 0 1 0; -- cgit v1.2.1