[PD] infinite zoomer feedback

siggmuss siggmus at fastmail.fm
Sat Oct 16 05:32:00 CEST 2004


Hi , im making a patch in  gem that performs infinite zooming, using
iterative processing zexys "repeat" object. im  trying to do this by
using a feedback algorithm that increase the number of the "repeat"
parameter, but i have 2 problems:
the first one is that after some time the continuity of the repeating
element get broken.
and the second one is that the patch begins to eat my cpu progresively.
CAn u help me to fix this? or Maybe you know another way to make the
same.

many thanks for your help

siggmus

#N canvas 350 44 1011 687 10;
#X obj 20 57 gemwin;
#X msg 20 22 create \, 1;
#X msg 90 22 color 0.2 0 0.5;
#X msg 106 47 lighting 1;
#X obj 83 658 sphere;
#X obj 83 372 gemhead;
#X obj 83 485 scaleXYZ;
#X obj 83 402 translateXYZ;
#X floatatom 178 300 5 0 0 0 - - -;
#X obj 251 79 world_light;
#X obj 243 5 gemhead 1;
#X msg 328 54 1 1 0;
#X obj 83 458 rotateXYZ 0 0 0;
#X floatatom 127 354 5 0 0 0 - - -;
#X obj 83 630 translateXYZ 0 0 -0.9;
#X msg 226 462 40;
#X obj 83 604 repeat 40;
#X obj 319 423 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X msg 242 325 \$1;
#X obj 342 480 int;
#X obj 527 206 int;
#X obj 538 245 + 1;
#X obj 526 112 bng 30 250 50 0 empty empty empty 0 -6 0 8 -258699 -1
-1;
#X floatatom 528 286 5 0 0 0 - - -;
#X floatatom 311 540 5 0 0 0 - - -;
#X obj 243 359 select 10;
#X obj 225 433 loadbang;
#X msg 419 365 40;
#X obj 414 323 loadbang;
#X obj 197 564 + 40;
#X floatatom 132 581 5 0 0 0 - - -;
#X obj 529 173 metro 100;
#X obj 404 460 * 2;
#X msg 127 312 -3;
#X obj 108 270 loadbang;
#X connect 1 0 0 0;
#X connect 2 0 0 0;
#X connect 3 0 0 0;
#X connect 5 0 7 0;
#X connect 6 0 16 0;
#X connect 7 0 12 0;
#X connect 8 0 7 3;
#X connect 8 0 18 0;
#X connect 10 0 9 0;
#X connect 11 0 9 1;
#X connect 12 0 6 0;
#X connect 13 0 7 2;
#X connect 14 0 4 0;
#X connect 15 0 19 1;
#X connect 16 0 14 0;
#X connect 17 0 19 0;
#X connect 18 0 25 0;
#X connect 19 0 24 0;
#X connect 19 0 32 0;
#X connect 20 0 21 0;
#X connect 21 0 20 1;
#X connect 21 0 23 0;
#X connect 22 0 31 0;
#X connect 23 0 8 0;
#X connect 24 0 25 1;
#X connect 24 0 29 0;
#X connect 25 0 17 0;
#X connect 26 0 15 0;
#X connect 27 0 19 1;
#X connect 27 0 17 0;
#X connect 28 0 27 0;
#X connect 29 0 30 0;
#X connect 30 0 16 1;
#X connect 31 0 20 0;
#X connect 32 0 19 1;
#X connect 33 0 13 0;
#X connect 34 0 33 0;
#X connect 34 0 2 0;
#X connect 34 0 11 0;
#X connect 34 0 3 0;










More information about the Pd-list mailing list