XML Feeds

.

[jitter] I need help, I can not find where is the problem with my patch (jit.gl.videoplane, jit.gl.slab)

UCDMSRA xlight63 at hotmail.com
Thu Aug 2 12:34:36 MDT 2007


Hi,

My idea is to auto-load bunch of movies into jitter and use jit.gl.videoplane to rotate/change those videos into different size, positions and angles randomly. After jit.gl.videoplane, I want to use jit.gl.slab to blend those videos together just like what people usually do in After Effects. If I successfully make it, I will add jit.gl.texture to make more different results. However, there are some problems before I finish the whole patch. I think I need to know where is the problem before I do more things.

Here is my patch, I spent few days to figure out how to use jit.gl.slab and jit.gl.videoplane. I stopped here because I can not find where is the problem in my patch. You guys are all superman with all my respect, I hope you can kindly tell me where is the problem. For a newbie I really need help here. Thank you so much,


max v2;
#N vpatcher 156 50 1458 1005;
#P origin 28 -1;
#P window setfont "Sans Serif" 9.;
#P window linecount 2;
#P comment 793 111 137 196617 make each movie in different position and different angles;
#P comment 548 117 137 196617 make each movie in different position and different angles;
#P window linecount 4;
#P comment 695 59 100 196617 auto-load bunch of movies from folder and playback randomly;
#P comment 445 58 100 196617 auto-load bunch of movies from folder and playback randomly;
#P window linecount 1;
#N vpatcher 432 126 1627 1012;
#P origin 0 1;
#P user jit.pwindow 77 100 82 62 0 1 0 0 1 0;
#P user jit.pwindow 112 698 178 147 0 1 0 0 1 0;
#P window setfont "Sans Serif" 9.;
#P flonum 335 132 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 272 132 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 209 134 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#N vpatcher 78 183 1374 941;
#P window setfont "Sans Serif" 9.;
#P flonum 1093 617 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P window linecount 0;
#N vpatcher 283 418 883 818;
#P window setfont "Sans Serif" 9.;
#P comment 113 284 60 196617 x position;
#P comment 204 283 71 196617 y position;
#P outlet 182 282 15 0;
#P outlet 97 282 15 0;
#P outlet 282 283 15 0;
#P flonum 182 238 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 182 120 15 0;
#P newex 182 208 33 196617 - 10.;
#P newex 182 178 34 196617 / 10.;
#P newex 182 146 64 196617 random 190;
#P newex 97 76 95 196617 t b b;
#P flonum 97 236 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 97 118 15 0;
#P window linecount 1;
#P newex 97 206 33 196617 - 12.;
#P newex 97 176 34 196617 / 10.;
#P newex 97 144 64 196617 random 240;
#P flonum 282 85 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P inlet 97 43 15 0;
#P window linecount 0;
#P comment 308 282 100 196617 z position;
#P connect 1 0 8 0;
#P connect 8 0 6 0;
#P connect 6 0 3 0;
#P connect 3 0 4 0;
#P connect 4 0 5 0;
#P connect 5 0 7 0;
#P connect 7 0 15 0;
#P connect 8 1 12 0;
#P connect 12 0 9 0;
#P connect 9 0 10 0;
#P connect 10 0 11 0;
#P connect 11 0 13 0;
#P connect 13 0 16 0;
#P fasten 1 0 2 0 102 63 287 63;
#P connect 2 0 14 0;
#P pop;
#P newobj 1093 639 65 196617 p position12;
#P newex 1093 591 88 196617 split -19.6 -21.5;
#N vpatcher 272 429 872 829;
#P window setfont "Sans Serif" 9.;
#P comment 113 284 60 196617 x position;
#P comment 204 283 71 196617 y position;
#P outlet 182 282 15 0;
#P outlet 97 282 15 0;
#P outlet 282 283 15 0;
#P flonum 182 238 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 182 120 15 0;
#P newex 182 208 27 196617 - 9.;
#P newex 182 178 34 196617 / 10.;
#P newex 182 146 64 196617 random 170;
#P newex 97 76 95 196617 t b b;
#P flonum 97 236 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 97 118 15 0;
#P window linecount 1;
#P newex 97 206 33 196617 - 11.;
#P newex 97 176 34 196617 / 10.;
#P newex 97 144 64 196617 random 220;
#P flonum 282 85 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P inlet 97 43 15 0;
#P window linecount 0;
#P comment 308 282 100 196617 z position;
#P connect 1 0 8 0;
#P connect 8 0 6 0;
#P connect 6 0 3 0;
#P connect 3 0 4 0;
#P connect 4 0 5 0;
#P connect 5 0 7 0;
#P connect 7 0 15 0;
#P connect 8 1 12 0;
#P connect 12 0 9 0;
#P connect 9 0 10 0;
#P connect 10 0 11 0;
#P connect 11 0 13 0;
#P connect 13 0 16 0;
#P fasten 1 0 2 0 102 63 287 63;
#P connect 2 0 14 0;
#P pop;
#P newobj 1015 590 65 196617 p position11;
#P flonum 1093 568 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 1015 566 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P newex 1015 539 88 196617 split -17.6 -19.5;
#N vpatcher 296 429 896 829;
#P window setfont "Sans Serif" 9.;
#P comment 113 284 60 196617 x position;
#P comment 204 283 71 196617 y position;
#P outlet 182 282 15 0;
#P outlet 97 282 15 0;
#P outlet 282 283 15 0;
#P flonum 182 238 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 182 120 15 0;
#P newex 182 208 27 196617 - 8.;
#P newex 182 178 34 196617 / 10.;
#P newex 182 146 64 196617 random 150;
#P newex 97 76 95 196617 t b b;
#P flonum 97 236 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 97 118 15 0;
#P window linecount 1;
#P newex 97 206 33 196617 - 10.;
#P newex 97 176 34 196617 / 10.;
#P newex 97 144 64 196617 random 200;
#P flonum 282 85 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P inlet 97 43 15 0;
#P window linecount 0;
#P comment 308 282 100 196617 z position;
#P connect 1 0 8 0;
#P connect 8 0 6 0;
#P connect 6 0 3 0;
#P connect 3 0 4 0;
#P connect 4 0 5 0;
#P connect 5 0 7 0;
#P connect 7 0 15 0;
#P connect 8 1 12 0;
#P connect 12 0 9 0;
#P connect 9 0 10 0;
#P connect 10 0 11 0;
#P connect 11 0 13 0;
#P connect 13 0 16 0;
#P fasten 1 0 2 0 102 63 287 63;
#P connect 2 0 14 0;
#P pop;
#P newobj 937 542 65 196617 p position10;
#P flonum 1015 515 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 937 515 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P newex 937 488 88 196617 split -15.6 -17.5;
#N vpatcher 426 417 1026 817;
#P window setfont "Sans Serif" 9.;
#P comment 113 284 60 196617 x position;
#P comment 204 283 71 196617 y position;
#P outlet 182 282 15 0;
#P outlet 97 282 15 0;
#P outlet 282 283 15 0;
#P flonum 182 238 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 182 120 15 0;
#P newex 182 208 27 196617 - 7.;
#P newex 182 178 34 196617 / 10.;
#P newex 182 146 64 196617 random 130;
#P newex 97 76 95 196617 t b b;
#P flonum 97 236 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 97 118 15 0;
#P window linecount 1;
#P newex 97 206 27 196617 - 9.;
#P newex 97 176 34 196617 / 10.;
#P newex 97 144 64 196617 random 180;
#P flonum 282 85 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P inlet 97 43 15 0;
#P window linecount 0;
#P comment 308 282 100 196617 z position;
#P connect 1 0 8 0;
#P connect 8 0 6 0;
#P connect 6 0 3 0;
#P connect 3 0 4 0;
#P connect 4 0 5 0;
#P connect 5 0 7 0;
#P connect 7 0 15 0;
#P connect 8 1 12 0;
#P connect 12 0 9 0;
#P connect 9 0 10 0;
#P connect 10 0 11 0;
#P connect 11 0 13 0;
#P connect 13 0 16 0;
#P fasten 1 0 2 0 102 63 287 63;
#P connect 2 0 14 0;
#P pop;
#P newobj 859 487 59 196617 p position9;
#P flonum 937 460 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 859 462 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P newex 859 434 88 196617 split -13.6 -15.5;
#P window linecount 1;
#N vpatcher 426 417 1026 817;
#P window setfont "Sans Serif" 9.;
#P comment 113 284 60 196617 x position;
#P comment 204 283 71 196617 y position;
#P outlet 182 282 15 0;
#P outlet 97 282 15 0;
#P outlet 282 283 15 0;
#P flonum 182 238 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 182 120 15 0;
#P newex 182 208 27 196617 - 6.;
#P newex 182 178 34 196617 / 10.;
#P newex 182 146 64 196617 random 110;
#P newex 97 76 95 196617 t b b;
#P flonum 97 236 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 97 118 15 0;
#P window linecount 1;
#P newex 97 206 27 196617 - 8.;
#P newex 97 176 34 196617 / 10.;
#P newex 97 144 64 196617 random 160;
#P flonum 282 85 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P inlet 97 43 15 0;
#P window linecount 0;
#P comment 308 282 100 196617 z position;
#P connect 1 0 8 0;
#P connect 8 0 6 0;
#P connect 6 0 3 0;
#P connect 3 0 4 0;
#P connect 4 0 5 0;
#P connect 5 0 7 0;
#P connect 7 0 15 0;
#P connect 8 1 12 0;
#P connect 12 0 9 0;
#P connect 9 0 10 0;
#P connect 10 0 11 0;
#P connect 11 0 13 0;
#P connect 13 0 16 0;
#P fasten 1 0 2 0 102 63 287 63;
#P connect 2 0 14 0;
#P pop;
#P newobj 781 436 59 196617 p position8;
#P flonum 859 412 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 781 412 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P window linecount 0;
#P newex 781 385 88 196617 split -11.6 -13.5;
#P window linecount 1;
#N vpatcher 392 394 992 794;
#P window setfont "Sans Serif" 9.;
#P comment 113 284 60 196617 x position;
#P comment 204 283 71 196617 y position;
#P outlet 182 282 15 0;
#P outlet 97 282 15 0;
#P outlet 282 283 15 0;
#P flonum 182 238 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 182 120 15 0;
#P newex 182 208 27 196617 - 5.;
#P newex 182 178 34 196617 / 10.;
#P newex 182 146 58 196617 random 90;
#P newex 97 76 95 196617 t b b;
#P flonum 97 236 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 97 118 15 0;
#P window linecount 1;
#P newex 97 206 27 196617 - 7.;
#P newex 97 176 34 196617 / 10.;
#P newex 97 144 64 196617 random 140;
#P flonum 282 85 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P inlet 97 43 15 0;
#P window linecount 0;
#P comment 308 282 100 196617 z position;
#P connect 1 0 8 0;
#P connect 8 0 6 0;
#P connect 6 0 3 0;
#P connect 3 0 4 0;
#P connect 4 0 5 0;
#P connect 5 0 7 0;
#P connect 7 0 15 0;
#P connect 8 1 12 0;
#P connect 12 0 9 0;
#P connect 9 0 10 0;
#P connect 10 0 11 0;
#P connect 11 0 13 0;
#P connect 13 0 16 0;
#P fasten 1 0 2 0 102 63 287 63;
#P connect 2 0 14 0;
#P pop;
#P newobj 709 386 59 196617 p position7;
#P flonum 781 360 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 709 363 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P newex 709 336 82 196617 split -9.6 -11.5;
#N vpatcher 322 433 922 833;
#P window setfont "Sans Serif" 9.;
#P comment 113 284 60 196617 x position;
#P comment 204 283 71 196617 y position;
#P outlet 182 282 15 0;
#P outlet 97 282 15 0;
#P outlet 282 283 15 0;
#P flonum 182 238 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 182 120 15 0;
#P newex 182 208 27 196617 - 4.;
#P newex 182 178 34 196617 / 10.;
#P newex 182 146 58 196617 random 70;
#P newex 97 76 95 196617 t b b;
#P flonum 97 236 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 97 118 15 0;
#P window linecount 1;
#P newex 97 206 27 196617 - 6.;
#P newex 97 176 34 196617 / 10.;
#P newex 97 144 64 196617 random 120;
#P flonum 282 85 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P inlet 97 43 15 0;
#P window linecount 0;
#P comment 308 282 100 196617 z position;
#P connect 1 0 8 0;
#P connect 8 0 6 0;
#P connect 6 0 3 0;
#P connect 3 0 4 0;
#P connect 4 0 5 0;
#P connect 5 0 7 0;
#P connect 7 0 15 0;
#P connect 8 1 12 0;
#P connect 12 0 9 0;
#P connect 9 0 10 0;
#P connect 10 0 11 0;
#P connect 11 0 13 0;
#P connect 13 0 16 0;
#P fasten 1 0 2 0 102 63 287 63;
#P connect 2 0 14 0;
#P pop;
#P newobj 643 337 59 196617 p position6;
#P flonum 709 312 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 643 311 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P outlet 243 701 15 0;
#P outlet 160 701 15 0;
#P outlet 82 701 15 0;
#P window linecount 0;
#P newex 643 285 76 196617 split -7.6 -9.5;
#P window linecount 1;
#N vpatcher 477 507 1077 907;
#P window setfont "Sans Serif" 9.;
#P comment 113 284 60 196617 x position;
#P comment 204 283 71 196617 y position;
#P outlet 182 282 15 0;
#P outlet 97 282 15 0;
#P outlet 282 283 15 0;
#P flonum 182 238 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 182 120 15 0;
#P newex 182 208 27 196617 - 3.;
#P newex 182 178 34 196617 / 10.;
#P newex 182 146 58 196617 random 50;
#P newex 97 76 95 196617 t b b;
#P flonum 97 236 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 97 118 15 0;
#P window linecount 1;
#P newex 97 206 27 196617 - 5.;
#P newex 97 176 34 196617 / 10.;
#P newex 97 144 64 196617 random 100;
#P flonum 282 85 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P inlet 97 43 15 0;
#P window linecount 0;
#P comment 308 282 100 196617 z position;
#P connect 1 0 8 0;
#P connect 8 0 6 0;
#P connect 6 0 3 0;
#P connect 3 0 4 0;
#P connect 4 0 5 0;
#P connect 5 0 7 0;
#P connect 7 0 15 0;
#P connect 8 1 12 0;
#P connect 12 0 9 0;
#P connect 9 0 10 0;
#P connect 10 0 11 0;
#P connect 11 0 13 0;
#P connect 13 0 16 0;
#P fasten 1 0 2 0 102 63 287 63;
#P connect 2 0 14 0;
#P pop;
#P newobj 577 285 59 196617 p position5;
#P flonum 577 262 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 643 262 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P window linecount 0;
#P newex 577 239 76 196617 split -5.6 -7.5;
#P flonum 577 218 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 511 218 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P window linecount 1;
#N vpatcher 381 443 981 843;
#P window setfont "Sans Serif" 9.;
#P comment 113 284 60 196617 x position;
#P comment 204 283 71 196617 y position;
#P outlet 182 282 15 0;
#P outlet 97 282 15 0;
#P outlet 282 283 15 0;
#P flonum 182 238 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 182 120 15 0;
#P newex 182 208 27 196617 - 2.;
#P newex 182 178 34 196617 / 10.;
#P newex 182 146 58 196617 random 30;
#P newex 97 76 95 196617 t b b;
#P flonum 97 236 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 97 118 15 0;
#P window linecount 1;
#P newex 97 206 27 196617 - 4.;
#P newex 97 176 34 196617 / 10.;
#P newex 97 144 58 196617 random 80;
#P flonum 282 85 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P inlet 97 43 15 0;
#P window linecount 0;
#P comment 308 282 100 196617 z position;
#P connect 1 0 8 0;
#P connect 8 0 6 0;
#P connect 6 0 3 0;
#P connect 3 0 4 0;
#P connect 4 0 5 0;
#P connect 5 0 7 0;
#P connect 7 0 15 0;
#P connect 8 1 12 0;
#P connect 12 0 9 0;
#P connect 9 0 10 0;
#P connect 10 0 11 0;
#P connect 11 0 13 0;
#P connect 13 0 16 0;
#P fasten 1 0 2 0 102 63 287 63;
#P connect 2 0 14 0;
#P pop;
#P newobj 511 239 59 196617 p position4;
#P newex 511 198 76 196617 split -3.6 -5.5;
#P flonum 511 176 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 411 174 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 411 136 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 302 136 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 302 97 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 201 97 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P inlet 69 28 15 0;
#N vpatcher 383 462 983 862;
#P window setfont "Sans Serif" 9.;
#P comment 113 284 60 196617 x position;
#P comment 204 283 71 196617 y position;
#P outlet 182 282 15 0;
#P outlet 97 282 15 0;
#P outlet 282 283 15 0;
#P flonum 182 238 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 182 120 15 0;
#P newex 182 208 27 196617 - 1.;
#P newex 182 178 34 196617 / 10.;
#P newex 182 146 58 196617 random 12;
#P newex 97 76 95 196617 t b b;
#P flonum 97 236 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 97 118 15 0;
#P window linecount 1;
#P newex 97 206 27 196617 - 3.;
#P newex 97 176 34 196617 / 10.;
#P newex 97 144 58 196617 random 60;
#P flonum 282 85 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P inlet 97 43 15 0;
#P window linecount 0;
#P comment 308 282 100 196617 z position;
#P connect 1 0 8 0;
#P connect 8 0 6 0;
#P connect 6 0 3 0;
#P connect 3 0 4 0;
#P connect 4 0 5 0;
#P connect 5 0 7 0;
#P connect 7 0 15 0;
#P connect 8 1 12 0;
#P connect 12 0 9 0;
#P connect 9 0 10 0;
#P connect 10 0 11 0;
#P connect 11 0 13 0;
#P connect 13 0 16 0;
#P fasten 1 0 2 0 102 63 287 63;
#P connect 2 0 14 0;
#P pop;
#P newobj 411 194 59 196617 p position3;
#P newex 411 155 110 196617 split -1.6 -3.5;
#N vpatcher 407 386 1007 786;
#P window setfont "Sans Serif" 9.;
#P window linecount 1;
#P comment 113 284 60 196617 x position;
#P comment 204 283 71 196617 y position;
#P outlet 182 282 15 0;
#P outlet 97 282 15 0;
#P outlet 282 283 15 0;
#P flonum 182 238 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 182 120 15 0;
#P window linecount 0;
#P newex 182 208 27 196617 - 1.;
#P newex 182 178 34 196617 / 10.;
#P newex 182 146 58 196617 random 10;
#P newex 97 76 95 196617 t b b;
#P flonum 97 236 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 97 118 15 0;
#P window linecount 1;
#P newex 97 206 27 196617 - 2.;
#P newex 97 176 34 196617 / 10.;
#P newex 97 144 58 196617 random 40;
#P flonum 282 85 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P inlet 97 43 15 0;
#P window linecount 0;
#P comment 308 282 100 196617 z position;
#P connect 1 0 8 0;
#P connect 8 0 6 0;
#P connect 6 0 3 0;
#P connect 3 0 4 0;
#P connect 4 0 5 0;
#P connect 5 0 7 0;
#P connect 7 0 15 0;
#P connect 8 1 12 0;
#P connect 12 0 9 0;
#P connect 9 0 10 0;
#P connect 10 0 11 0;
#P connect 11 0 13 0;
#P connect 13 0 16 0;
#P fasten 1 0 2 0 102 63 287 63;
#P connect 2 0 14 0;
#P pop;
#P newobj 302 153 67 196617 p position2;
#P newex 302 116 119 196617 split 0. -1.5;
#P number 116 171 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P newex 201 75 111 196617 split 0.1 1.;
#N vpatcher 590 278 1190 678;
#P outlet 182 278 15 0;
#P outlet 97 278 15 0;
#P outlet 281 277 15 0;
#P window setfont "Sans Serif" 9.;
#P flonum 182 234 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 182 116 15 0;
#P window linecount 0;
#P newex 182 204 33 196617 - 0.5;
#P newex 182 174 34 196617 / 10.;
#P newex 182 142 52 196617 random 5;
#P newex 97 77 95 196617 t b b;
#P flonum 97 232 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 97 114 15 0;
#P window linecount 1;
#P newex 97 202 27 196617 - 1.;
#P newex 97 172 34 196617 / 10.;
#P newex 97 140 58 196617 random 20;
#P flonum 281 87 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P inlet 97 43 15 0;
#P connect 0 0 7 0;
#P connect 7 0 5 0;
#P connect 5 0 2 0;
#P connect 2 0 3 0;
#P connect 3 0 4 0;
#P connect 4 0 6 0;
#P connect 6 0 14 0;
#P connect 7 1 11 0;
#P connect 11 0 8 0;
#P connect 8 0 9 0;
#P connect 9 0 10 0;
#P connect 10 0 12 0;
#P connect 12 0 15 0;
#P fasten 0 0 1 0 102 65 286 65;
#P connect 1 0 13 0;
#P pop;
#P newobj 201 115 59 196617 p position1;
#P button 69 55 15 0;
#P flonum 69 171 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P newex 69 143 39 196617 - 20.5;
#P newex 69 113 34 196617 / 10.;
#P newex 69 81 64 196617 random 215;
#P connect 12 0 4 0;
#P connect 4 0 0 0;
#P connect 0 0 1 0;
#P connect 1 0 2 0;
#P connect 2 0 3 0;
#P fasten 55 0 28 0 1098 676 87 676;
#P fasten 53 0 28 0 1020 634 87 634 87 699;
#P fasten 49 0 28 0 942 585 87 585;
#P fasten 45 0 28 0 864 534 87 534;
#P fasten 41 0 28 0 786 481 87 481;
#P fasten 37 0 28 0 714 433 87 433;
#P fasten 33 0 28 0 648 377 87 377;
#P fasten 26 0 28 0 582 329 87 329;
#P fasten 20 0 28 0 516 279 87 279;
#P fasten 11 0 28 0 416 242 87 242;
#P fasten 9 0 28 0 307 208 87 208;
#P fasten 5 0 28 0 206 211 87 211;
#P connect 2 0 7 0;
#P fasten 55 1 29 0 1125 674 165 674;
#P fasten 53 1 29 0 1047 633 165 633;
#P fasten 49 1 29 0 969 584 165 584;
#P fasten 45 1 29 0 888 533 165 533;
#P fasten 41 1 29 0 810 482 165 482;
#P fasten 37 1 29 0 738 432 165 432;
#P fasten 33 1 29 0 672 375 165 375;
#P fasten 26 1 29 0 606 326 165 326;
#P fasten 20 1 29 0 540 277 165 277;
#P fasten 11 1 29 0 440 242 165 242;
#P fasten 9 1 29 0 335 207 165 207;
#P fasten 5 1 29 0 230 211 165 211;
#P fasten 3 0 6 0 74 194 176 194 176 57 206 57;
#P connect 6 0 13 0;
#P connect 13 0 5 0;
#P fasten 55 2 30 0 1152 675 248 675;
#P fasten 53 2 30 0 1074 632 248 632;
#P fasten 49 2 30 0 996 582 248 582;
#P fasten 45 2 30 0 912 531 248 531;
#P fasten 41 2 30 0 834 480 248 480;
#P fasten 37 2 30 0 762 431 248 431;
#P fasten 33 2 30 0 696 376 248 376;
#P fasten 26 2 30 0 630 325 248 325;
#P fasten 20 2 30 0 564 278 248 278;
#P fasten 11 2 30 0 464 239 248 239;
#P fasten 9 2 30 0 363 206 248 206;
#P fasten 5 2 30 0 254 210 248 210;
#P connect 6 1 14 0;
#P connect 14 0 8 0;
#P connect 8 0 15 0;
#P connect 15 0 9 0;
#P connect 8 1 16 0;
#P connect 16 0 10 0;
#P connect 10 0 17 0;
#P connect 17 0 11 0;
#P connect 10 1 18 0;
#P connect 18 0 19 0;
#P connect 19 0 21 0;
#P connect 21 0 20 0;
#P connect 19 1 22 0;
#P connect 22 0 23 0;
#P connect 23 0 25 0;
#P connect 25 0 26 0;
#P connect 23 1 24 0;
#P connect 24 0 27 0;
#P connect 27 0 31 0;
#P connect 31 0 33 0;
#P connect 27 1 32 0;
#P connect 32 0 34 0;
#P connect 34 0 35 0;
#P connect 35 0 37 0;
#P connect 34 1 36 0;
#P connect 36 0 38 0;
#P connect 38 0 39 0;
#P connect 39 0 41 0;
#P connect 38 1 40 0;
#P connect 40 0 42 0;
#P connect 42 0 43 0;
#P connect 43 0 45 0;
#P connect 42 1 44 0;
#P connect 44 0 46 0;
#P connect 46 0 47 0;
#P connect 47 0 49 0;
#P connect 46 1 48 0;
#P connect 48 0 50 0;
#P connect 50 0 51 0;
#P connect 51 0 53 0;
#P connect 50 1 52 0;
#P connect 52 0 54 0;
#P connect 54 0 56 0;
#P connect 56 0 55 0;
#P pop;
#P newobj 209 100 137 196617 p randomposition;
#P button 405 531 15 0;
#P inlet 173 37 15 0;
#P window linecount 1;
#P newex 405 610 33 196617 - 15.;
#P newex 405 586 34 196617 / 10.;
#P newex 405 560 64 196617 random 300;
#P button 174 371 15 0;
#P flonum 277 490 40 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P newex 174 443 33 196617 - 30.;
#P newex 174 419 34 196617 / 10.;
#P newex 174 393 64 196617 random 300;
#P button 588 227 15 0;
#P newex 588 299 33 196617 - 40.;
#P newex 588 275 34 196617 / 10.;
#P newex 588 249 64 196617 random 800;
#P window linecount 0;
#P newex 22 595 39 196617 r plane;
#P newex 62 654 185 196617 jit.gl.videoplane foo @scale 1.333 1. 1.;
#P flonum 313 407 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 388 407 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 350 407 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P newex 253 431 133 196617 pak rotate 1. 0. 0. 0.;
#P flonum 366 488 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 323 489 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P newex 254 513 104 196617 pak rotate 0. 1. 0. 0.;
#P flonum 701 388 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 657 388 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 617 387 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 552 479 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 516 479 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P newex 589 422 125 196617 pak rotate 0. 0. 1. 0.;
#P message 725 236 35 196617 1.333;
#P window linecount 2;
#P comment 765 231 238 196617 change x scale to match aspect ratio. e.g. typical 4:3 video would have an x scale of 1.333;
#P flonum 479 479 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P window linecount 1;
#P newex 456 501 103 196617 pak rotate 0. 0. 0. 1.;
#P toggle 840 361 15 0;
#P message 824 383 89 196617 client_storage \$1;
#P comment 168 297 84 196617 set blend amount;
#P message 485 291 17 196617 1.;
#P toggle 452 308 15 0;
#P message 452 331 80 196617 blend_enable \$1;
#P flonum 168 313 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P toggle 315 275 15 0;
#P comment 336 275 100 196617 draw as mesh;
#P flonum 803 257 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 765 257 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 725 257 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P newex 700 284 85 196617 pak scale 1. 1. 1.;
#P newex 253 355 39 196617 s plane;
#P flonum 823 305 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 784 305 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 744 305 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P message 168 334 82 196617 color 1. 1. 1. \$1;
#P toggle 541 308 15 0;
#P message 541 331 90 196617 lighting_enable \$1;
#P toggle 119 313 15 0;
#P message 119 334 44 196617 axes \$1;
#P toggle 335 312 15 0;
#P toggle 294 311 15 0;
#P newex 253 332 92 196617 pak poly_mode 0 0;
#P newex 481 265 50 196617 loadbang;
#P toggle 354 308 15 0;
#P message 354 331 81 196617 depth_enable \$1;
#P newex 716 329 95 196617 pak position 0. 0. 0.;
#P comment 567 500 100 196617 rotate about z axis;
#P outlet 62 746 15 0;
#P inlet 62 35 15 0;
#P user ubumenu 69 575 51 196617 0 1 1 0;
#X add argb;
#X add uyvy;
#X prefix_set 0 0 <none> 0;
#X pattrmode 1;
#P message 804 803 79 196617 tex_scale_y \$1;
#P flonum 804 780 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P message 717 803 79 196617 tex_scale_x \$1;
#P flonum 717 780 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P message 804 757 83 196617 tex_offset_y \$1;
#P flonum 804 737 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P message 717 758 83 196617 tex_offset_x \$1;
#P flonum 717 738 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P toggle 229 538 15 0;
#P message 229 559 75 196617 auto_rotate \$1;
#P toggle 62 518 15 0;
#P message 62 540 50 196617 interp \$1;
#P message 807 714 48 196617 nudge \$1;
#P flonum 807 692 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P message 194 560 32 196617 reset;
#P window linecount 3;
#P newex 194 583 87 196617 jit.gl.handle foo @depth_enable 1 @radius 2.;
#P number 697 692 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P window linecount 1;
#P message 697 714 54 196617 dim \$1 \$1;
#P comment 34 559 151 196617 set colormode to argb or uyvy;
#P newex 89 605 94 196617 prepend colormode;
#P user panel 579 366 178 89;
#X brgb 41 207 202;
#X frgb 0 0 0;
#X border 1;
#X rounded 0;
#X shadow 0;
#X done;
#P user panel 680 226 210 135;
#X brgb 255 125 254;
#X frgb 0 0 0;
#X border 1;
#X rounded 0;
#X shadow 0;
#X done;
#P user panel 271 471 141 42;
#X brgb 165 165 165;
#X frgb 0 0 0;
#X border 1;
#X rounded 0;
#X shadow 0;
#X done;
#P window linecount 0;
#P comment 145 486 115 196617 Range between 0 ~ - 30;
#P comment 470 372 107 196617 range between +/-40;
#P comment 422 464 112 196617 range between +/-15;
#P user panel 443 476 233 49;
#X brgb 214 214 214;
#X frgb 0 0 0;
#X border 1;
#X rounded 0;
#X shadow 0;
#X done;
#P comment 379 -2 237 196617 when z=0.1~1.0 \, x between 0 ~ +/-1. y between 0 ~-0.5 ....ok when z=0~-1.5 \, x between 0~+/-2 \, y between 0~-1......ok when z=-1.6~-3.5 \, x between 0 ~ +/- 3 y between 0 ~ +/- 1......ok when z=-3.6~-5.5 \, x between 0 ~ +/- 4 y between 0 ~ +/- 2....ok when z=-5.6~-7.5 \, x between 0 ~ +/- 5 y between 0 ~ +/- 3.....ok when z=-7.6~-9.5 \, x between 0 ~ +/- 6 y between 0 ~ +/- 4.......ok when z=-9.5~-11.5 \, x between +/- 7 y between +/-5......ok when z=-11.5~-13.5 \, x between +/-8 and y between +/-6.....ok when z=-13.6~-15.5 \, x between +/- 9 y between +/- 7 when z=-15.6~-17.5 \, x between +/- 10 and y between +/- 8 when z=-17.6~-19.5 \, x between +/- 11 y between +/- 9 when z=-19.6~-21.5 \, \, x between +/-12 y between +/- 10;
#P comment 199 33 100 196617 get the bang from metro20000;
#P comment 298 748 100 196617 don't know why I can not see anything here;
#P connect 19 0 18 0;
#P connect 31 0 80 0;
#P connect 18 0 80 0;
#P fasten 81 0 80 0 27 635 67 635;
#P fasten 10 0 80 0 94 635 67 635;
#P fasten 14 0 80 0 199 647 67 647;
#P connect 80 0 32 0;
#P connect 31 0 101 0;
#P connect 30 1 10 0;
#P connect 80 0 100 0;
#P connect 42 0 41 0;
#P connect 56 0 45 0;
#P connect 90 0 86 0;
#P connect 86 0 87 0;
#P connect 87 0 88 0;
#P fasten 15 0 14 0 199 580 199 580;
#P fasten 20 0 14 0 234 580 199 580;
#P fasten 94 0 96 0 178 77 214 77;
#P connect 96 0 97 0;
#P connect 21 0 20 0;
#P connect 76 0 49 0;
#P connect 73 0 49 0;
#P fasten 50 0 49 0 705 350 258 350;
#P fasten 35 0 49 0 359 350 258 350;
#P fasten 38 0 49 0 258 352 258 352;
#P fasten 45 0 49 0 173 352 258 352;
#P fasten 43 0 49 0 546 350 258 350;
#P fasten 41 0 49 0 124 352 258 352;
#P fasten 34 0 49 0 721 350 258 350;
#P fasten 57 0 49 0 457 350 258 350;
#P fasten 61 0 49 0 829 381 622 381 622 352 258 352;
#P fasten 67 0 49 0 594 461 258 461;
#P fasten 63 0 49 0 461 521 415 521 415 460 258 460;
#P connect 96 1 98 0;
#P fasten 88 0 89 0 179 472 282 472;
#P connect 89 0 73 1;
#P fasten 55 0 39 0 320 300 299 300;
#P connect 39 0 38 1;
#P connect 79 0 76 2;
#P connect 74 0 73 3;
#P connect 96 2 99 0;
#P fasten 55 0 40 0 320 300 340 300;
#P connect 40 0 38 2;
#P connect 77 0 76 3;
#P connect 75 0 73 4;
#P connect 36 0 35 0;
#P connect 78 0 76 4;
#P connect 95 0 91 0;
#P connect 91 0 92 0;
#P connect 92 0 93 0;
#P connect 59 0 58 0;
#P connect 58 0 57 0;
#P fasten 93 0 64 0 410 638 469 638 469 470 484 470;
#P connect 64 0 63 1;
#P connect 37 0 59 0;
#P connect 68 0 63 2;
#P connect 69 0 63 3;
#P connect 44 0 43 0;
#P fasten 94 0 85 0 178 236 540 236 540 212 593 212;
#P connect 85 0 82 0;
#P connect 82 0 83 0;
#P connect 83 0 84 0;
#P fasten 84 0 70 0 593 325 646 325 646 376 622 376;
#P connect 70 0 67 1;
#P connect 71 0 67 2;
#P connect 13 0 12 0;
#P connect 72 0 67 4;
#P connect 22 0 23 0;
#P connect 26 0 27 0;
#P connect 66 0 51 0;
#P connect 51 0 50 1;
#P fasten 97 0 34 1 214 195 724 195 724 322 749 322;
#P connect 46 0 34 1;
#P fasten 52 0 50 2 770 278 755 278;
#P fasten 98 0 34 2 277 193 725 193 725 321 777 321;
#P fasten 47 0 34 2 789 324 777 324;
#P fasten 53 0 50 3 808 278 780 278;
#P fasten 99 0 34 3 340 194 724 194 724 322 805 322;
#P fasten 48 0 34 3 828 324 805 324;
#P connect 24 0 25 0;
#P connect 28 0 29 0;
#P connect 16 0 17 0;
#P connect 62 0 61 0;
#P pop;
#P newobj 773 144 71 196617 p videoplane3;
#N vpatcher 432 126 1627 1012;
#P origin 0 1;
#P user jit.pwindow 79 86 82 62 0 1 0 0 1 0;
#P user jit.pwindow 118 715 169 128 0 1 0 0 1 0;
#P window setfont "Sans Serif" 9.;
#P flonum 335 132 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 272 132 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 209 134 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#N vpatcher 78 183 1374 941;
#P window setfont "Sans Serif" 9.;
#P flonum 1093 617 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P window linecount 0;
#N vpatcher 283 418 883 818;
#P window setfont "Sans Serif" 9.;
#P comment 113 284 60 196617 x position;
#P comment 204 283 71 196617 y position;
#P outlet 182 282 15 0;
#P outlet 97 282 15 0;
#P outlet 282 283 15 0;
#P flonum 182 238 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 182 120 15 0;
#P newex 182 208 33 196617 - 10.;
#P newex 182 178 34 196617 / 10.;
#P newex 182 146 64 196617 random 190;
#P newex 97 76 95 196617 t b b;
#P flonum 97 236 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 97 118 15 0;
#P window linecount 1;
#P newex 97 206 33 196617 - 12.;
#P newex 97 176 34 196617 / 10.;
#P newex 97 144 64 196617 random 240;
#P flonum 282 85 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P inlet 97 43 15 0;
#P window linecount 0;
#P comment 308 282 100 196617 z position;
#P connect 1 0 8 0;
#P connect 8 0 6 0;
#P connect 6 0 3 0;
#P connect 3 0 4 0;
#P connect 4 0 5 0;
#P connect 5 0 7 0;
#P connect 7 0 15 0;
#P connect 8 1 12 0;
#P connect 12 0 9 0;
#P connect 9 0 10 0;
#P connect 10 0 11 0;
#P connect 11 0 13 0;
#P connect 13 0 16 0;
#P fasten 1 0 2 0 102 63 287 63;
#P connect 2 0 14 0;
#P pop;
#P newobj 1093 639 65 196617 p position12;
#P newex 1093 591 88 196617 split -19.6 -21.5;
#N vpatcher 272 429 872 829;
#P window setfont "Sans Serif" 9.;
#P comment 113 284 60 196617 x position;
#P comment 204 283 71 196617 y position;
#P outlet 182 282 15 0;
#P outlet 97 282 15 0;
#P outlet 282 283 15 0;
#P flonum 182 238 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 182 120 15 0;
#P newex 182 208 27 196617 - 9.;
#P newex 182 178 34 196617 / 10.;
#P newex 182 146 64 196617 random 170;
#P newex 97 76 95 196617 t b b;
#P flonum 97 236 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 97 118 15 0;
#P window linecount 1;
#P newex 97 206 33 196617 - 11.;
#P newex 97 176 34 196617 / 10.;
#P newex 97 144 64 196617 random 220;
#P flonum 282 85 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P inlet 97 43 15 0;
#P window linecount 0;
#P comment 308 282 100 196617 z position;
#P connect 1 0 8 0;
#P connect 8 0 6 0;
#P connect 6 0 3 0;
#P connect 3 0 4 0;
#P connect 4 0 5 0;
#P connect 5 0 7 0;
#P connect 7 0 15 0;
#P connect 8 1 12 0;
#P connect 12 0 9 0;
#P connect 9 0 10 0;
#P connect 10 0 11 0;
#P connect 11 0 13 0;
#P connect 13 0 16 0;
#P fasten 1 0 2 0 102 63 287 63;
#P connect 2 0 14 0;
#P pop;
#P newobj 1015 590 65 196617 p position11;
#P flonum 1093 568 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 1015 566 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P newex 1015 539 88 196617 split -17.6 -19.5;
#N vpatcher 296 429 896 829;
#P window setfont "Sans Serif" 9.;
#P comment 113 284 60 196617 x position;
#P comment 204 283 71 196617 y position;
#P outlet 182 282 15 0;
#P outlet 97 282 15 0;
#P outlet 282 283 15 0;
#P flonum 182 238 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 182 120 15 0;
#P newex 182 208 27 196617 - 8.;
#P newex 182 178 34 196617 / 10.;
#P newex 182 146 64 196617 random 150;
#P newex 97 76 95 196617 t b b;
#P flonum 97 236 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 97 118 15 0;
#P window linecount 1;
#P newex 97 206 33 196617 - 10.;
#P newex 97 176 34 196617 / 10.;
#P newex 97 144 64 196617 random 200;
#P flonum 282 85 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P inlet 97 43 15 0;
#P window linecount 0;
#P comment 308 282 100 196617 z position;
#P connect 1 0 8 0;
#P connect 8 0 6 0;
#P connect 6 0 3 0;
#P connect 3 0 4 0;
#P connect 4 0 5 0;
#P connect 5 0 7 0;
#P connect 7 0 15 0;
#P connect 8 1 12 0;
#P connect 12 0 9 0;
#P connect 9 0 10 0;
#P connect 10 0 11 0;
#P connect 11 0 13 0;
#P connect 13 0 16 0;
#P fasten 1 0 2 0 102 63 287 63;
#P connect 2 0 14 0;
#P pop;
#P newobj 937 542 65 196617 p position10;
#P flonum 1015 515 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 937 515 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P newex 937 488 88 196617 split -15.6 -17.5;
#N vpatcher 426 417 1026 817;
#P window setfont "Sans Serif" 9.;
#P comment 113 284 60 196617 x position;
#P comment 204 283 71 196617 y position;
#P outlet 182 282 15 0;
#P outlet 97 282 15 0;
#P outlet 282 283 15 0;
#P flonum 182 238 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 182 120 15 0;
#P newex 182 208 27 196617 - 7.;
#P newex 182 178 34 196617 / 10.;
#P newex 182 146 64 196617 random 130;
#P newex 97 76 95 196617 t b b;
#P flonum 97 236 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 97 118 15 0;
#P window linecount 1;
#P newex 97 206 27 196617 - 9.;
#P newex 97 176 34 196617 / 10.;
#P newex 97 144 64 196617 random 180;
#P flonum 282 85 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P inlet 97 43 15 0;
#P window linecount 0;
#P comment 308 282 100 196617 z position;
#P connect 1 0 8 0;
#P connect 8 0 6 0;
#P connect 6 0 3 0;
#P connect 3 0 4 0;
#P connect 4 0 5 0;
#P connect 5 0 7 0;
#P connect 7 0 15 0;
#P connect 8 1 12 0;
#P connect 12 0 9 0;
#P connect 9 0 10 0;
#P connect 10 0 11 0;
#P connect 11 0 13 0;
#P connect 13 0 16 0;
#P fasten 1 0 2 0 102 63 287 63;
#P connect 2 0 14 0;
#P pop;
#P newobj 859 487 59 196617 p position9;
#P flonum 937 460 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 859 462 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P newex 859 434 88 196617 split -13.6 -15.5;
#P window linecount 1;
#N vpatcher 426 417 1026 817;
#P window setfont "Sans Serif" 9.;
#P comment 113 284 60 196617 x position;
#P comment 204 283 71 196617 y position;
#P outlet 182 282 15 0;
#P outlet 97 282 15 0;
#P outlet 282 283 15 0;
#P flonum 182 238 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 182 120 15 0;
#P newex 182 208 27 196617 - 6.;
#P newex 182 178 34 196617 / 10.;
#P newex 182 146 64 196617 random 110;
#P newex 97 76 95 196617 t b b;
#P flonum 97 236 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 97 118 15 0;
#P window linecount 1;
#P newex 97 206 27 196617 - 8.;
#P newex 97 176 34 196617 / 10.;
#P newex 97 144 64 196617 random 160;
#P flonum 282 85 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P inlet 97 43 15 0;
#P window linecount 0;
#P comment 308 282 100 196617 z position;
#P connect 1 0 8 0;
#P connect 8 0 6 0;
#P connect 6 0 3 0;
#P connect 3 0 4 0;
#P connect 4 0 5 0;
#P connect 5 0 7 0;
#P connect 7 0 15 0;
#P connect 8 1 12 0;
#P connect 12 0 9 0;
#P connect 9 0 10 0;
#P connect 10 0 11 0;
#P connect 11 0 13 0;
#P connect 13 0 16 0;
#P fasten 1 0 2 0 102 63 287 63;
#P connect 2 0 14 0;
#P pop;
#P newobj 781 436 59 196617 p position8;
#P flonum 859 412 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 781 412 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P window linecount 0;
#P newex 781 385 88 196617 split -11.6 -13.5;
#P window linecount 1;
#N vpatcher 392 394 992 794;
#P window setfont "Sans Serif" 9.;
#P comment 113 284 60 196617 x position;
#P comment 204 283 71 196617 y position;
#P outlet 182 282 15 0;
#P outlet 97 282 15 0;
#P outlet 282 283 15 0;
#P flonum 182 238 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 182 120 15 0;
#P newex 182 208 27 196617 - 5.;
#P newex 182 178 34 196617 / 10.;
#P newex 182 146 58 196617 random 90;
#P newex 97 76 95 196617 t b b;
#P flonum 97 236 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 97 118 15 0;
#P window linecount 1;
#P newex 97 206 27 196617 - 7.;
#P newex 97 176 34 196617 / 10.;
#P newex 97 144 64 196617 random 140;
#P flonum 282 85 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P inlet 97 43 15 0;
#P window linecount 0;
#P comment 308 282 100 196617 z position;
#P connect 1 0 8 0;
#P connect 8 0 6 0;
#P connect 6 0 3 0;
#P connect 3 0 4 0;
#P connect 4 0 5 0;
#P connect 5 0 7 0;
#P connect 7 0 15 0;
#P connect 8 1 12 0;
#P connect 12 0 9 0;
#P connect 9 0 10 0;
#P connect 10 0 11 0;
#P connect 11 0 13 0;
#P connect 13 0 16 0;
#P fasten 1 0 2 0 102 63 287 63;
#P connect 2 0 14 0;
#P pop;
#P newobj 709 386 59 196617 p position7;
#P flonum 781 360 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 709 363 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P newex 709 336 82 196617 split -9.6 -11.5;
#N vpatcher 322 433 922 833;
#P window setfont "Sans Serif" 9.;
#P comment 113 284 60 196617 x position;
#P comment 204 283 71 196617 y position;
#P outlet 182 282 15 0;
#P outlet 97 282 15 0;
#P outlet 282 283 15 0;
#P flonum 182 238 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 182 120 15 0;
#P newex 182 208 27 196617 - 4.;
#P newex 182 178 34 196617 / 10.;
#P newex 182 146 58 196617 random 70;
#P newex 97 76 95 196617 t b b;
#P flonum 97 236 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 97 118 15 0;
#P window linecount 1;
#P newex 97 206 27 196617 - 6.;
#P newex 97 176 34 196617 / 10.;
#P newex 97 144 64 196617 random 120;
#P flonum 282 85 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P inlet 97 43 15 0;
#P window linecount 0;
#P comment 308 282 100 196617 z position;
#P connect 1 0 8 0;
#P connect 8 0 6 0;
#P connect 6 0 3 0;
#P connect 3 0 4 0;
#P connect 4 0 5 0;
#P connect 5 0 7 0;
#P connect 7 0 15 0;
#P connect 8 1 12 0;
#P connect 12 0 9 0;
#P connect 9 0 10 0;
#P connect 10 0 11 0;
#P connect 11 0 13 0;
#P connect 13 0 16 0;
#P fasten 1 0 2 0 102 63 287 63;
#P connect 2 0 14 0;
#P pop;
#P newobj 643 337 59 196617 p position6;
#P flonum 709 312 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 643 311 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P outlet 243 701 15 0;
#P outlet 160 701 15 0;
#P outlet 82 701 15 0;
#P window linecount 0;
#P newex 643 285 76 196617 split -7.6 -9.5;
#P window linecount 1;
#N vpatcher 477 507 1077 907;
#P window setfont "Sans Serif" 9.;
#P comment 113 284 60 196617 x position;
#P comment 204 283 71 196617 y position;
#P outlet 182 282 15 0;
#P outlet 97 282 15 0;
#P outlet 282 283 15 0;
#P flonum 182 238 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 182 120 15 0;
#P newex 182 208 27 196617 - 3.;
#P newex 182 178 34 196617 / 10.;
#P newex 182 146 58 196617 random 50;
#P newex 97 76 95 196617 t b b;
#P flonum 97 236 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 97 118 15 0;
#P window linecount 1;
#P newex 97 206 27 196617 - 5.;
#P newex 97 176 34 196617 / 10.;
#P newex 97 144 64 196617 random 100;
#P flonum 282 85 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P inlet 97 43 15 0;
#P window linecount 0;
#P comment 308 282 100 196617 z position;
#P connect 1 0 8 0;
#P connect 8 0 6 0;
#P connect 6 0 3 0;
#P connect 3 0 4 0;
#P connect 4 0 5 0;
#P connect 5 0 7 0;
#P connect 7 0 15 0;
#P connect 8 1 12 0;
#P connect 12 0 9 0;
#P connect 9 0 10 0;
#P connect 10 0 11 0;
#P connect 11 0 13 0;
#P connect 13 0 16 0;
#P fasten 1 0 2 0 102 63 287 63;
#P connect 2 0 14 0;
#P pop;
#P newobj 577 285 59 196617 p position5;
#P flonum 577 262 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 643 262 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P window linecount 0;
#P newex 577 239 76 196617 split -5.6 -7.5;
#P flonum 577 218 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 511 218 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P window linecount 1;
#N vpatcher 381 443 981 843;
#P window setfont "Sans Serif" 9.;
#P comment 113 284 60 196617 x position;
#P comment 204 283 71 196617 y position;
#P outlet 182 282 15 0;
#P outlet 97 282 15 0;
#P outlet 282 283 15 0;
#P flonum 182 238 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 182 120 15 0;
#P newex 182 208 27 196617 - 2.;
#P newex 182 178 34 196617 / 10.;
#P newex 182 146 58 196617 random 30;
#P newex 97 76 95 196617 t b b;
#P flonum 97 236 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 97 118 15 0;
#P window linecount 1;
#P newex 97 206 27 196617 - 4.;
#P newex 97 176 34 196617 / 10.;
#P newex 97 144 58 196617 random 80;
#P flonum 282 85 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P inlet 97 43 15 0;
#P window linecount 0;
#P comment 308 282 100 196617 z position;
#P connect 1 0 8 0;
#P connect 8 0 6 0;
#P connect 6 0 3 0;
#P connect 3 0 4 0;
#P connect 4 0 5 0;
#P connect 5 0 7 0;
#P connect 7 0 15 0;
#P connect 8 1 12 0;
#P connect 12 0 9 0;
#P connect 9 0 10 0;
#P connect 10 0 11 0;
#P connect 11 0 13 0;
#P connect 13 0 16 0;
#P fasten 1 0 2 0 102 63 287 63;
#P connect 2 0 14 0;
#P pop;
#P newobj 511 239 59 196617 p position4;
#P newex 511 198 76 196617 split -3.6 -5.5;
#P flonum 511 176 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 411 174 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 411 136 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 302 136 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 302 97 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 201 97 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P inlet 69 28 15 0;
#N vpatcher 383 462 983 862;
#P window setfont "Sans Serif" 9.;
#P comment 113 284 60 196617 x position;
#P comment 204 283 71 196617 y position;
#P outlet 182 282 15 0;
#P outlet 97 282 15 0;
#P outlet 282 283 15 0;
#P flonum 182 238 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 182 120 15 0;
#P newex 182 208 27 196617 - 1.;
#P newex 182 178 34 196617 / 10.;
#P newex 182 146 58 196617 random 12;
#P newex 97 76 95 196617 t b b;
#P flonum 97 236 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 97 118 15 0;
#P window linecount 1;
#P newex 97 206 27 196617 - 3.;
#P newex 97 176 34 196617 / 10.;
#P newex 97 144 58 196617 random 60;
#P flonum 282 85 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P inlet 97 43 15 0;
#P window linecount 0;
#P comment 308 282 100 196617 z position;
#P connect 1 0 8 0;
#P connect 8 0 6 0;
#P connect 6 0 3 0;
#P connect 3 0 4 0;
#P connect 4 0 5 0;
#P connect 5 0 7 0;
#P connect 7 0 15 0;
#P connect 8 1 12 0;
#P connect 12 0 9 0;
#P connect 9 0 10 0;
#P connect 10 0 11 0;
#P connect 11 0 13 0;
#P connect 13 0 16 0;
#P fasten 1 0 2 0 102 63 287 63;
#P connect 2 0 14 0;
#P pop;
#P newobj 411 194 59 196617 p position3;
#P newex 411 155 110 196617 split -1.6 -3.5;
#N vpatcher 407 386 1007 786;
#P window setfont "Sans Serif" 9.;
#P window linecount 1;
#P comment 113 284 60 196617 x position;
#P comment 204 283 71 196617 y position;
#P outlet 182 282 15 0;
#P outlet 97 282 15 0;
#P outlet 282 283 15 0;
#P flonum 182 238 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 182 120 15 0;
#P window linecount 0;
#P newex 182 208 27 196617 - 1.;
#P newex 182 178 34 196617 / 10.;
#P newex 182 146 58 196617 random 10;
#P newex 97 76 95 196617 t b b;
#P flonum 97 236 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 97 118 15 0;
#P window linecount 1;
#P newex 97 206 27 196617 - 2.;
#P newex 97 176 34 196617 / 10.;
#P newex 97 144 58 196617 random 40;
#P flonum 282 85 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P inlet 97 43 15 0;
#P window linecount 0;
#P comment 308 282 100 196617 z position;
#P connect 1 0 8 0;
#P connect 8 0 6 0;
#P connect 6 0 3 0;
#P connect 3 0 4 0;
#P connect 4 0 5 0;
#P connect 5 0 7 0;
#P connect 7 0 15 0;
#P connect 8 1 12 0;
#P connect 12 0 9 0;
#P connect 9 0 10 0;
#P connect 10 0 11 0;
#P connect 11 0 13 0;
#P connect 13 0 16 0;
#P fasten 1 0 2 0 102 63 287 63;
#P connect 2 0 14 0;
#P pop;
#P newobj 302 153 67 196617 p position2;
#P newex 302 116 119 196617 split 0. -1.5;
#P number 116 171 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P newex 201 75 111 196617 split 0.1 1.;
#N vpatcher 590 278 1190 678;
#P outlet 182 278 15 0;
#P outlet 97 278 15 0;
#P outlet 281 277 15 0;
#P window setfont "Sans Serif" 9.;
#P flonum 182 234 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 182 116 15 0;
#P window linecount 0;
#P newex 182 204 33 196617 - 0.5;
#P newex 182 174 34 196617 / 10.;
#P newex 182 142 52 196617 random 5;
#P newex 97 77 95 196617 t b b;
#P flonum 97 232 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 97 114 15 0;
#P window linecount 1;
#P newex 97 202 27 196617 - 1.;
#P newex 97 172 34 196617 / 10.;
#P newex 97 140 58 196617 random 20;
#P flonum 281 87 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P inlet 97 43 15 0;
#P connect 0 0 7 0;
#P connect 7 0 5 0;
#P connect 5 0 2 0;
#P connect 2 0 3 0;
#P connect 3 0 4 0;
#P connect 4 0 6 0;
#P connect 6 0 14 0;
#P connect 7 1 11 0;
#P connect 11 0 8 0;
#P connect 8 0 9 0;
#P connect 9 0 10 0;
#P connect 10 0 12 0;
#P connect 12 0 15 0;
#P fasten 0 0 1 0 102 65 286 65;
#P connect 1 0 13 0;
#P pop;
#P newobj 201 115 59 196617 p position1;
#P button 69 55 15 0;
#P flonum 69 171 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P newex 69 143 39 196617 - 20.5;
#P newex 69 113 34 196617 / 10.;
#P newex 69 81 64 196617 random 215;
#P connect 12 0 4 0;
#P connect 4 0 0 0;
#P connect 0 0 1 0;
#P connect 1 0 2 0;
#P connect 2 0 3 0;
#P fasten 5 0 28 0 206 211 87 211;
#P fasten 9 0 28 0 307 208 87 208;
#P fasten 11 0 28 0 416 242 87 242;
#P fasten 20 0 28 0 516 279 87 279;
#P fasten 26 0 28 0 582 329 87 329;
#P fasten 33 0 28 0 648 377 87 377;
#P fasten 37 0 28 0 714 433 87 433;
#P fasten 41 0 28 0 786 481 87 481;
#P fasten 45 0 28 0 864 534 87 534;
#P fasten 49 0 28 0 942 585 87 585;
#P fasten 53 0 28 0 1020 634 87 634 87 699;
#P fasten 55 0 28 0 1098 676 87 676;
#P connect 2 0 7 0;
#P fasten 5 1 29 0 230 211 165 211;
#P fasten 9 1 29 0 335 207 165 207;
#P fasten 11 1 29 0 440 242 165 242;
#P fasten 20 1 29 0 540 277 165 277;
#P fasten 26 1 29 0 606 326 165 326;
#P fasten 33 1 29 0 672 375 165 375;
#P fasten 37 1 29 0 738 432 165 432;
#P fasten 41 1 29 0 810 482 165 482;
#P fasten 45 1 29 0 888 533 165 533;
#P fasten 49 1 29 0 969 584 165 584;
#P fasten 53 1 29 0 1047 633 165 633;
#P fasten 55 1 29 0 1125 674 165 674;
#P fasten 3 0 6 0 74 194 176 194 176 57 206 57;
#P connect 6 0 13 0;
#P connect 13 0 5 0;
#P fasten 5 2 30 0 254 210 248 210;
#P fasten 9 2 30 0 363 206 248 206;
#P fasten 11 2 30 0 464 239 248 239;
#P fasten 20 2 30 0 564 278 248 278;
#P fasten 26 2 30 0 630 325 248 325;
#P fasten 33 2 30 0 696 376 248 376;
#P fasten 37 2 30 0 762 431 248 431;
#P fasten 41 2 30 0 834 480 248 480;
#P fasten 45 2 30 0 912 531 248 531;
#P fasten 49 2 30 0 996 582 248 582;
#P fasten 53 2 30 0 1074 632 248 632;
#P fasten 55 2 30 0 1152 675 248 675;
#P connect 6 1 14 0;
#P connect 14 0 8 0;
#P connect 8 0 15 0;
#P connect 15 0 9 0;
#P connect 8 1 16 0;
#P connect 16 0 10 0;
#P connect 10 0 17 0;
#P connect 17 0 11 0;
#P connect 10 1 18 0;
#P connect 18 0 19 0;
#P connect 19 0 21 0;
#P connect 21 0 20 0;
#P connect 19 1 22 0;
#P connect 22 0 23 0;
#P connect 23 0 25 0;
#P connect 25 0 26 0;
#P connect 23 1 24 0;
#P connect 24 0 27 0;
#P connect 27 0 31 0;
#P connect 31 0 33 0;
#P connect 27 1 32 0;
#P connect 32 0 34 0;
#P connect 34 0 35 0;
#P connect 35 0 37 0;
#P connect 34 1 36 0;
#P connect 36 0 38 0;
#P connect 38 0 39 0;
#P connect 39 0 41 0;
#P connect 38 1 40 0;
#P connect 40 0 42 0;
#P connect 42 0 43 0;
#P connect 43 0 45 0;
#P connect 42 1 44 0;
#P connect 44 0 46 0;
#P connect 46 0 47 0;
#P connect 47 0 49 0;
#P connect 46 1 48 0;
#P connect 48 0 50 0;
#P connect 50 0 51 0;
#P connect 51 0 53 0;
#P connect 50 1 52 0;
#P connect 52 0 54 0;
#P connect 54 0 56 0;
#P connect 56 0 55 0;
#P pop;
#P newobj 209 100 137 196617 p randomposition;
#P button 405 531 15 0;
#P inlet 173 37 15 0;
#P window linecount 1;
#P newex 405 610 33 196617 - 15.;
#P newex 405 586 34 196617 / 10.;
#P newex 405 560 64 196617 random 300;
#P button 174 371 15 0;
#P flonum 277 490 40 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P newex 174 443 33 196617 - 30.;
#P newex 174 419 34 196617 / 10.;
#P newex 174 393 64 196617 random 300;
#P button 588 227 15 0;
#P newex 588 299 33 196617 - 40.;
#P newex 588 275 34 196617 / 10.;
#P newex 588 249 64 196617 random 800;
#P window linecount 0;
#P newex 22 595 39 196617 r plane;
#P newex 62 654 185 196617 jit.gl.videoplane foo @scale 1.333 1. 1.;
#P flonum 313 407 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 388 407 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 350 407 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P newex 253 431 133 196617 pak rotate 1. 0. 0. 0.;
#P flonum 366 488 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 323 489 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P newex 254 513 104 196617 pak rotate 0. 1. 0. 0.;
#P flonum 701 388 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 657 388 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 617 387 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 552 479 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 516 479 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P newex 589 422 125 196617 pak rotate 0. 0. 1. 0.;
#P message 725 236 35 196617 1.333;
#P window linecount 2;
#P comment 765 231 238 196617 change x scale to match aspect ratio. e.g. typical 4:3 video would have an x scale of 1.333;
#P flonum 479 479 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P window linecount 1;
#P newex 456 501 103 196617 pak rotate 0. 0. 0. 1.;
#P toggle 840 361 15 0;
#P message 824 383 89 196617 client_storage \$1;
#P comment 168 297 84 196617 set blend amount;
#P message 485 291 17 196617 1.;
#P toggle 452 308 15 0;
#P message 452 331 80 196617 blend_enable \$1;
#P flonum 168 313 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P toggle 315 275 15 0;
#P comment 336 275 100 196617 draw as mesh;
#P flonum 803 257 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 765 257 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 725 257 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P newex 700 284 85 196617 pak scale 1. 1. 1.;
#P newex 253 355 39 196617 s plane;
#P flonum 823 305 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 784 305 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 744 305 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P message 168 334 82 196617 color 1. 1. 1. \$1;
#P toggle 541 308 15 0;
#P message 541 331 90 196617 lighting_enable \$1;
#P toggle 119 313 15 0;
#P message 119 334 44 196617 axes \$1;
#P toggle 335 312 15 0;
#P toggle 294 311 15 0;
#P newex 253 332 92 196617 pak poly_mode 0 0;
#P newex 481 265 50 196617 loadbang;
#P toggle 354 308 15 0;
#P message 354 331 81 196617 depth_enable \$1;
#P newex 716 329 95 196617 pak position 0. 0. 0.;
#P comment 567 500 100 196617 rotate about z axis;
#P outlet 62 746 15 0;
#P inlet 62 35 15 0;
#P user ubumenu 69 575 51 196617 0 1 1 0;
#X add argb;
#X add uyvy;
#X prefix_set 0 0 <none> 0;
#X pattrmode 1;
#P message 804 803 79 196617 tex_scale_y \$1;
#P flonum 804 780 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P message 717 803 79 196617 tex_scale_x \$1;
#P flonum 717 780 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P message 804 757 83 196617 tex_offset_y \$1;
#P flonum 804 737 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P message 717 758 83 196617 tex_offset_x \$1;
#P flonum 717 738 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P toggle 229 538 15 0;
#P message 229 559 75 196617 auto_rotate \$1;
#P toggle 62 518 15 0;
#P message 62 540 50 196617 interp \$1;
#P message 807 714 48 196617 nudge \$1;
#P flonum 807 692 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P message 194 560 32 196617 reset;
#P window linecount 3;
#P newex 194 583 87 196617 jit.gl.handle foo @depth_enable 1 @radius 2.;
#P number 697 692 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P window linecount 1;
#P message 697 714 54 196617 dim \$1 \$1;
#P comment 34 559 151 196617 set colormode to argb or uyvy;
#P newex 89 605 94 196617 prepend colormode;
#P user panel 579 366 178 89;
#X brgb 41 207 202;
#X frgb 0 0 0;
#X border 1;
#X rounded 0;
#X shadow 0;
#X done;
#P user panel 680 226 210 135;
#X brgb 255 125 254;
#X frgb 0 0 0;
#X border 1;
#X rounded 0;
#X shadow 0;
#X done;
#P user panel 271 471 141 42;
#X brgb 165 165 165;
#X frgb 0 0 0;
#X border 1;
#X rounded 0;
#X shadow 0;
#X done;
#P window linecount 0;
#P comment 145 486 115 196617 Range between 0 ~ - 30;
#P comment 470 372 107 196617 range between +/-40;
#P comment 422 464 112 196617 range between +/-15;
#P user panel 443 476 233 49;
#X brgb 214 214 214;
#X frgb 0 0 0;
#X border 1;
#X rounded 0;
#X shadow 0;
#X done;
#P comment 383 -13 237 196617 when z=0.1~1.0 \, x between 0 ~ +/-1. y between 0 ~-0.5 ....ok when z=0~-1.5 \, x between 0~+/-2 \, y between 0~-1......ok when z=-1.6~-3.5 \, x between 0 ~ +/- 3 y between 0 ~ +/- 1......ok when z=-3.6~-5.5 \, x between 0 ~ +/- 4 y between 0 ~ +/- 2....ok when z=-5.6~-7.5 \, x between 0 ~ +/- 5 y between 0 ~ +/- 3.....ok when z=-7.6~-9.5 \, x between 0 ~ +/- 6 y between 0 ~ +/- 4.......ok when z=-9.5~-11.5 \, x between +/- 7 y between +/-5......ok when z=-11.5~-13.5 \, x between +/-8 and y between +/-6.....ok when z=-13.6~-15.5 \, x between +/- 9 y between +/- 7 when z=-15.6~-17.5 \, x between +/- 10 and y between +/- 8 when z=-17.6~-19.5 \, x between +/- 11 y between +/- 9 when z=-19.6~-21.5 \, \, x between +/-12 y between +/- 10;
#P comment 199 33 100 196617 get the bang from metro20000;
#P comment 288 737 100 196617 nothing here;
#P connect 19 0 18 0;
#P connect 31 0 80 0;
#P fasten 14 0 80 0 199 647 67 647;
#P fasten 10 0 80 0 94 635 67 635;
#P fasten 81 0 80 0 27 635 67 635;
#P connect 18 0 80 0;
#P connect 80 0 32 0;
#P connect 31 0 101 0;
#P connect 30 1 10 0;
#P connect 42 0 41 0;
#P connect 80 0 100 0;
#P connect 56 0 45 0;
#P connect 90 0 86 0;
#P connect 86 0 87 0;
#P connect 87 0 88 0;
#P fasten 20 0 14 0 234 580 199 580;
#P fasten 15 0 14 0 199 580 199 580;
#P fasten 94 0 96 0 178 77 214 77;
#P connect 96 0 97 0;
#P connect 21 0 20 0;
#P fasten 63 0 49 0 461 521 415 521 415 460 258 460;
#P fasten 67 0 49 0 594 461 258 461;
#P fasten 61 0 49 0 829 381 622 381 622 352 258 352;
#P fasten 57 0 49 0 457 350 258 350;
#P fasten 34 0 49 0 721 350 258 350;
#P fasten 41 0 49 0 124 352 258 352;
#P fasten 43 0 49 0 546 350 258 350;
#P fasten 45 0 49 0 173 352 258 352;
#P fasten 38 0 49 0 258 352 258 352;
#P fasten 35 0 49 0 359 350 258 350;
#P fasten 50 0 49 0 705 350 258 350;
#P connect 73 0 49 0;
#P connect 76 0 49 0;
#P connect 96 1 98 0;
#P fasten 88 0 89 0 179 472 282 472;
#P connect 89 0 73 1;
#P fasten 55 0 39 0 320 300 299 300;
#P connect 39 0 38 1;
#P connect 79 0 76 2;
#P connect 74 0 73 3;
#P connect 96 2 99 0;
#P fasten 55 0 40 0 320 300 340 300;
#P connect 40 0 38 2;
#P connect 77 0 76 3;
#P connect 75 0 73 4;
#P connect 36 0 35 0;
#P connect 78 0 76 4;
#P connect 95 0 91 0;
#P connect 91 0 92 0;
#P connect 92 0 93 0;
#P connect 59 0 58 0;
#P connect 58 0 57 0;
#P fasten 93 0 64 0 410 638 469 638 469 470 484 470;
#P connect 64 0 63 1;
#P connect 37 0 59 0;
#P connect 68 0 63 2;
#P connect 69 0 63 3;
#P connect 44 0 43 0;
#P fasten 94 0 85 0 178 236 540 236 540 212 593 212;
#P connect 85 0 82 0;
#P connect 82 0 83 0;
#P connect 83 0 84 0;
#P fasten 84 0 70 0 593 325 646 325 646 376 622 376;
#P connect 70 0 67 1;
#P connect 71 0 67 2;
#P connect 13 0 12 0;
#P connect 72 0 67 4;
#P connect 22 0 23 0;
#P connect 26 0 27 0;
#P connect 66 0 51 0;
#P connect 51 0 50 1;
#P connect 46 0 34 1;
#P fasten 97 0 34 1 214 195 724 195 724 322 749 322;
#P fasten 52 0 50 2 770 278 755 278;
#P fasten 47 0 34 2 789 324 777 324;
#P fasten 98 0 34 2 277 193 725 193 725 321 777 321;
#P fasten 53 0 50 3 808 278 780 278;
#P fasten 48 0 34 3 828 324 805 324;
#P fasten 99 0 34 3 340 194 724 194 724 322 805 322;
#P connect 24 0 25 0;
#P connect 28 0 29 0;
#P connect 16 0 17 0;
#P connect 62 0 61 0;
#P pop;
#P newobj 523 144 71 196617 p videoplane2;
#N vpatcher 512 240 1573 1007;
#P outlet 213 443 15 0;
#P outlet 135 441 15 0;
#P window setfont "Sans Serif" 9.;
#P window linecount 0;
#P newex 152 47 48 196617 loadbang;
#P outlet 334 446 15 0;
#P newex 203 144 94 196617 prepend readfolder;
#P comment 205 238 124 196617 movie count;
#P button 203 97 15 0;
#P newex 203 120 75 196617 opendialog fold;
#P number 437 48 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P toggle 378 48 15 0;
#P number 202 199 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P newex 378 96 42 196617 random;
#P newex 378 73 75 196617 qmetro 20000;
#P user ubumenu 80 201 100 196617 0 1 1 0;
#X add CKDaisy1PhotoJPEG.mov;
#X add CKDaisy2H264Matted.mov;
#X add CKDaisy3PhotoJPEG.mov;
#X add CKDaisy4PhotoJPEG.mov;
#X add CKDaisy5PhotoJPEG.mov;
#X add CKDaisy6PhotoJPEG.mov;
#X prefix_set 0 0 <none> 0;
#X pattrmode 1;
#P number 378 124 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P message 378 144 48 196617 index \$1;
#P message 64 147 133 196617 readfolder ./patches/daisy;
#P number 78 81 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P toggle 38 81 15 0;
#P newex 38 110 50 196617 qmetro 2;
#P user jit.pwindow 37 285 157 119 0 1 0 0 1 0;
#P user jit.fpsgui 38 431 60 196617 0;
#P newex 38 176 174 196617 js jsmoviebank.js;
#P window linecount 6;
#P comment 210 287 198 196617 todo: \; colormode \; arguments for dimensions \; insert/add entries \; fix empty property problem on first load \; solve anything method problem;
#P window linecount 2;
#P comment 69 236 124 196617 output designed to populate umenu/ubumenu;
#P comment 469 108 125 196617 select which movie to play \, randomly if desired.;
#P comment 87 466 74 196617 qmetro bang out;
#P comment 190 466 74 196617 random bang out;
#P comment 317 467 64 196617 moviebank out;
#P connect 26 0 10 0;
#P connect 10 0 9 0;
#P connect 9 0 6 0;
#P fasten 13 0 6 0 383 168 43 168;
#P fasten 12 0 6 0 69 168 43 168;
#P fasten 24 0 6 0 208 168 43 168;
#P connect 6 0 8 0;
#P connect 8 0 7 0;
#P connect 26 0 12 0;
#P connect 11 0 9 1;
#P fasten 6 1 15 0 125 197 85 197;
#P fasten 9 0 27 0 43 142 6 142 6 416 140 416;
#P connect 6 2 18 0;
#P connect 22 0 21 0;
#P connect 21 0 24 0;
#P fasten 16 0 28 0 341 90 341 273 428 273 428 391 199 391 199 430 218 430;
#P fasten 6 0 25 0 43 269 213 269 213 421 339 421;
#P connect 26 0 19 0;
#P connect 19 0 16 0;
#P connect 16 0 17 0;
#P connect 17 0 14 0;
#P fasten 15 0 14 0 85 231 432 231 432 119 383 119;
#P connect 14 0 13 0;
#P fasten 18 0 17 1 207 219 452 219 452 93 415 93;
#P connect 20 0 16 1;
#P pop;
#P newobj 695 112 89 196617 p loadmoviebank3;
#N vpatcher 512 240 1573 1007;
#P outlet 213 443 15 0;
#P outlet 135 441 15 0;
#P window setfont "Sans Serif" 9.;
#P window linecount 0;
#P newex 152 47 48 196617 loadbang;
#P outlet 334 446 15 0;
#P newex 203 144 94 196617 prepend readfolder;
#P comment 205 238 124 196617 movie count;
#P button 203 97 15 0;
#P newex 203 120 75 196617 opendialog fold;
#P number 437 48 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P toggle 378 48 15 0;
#P number 202 199 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P newex 378 96 42 196617 random;
#P newex 378 73 75 196617 qmetro 20000;
#P user ubumenu 80 201 100 196617 0 1 1 0;
#X add CKDaisy1PhotoJPEG.mov;
#X add CKDaisy2H264Matted.mov;
#X add CKDaisy3PhotoJPEG.mov;
#X add CKDaisy4PhotoJPEG.mov;
#X add CKDaisy5PhotoJPEG.mov;
#X add CKDaisy6PhotoJPEG.mov;
#X prefix_set 0 0 <none> 0;
#X pattrmode 1;
#P number 378 124 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P message 378 144 48 196617 index \$1;
#P message 64 147 133 196617 readfolder ./patches/daisy;
#P number 78 81 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P toggle 38 81 15 0;
#P newex 38 110 50 196617 qmetro 2;
#P user jit.pwindow 37 285 157 119 0 1 0 0 1 0;
#P user jit.fpsgui 38 431 60 196617 0;
#P newex 38 176 174 196617 js jsmoviebank.js;
#P window linecount 6;
#P comment 210 287 198 196617 todo: \; colormode \; arguments for dimensions \; insert/add entries \; fix empty property problem on first load \; solve anything method problem;
#P window linecount 2;
#P comment 69 236 124 196617 output designed to populate umenu/ubumenu;
#P comment 469 108 125 196617 select which movie to play \, randomly if desired.;
#P comment 87 466 74 196617 qmetro bang out;
#P comment 190 466 74 196617 random bang out;
#P comment 317 467 64 196617 moviebank out;
#P connect 26 0 10 0;
#P connect 10 0 9 0;
#P connect 9 0 6 0;
#P fasten 24 0 6 0 208 168 43 168;
#P fasten 12 0 6 0 69 168 43 168;
#P fasten 13 0 6 0 383 168 43 168;
#P connect 6 0 8 0;
#P connect 8 0 7 0;
#P connect 26 0 12 0;
#P connect 11 0 9 1;
#P fasten 6 1 15 0 125 197 85 197;
#P fasten 9 0 27 0 43 142 6 142 6 416 140 416;
#P connect 6 2 18 0;
#P connect 22 0 21 0;
#P connect 21 0 24 0;
#P fasten 16 0 28 0 341 90 341 273 428 273 428 391 199 391 199 430 218 430;
#P fasten 6 0 25 0 43 269 213 269 213 421 339 421;
#P connect 26 0 19 0;
#P connect 19 0 16 0;
#P connect 16 0 17 0;
#P fasten 15 0 14 0 85 231 432 231 432 119 383 119;
#P connect 17 0 14 0;
#P connect 14 0 13 0;
#P fasten 18 0 17 1 207 219 452 219 452 93 415 93;
#P connect 20 0 16 1;
#P pop;
#P newobj 445 111 89 196617 p loadmoviebank2;
#P message 377 607 26 196617 255;
#P message 348 607 14 196617 0;
#P toggle 162 622 15 0;
#P newex 162 590 48 196617 loadbang;
#P flonum 453 731 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 418 731 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 383 731 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 348 731 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P newex 348 751 128 196617 pak erase_color 0. 0. 0. 1.;
#P flonum 452 669 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 417 669 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 382 669 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 344 668 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P newex 347 689 95 196617 pak color 1. 1. 1. 1.;
#P message 25 851 75 196617 depthbuffer \$1;
#P toggle 25 832 15 0;
#P newex 336 865 93 196617 prepend colormode;
#P user ubumenu 307 842 69 196617 0 1 1 0;
#X add argb;
#X add uyvy;
#X prefix_set 0 0 <none> 0;
#N vpatcher 335 50 1530 936;
#P origin 0 -26;
#P user jit.pwindow 76 141 82 62 0 1 0 0 1 0;
#P user jit.pwindow 109 714 158 138 0 1 0 0 1 0;
#P window setfont "Sans Serif" 9.;
#P flonum 335 159 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 272 159 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 209 161 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P window linecount 0;
#N vpatcher 176 191 1472 949;
#P window setfont "Sans Serif" 9.;
#P window linecount 16;
#P comment 628 29 237 196617 Just some logic: when z=0.1~1.0 \, x between 0 ~ +/-1. y between 0 ~-0.5 ....ok when z=0~-1.5 \, x between 0~+/-2 \, y between 0~-1......ok when z=-1.6~-3.5 \, x between 0 ~ +/- 3 y between 0 ~ +/- 1......ok when z=-3.6~-5.5 \, x between 0 ~ +/- 4 y between 0 ~ +/- 2....ok when z=-5.6~-7.5 \, x between 0 ~ +/- 5 y between 0 ~ +/- 3.....ok when z=-7.6~-9.5 \, x between 0 ~ +/- 6 y between 0 ~ +/- 4.......ok when z=-9.5~-11.5 \, x between +/- 7 y between +/-5......ok when z=-11.5~-13.5 \, x between +/-8 and y between +/-6.....ok when z=-13.6~-15.5 \, x between +/- 9 y between +/- 7 when z=-15.6~-17.5 \, x between +/- 10 and y between +/- 8 when z=-17.6~-19.5 \, x between +/- 11 y between +/- 9 when z=-19.6~-21.5 \, \, x between +/-12 y between +/- 10;
#P flonum 1093 617 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P window linecount 0;
#N vpatcher 283 418 883 818;
#P window setfont "Sans Serif" 9.;
#P comment 113 284 60 196617 x position;
#P comment 204 283 71 196617 y position;
#P outlet 182 282 15 0;
#P outlet 97 282 15 0;
#P outlet 282 283 15 0;
#P flonum 182 238 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 182 120 15 0;
#P newex 182 208 33 196617 - 10.;
#P newex 182 178 34 196617 / 10.;
#P newex 182 146 64 196617 random 190;
#P newex 97 76 95 196617 t b b;
#P flonum 97 236 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 97 118 15 0;
#P window linecount 1;
#P newex 97 206 33 196617 - 12.;
#P newex 97 176 34 196617 / 10.;
#P newex 97 144 64 196617 random 240;
#P flonum 282 85 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P inlet 97 43 15 0;
#P window linecount 0;
#P comment 308 282 100 196617 z position;
#P connect 1 0 8 0;
#P connect 8 0 6 0;
#P connect 6 0 3 0;
#P connect 3 0 4 0;
#P connect 4 0 5 0;
#P connect 5 0 7 0;
#P connect 7 0 15 0;
#P connect 8 1 12 0;
#P connect 12 0 9 0;
#P connect 9 0 10 0;
#P connect 10 0 11 0;
#P connect 11 0 13 0;
#P connect 13 0 16 0;
#P fasten 1 0 2 0 102 63 287 63;
#P connect 2 0 14 0;
#P pop;
#P newobj 1093 639 65 196617 p position12;
#P newex 1093 591 88 196617 split -19.6 -21.5;
#N vpatcher 272 429 872 829;
#P window setfont "Sans Serif" 9.;
#P comment 113 284 60 196617 x position;
#P comment 204 283 71 196617 y position;
#P outlet 182 282 15 0;
#P outlet 97 282 15 0;
#P outlet 282 283 15 0;
#P flonum 182 238 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 182 120 15 0;
#P newex 182 208 27 196617 - 9.;
#P newex 182 178 34 196617 / 10.;
#P newex 182 146 64 196617 random 170;
#P newex 97 76 95 196617 t b b;
#P flonum 97 236 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 97 118 15 0;
#P window linecount 1;
#P newex 97 206 33 196617 - 11.;
#P newex 97 176 34 196617 / 10.;
#P newex 97 144 64 196617 random 220;
#P flonum 282 85 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P inlet 97 43 15 0;
#P window linecount 0;
#P comment 308 282 100 196617 z position;
#P connect 1 0 8 0;
#P connect 8 0 6 0;
#P connect 6 0 3 0;
#P connect 3 0 4 0;
#P connect 4 0 5 0;
#P connect 5 0 7 0;
#P connect 7 0 15 0;
#P connect 8 1 12 0;
#P connect 12 0 9 0;
#P connect 9 0 10 0;
#P connect 10 0 11 0;
#P connect 11 0 13 0;
#P connect 13 0 16 0;
#P fasten 1 0 2 0 102 63 287 63;
#P connect 2 0 14 0;
#P pop;
#P newobj 1015 590 65 196617 p position11;
#P flonum 1093 568 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 1015 566 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P newex 1015 539 88 196617 split -17.6 -19.5;
#N vpatcher 296 429 896 829;
#P window setfont "Sans Serif" 9.;
#P comment 113 284 60 196617 x position;
#P comment 204 283 71 196617 y position;
#P outlet 182 282 15 0;
#P outlet 97 282 15 0;
#P outlet 282 283 15 0;
#P flonum 182 238 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 182 120 15 0;
#P newex 182 208 27 196617 - 8.;
#P newex 182 178 34 196617 / 10.;
#P newex 182 146 64 196617 random 150;
#P newex 97 76 95 196617 t b b;
#P flonum 97 236 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 97 118 15 0;
#P window linecount 1;
#P newex 97 206 33 196617 - 10.;
#P newex 97 176 34 196617 / 10.;
#P newex 97 144 64 196617 random 200;
#P flonum 282 85 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P inlet 97 43 15 0;
#P window linecount 0;
#P comment 308 282 100 196617 z position;
#P connect 1 0 8 0;
#P connect 8 0 6 0;
#P connect 6 0 3 0;
#P connect 3 0 4 0;
#P connect 4 0 5 0;
#P connect 5 0 7 0;
#P connect 7 0 15 0;
#P connect 8 1 12 0;
#P connect 12 0 9 0;
#P connect 9 0 10 0;
#P connect 10 0 11 0;
#P connect 11 0 13 0;
#P connect 13 0 16 0;
#P fasten 1 0 2 0 102 63 287 63;
#P connect 2 0 14 0;
#P pop;
#P newobj 937 542 65 196617 p position10;
#P flonum 1015 515 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 937 515 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P newex 937 488 88 196617 split -15.6 -17.5;
#N vpatcher 426 417 1026 817;
#P window setfont "Sans Serif" 9.;
#P comment 113 284 60 196617 x position;
#P comment 204 283 71 196617 y position;
#P outlet 182 282 15 0;
#P outlet 97 282 15 0;
#P outlet 282 283 15 0;
#P flonum 182 238 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 182 120 15 0;
#P newex 182 208 27 196617 - 7.;
#P newex 182 178 34 196617 / 10.;
#P newex 182 146 64 196617 random 130;
#P newex 97 76 95 196617 t b b;
#P flonum 97 236 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 97 118 15 0;
#P window linecount 1;
#P newex 97 206 27 196617 - 9.;
#P newex 97 176 34 196617 / 10.;
#P newex 97 144 64 196617 random 180;
#P flonum 282 85 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P inlet 97 43 15 0;
#P window linecount 0;
#P comment 308 282 100 196617 z position;
#P connect 1 0 8 0;
#P connect 8 0 6 0;
#P connect 6 0 3 0;
#P connect 3 0 4 0;
#P connect 4 0 5 0;
#P connect 5 0 7 0;
#P connect 7 0 15 0;
#P connect 8 1 12 0;
#P connect 12 0 9 0;
#P connect 9 0 10 0;
#P connect 10 0 11 0;
#P connect 11 0 13 0;
#P connect 13 0 16 0;
#P fasten 1 0 2 0 102 63 287 63;
#P connect 2 0 14 0;
#P pop;
#P newobj 859 487 59 196617 p position9;
#P flonum 937 460 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 859 462 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P newex 859 434 88 196617 split -13.6 -15.5;
#P window linecount 1;
#N vpatcher 426 417 1026 817;
#P window setfont "Sans Serif" 9.;
#P comment 113 284 60 196617 x position;
#P comment 204 283 71 196617 y position;
#P outlet 182 282 15 0;
#P outlet 97 282 15 0;
#P outlet 282 283 15 0;
#P flonum 182 238 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 182 120 15 0;
#P newex 182 208 27 196617 - 6.;
#P newex 182 178 34 196617 / 10.;
#P newex 182 146 64 196617 random 110;
#P newex 97 76 95 196617 t b b;
#P flonum 97 236 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 97 118 15 0;
#P window linecount 1;
#P newex 97 206 27 196617 - 8.;
#P newex 97 176 34 196617 / 10.;
#P newex 97 144 64 196617 random 160;
#P flonum 282 85 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P inlet 97 43 15 0;
#P window linecount 0;
#P comment 308 282 100 196617 z position;
#P connect 1 0 8 0;
#P connect 8 0 6 0;
#P connect 6 0 3 0;
#P connect 3 0 4 0;
#P connect 4 0 5 0;
#P connect 5 0 7 0;
#P connect 7 0 15 0;
#P connect 8 1 12 0;
#P connect 12 0 9 0;
#P connect 9 0 10 0;
#P connect 10 0 11 0;
#P connect 11 0 13 0;
#P connect 13 0 16 0;
#P fasten 1 0 2 0 102 63 287 63;
#P connect 2 0 14 0;
#P pop;
#P newobj 781 436 59 196617 p position8;
#P flonum 859 412 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 781 412 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P window linecount 0;
#P newex 781 385 88 196617 split -11.6 -13.5;
#P window linecount 1;
#N vpatcher 392 394 992 794;
#P window setfont "Sans Serif" 9.;
#P comment 113 284 60 196617 x position;
#P comment 204 283 71 196617 y position;
#P outlet 182 282 15 0;
#P outlet 97 282 15 0;
#P outlet 282 283 15 0;
#P flonum 182 238 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 182 120 15 0;
#P newex 182 208 27 196617 - 5.;
#P newex 182 178 34 196617 / 10.;
#P newex 182 146 58 196617 random 90;
#P newex 97 76 95 196617 t b b;
#P flonum 97 236 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 97 118 15 0;
#P window linecount 1;
#P newex 97 206 27 196617 - 7.;
#P newex 97 176 34 196617 / 10.;
#P newex 97 144 64 196617 random 140;
#P flonum 282 85 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P inlet 97 43 15 0;
#P window linecount 0;
#P comment 308 282 100 196617 z position;
#P connect 1 0 8 0;
#P connect 8 0 6 0;
#P connect 6 0 3 0;
#P connect 3 0 4 0;
#P connect 4 0 5 0;
#P connect 5 0 7 0;
#P connect 7 0 15 0;
#P connect 8 1 12 0;
#P connect 12 0 9 0;
#P connect 9 0 10 0;
#P connect 10 0 11 0;
#P connect 11 0 13 0;
#P connect 13 0 16 0;
#P fasten 1 0 2 0 102 63 287 63;
#P connect 2 0 14 0;
#P pop;
#P newobj 709 386 59 196617 p position7;
#P flonum 781 360 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 709 363 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P newex 709 336 82 196617 split -9.6 -11.5;
#N vpatcher 322 433 922 833;
#P window setfont "Sans Serif" 9.;
#P comment 113 284 60 196617 x position;
#P comment 204 283 71 196617 y position;
#P outlet 182 282 15 0;
#P outlet 97 282 15 0;
#P outlet 282 283 15 0;
#P flonum 182 238 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 182 120 15 0;
#P newex 182 208 27 196617 - 4.;
#P newex 182 178 34 196617 / 10.;
#P newex 182 146 58 196617 random 70;
#P newex 97 76 95 196617 t b b;
#P flonum 97 236 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 97 118 15 0;
#P window linecount 1;
#P newex 97 206 27 196617 - 6.;
#P newex 97 176 34 196617 / 10.;
#P newex 97 144 64 196617 random 120;
#P flonum 282 85 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P inlet 97 43 15 0;
#P window linecount 0;
#P comment 308 282 100 196617 z position;
#P connect 1 0 8 0;
#P connect 8 0 6 0;
#P connect 6 0 3 0;
#P connect 3 0 4 0;
#P connect 4 0 5 0;
#P connect 5 0 7 0;
#P connect 7 0 15 0;
#P connect 8 1 12 0;
#P connect 12 0 9 0;
#P connect 9 0 10 0;
#P connect 10 0 11 0;
#P connect 11 0 13 0;
#P connect 13 0 16 0;
#P fasten 1 0 2 0 102 63 287 63;
#P connect 2 0 14 0;
#P pop;
#P newobj 643 337 59 196617 p position6;
#P flonum 709 312 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 643 311 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P outlet 243 701 15 0;
#P outlet 160 701 15 0;
#P outlet 82 701 15 0;
#P window linecount 0;
#P newex 643 285 76 196617 split -7.6 -9.5;
#P window linecount 1;
#N vpatcher 477 507 1077 907;
#P window setfont "Sans Serif" 9.;
#P comment 113 284 60 196617 x position;
#P comment 204 283 71 196617 y position;
#P outlet 182 282 15 0;
#P outlet 97 282 15 0;
#P outlet 282 283 15 0;
#P flonum 182 238 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 182 120 15 0;
#P newex 182 208 27 196617 - 3.;
#P newex 182 178 34 196617 / 10.;
#P newex 182 146 58 196617 random 50;
#P newex 97 76 95 196617 t b b;
#P flonum 97 236 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 97 118 15 0;
#P window linecount 1;
#P newex 97 206 27 196617 - 5.;
#P newex 97 176 34 196617 / 10.;
#P newex 97 144 64 196617 random 100;
#P flonum 282 85 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P inlet 97 43 15 0;
#P window linecount 0;
#P comment 308 282 100 196617 z position;
#P connect 1 0 8 0;
#P connect 8 0 6 0;
#P connect 6 0 3 0;
#P connect 3 0 4 0;
#P connect 4 0 5 0;
#P connect 5 0 7 0;
#P connect 7 0 15 0;
#P connect 8 1 12 0;
#P connect 12 0 9 0;
#P connect 9 0 10 0;
#P connect 10 0 11 0;
#P connect 11 0 13 0;
#P connect 13 0 16 0;
#P fasten 1 0 2 0 102 63 287 63;
#P connect 2 0 14 0;
#P pop;
#P newobj 577 285 59 196617 p position5;
#P flonum 577 262 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 643 262 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P window linecount 0;
#P newex 577 239 76 196617 split -5.6 -7.5;
#P flonum 577 218 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 511 218 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P window linecount 1;
#N vpatcher 381 443 981 843;
#P window setfont "Sans Serif" 9.;
#P comment 113 284 60 196617 x position;
#P comment 204 283 71 196617 y position;
#P outlet 182 282 15 0;
#P outlet 97 282 15 0;
#P outlet 282 283 15 0;
#P flonum 182 238 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 182 120 15 0;
#P newex 182 208 27 196617 - 2.;
#P newex 182 178 34 196617 / 10.;
#P newex 182 146 58 196617 random 30;
#P newex 97 76 95 196617 t b b;
#P flonum 97 236 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 97 118 15 0;
#P window linecount 1;
#P newex 97 206 27 196617 - 4.;
#P newex 97 176 34 196617 / 10.;
#P newex 97 144 58 196617 random 80;
#P flonum 282 85 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P inlet 97 43 15 0;
#P window linecount 0;
#P comment 308 282 100 196617 z position;
#P connect 1 0 8 0;
#P connect 8 0 6 0;
#P connect 6 0 3 0;
#P connect 3 0 4 0;
#P connect 4 0 5 0;
#P connect 5 0 7 0;
#P connect 7 0 15 0;
#P connect 8 1 12 0;
#P connect 12 0 9 0;
#P connect 9 0 10 0;
#P connect 10 0 11 0;
#P connect 11 0 13 0;
#P connect 13 0 16 0;
#P fasten 1 0 2 0 102 63 287 63;
#P connect 2 0 14 0;
#P pop;
#P newobj 511 239 59 196617 p position4;
#P newex 511 198 76 196617 split -3.6 -5.5;
#P flonum 511 176 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 411 174 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 411 136 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 302 136 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 302 97 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 201 97 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P inlet 69 28 15 0;
#N vpatcher 383 462 983 862;
#P window setfont "Sans Serif" 9.;
#P comment 113 284 60 196617 x position;
#P comment 204 283 71 196617 y position;
#P outlet 182 282 15 0;
#P outlet 97 282 15 0;
#P outlet 282 283 15 0;
#P flonum 182 238 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 182 120 15 0;
#P newex 182 208 27 196617 - 1.;
#P newex 182 178 34 196617 / 10.;
#P newex 182 146 58 196617 random 12;
#P newex 97 76 95 196617 t b b;
#P flonum 97 236 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 97 118 15 0;
#P window linecount 1;
#P newex 97 206 27 196617 - 3.;
#P newex 97 176 34 196617 / 10.;
#P newex 97 144 58 196617 random 60;
#P flonum 282 85 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P inlet 97 43 15 0;
#P window linecount 0;
#P comment 308 282 100 196617 z position;
#P connect 1 0 8 0;
#P connect 8 0 6 0;
#P connect 6 0 3 0;
#P connect 3 0 4 0;
#P connect 4 0 5 0;
#P connect 5 0 7 0;
#P connect 7 0 15 0;
#P connect 8 1 12 0;
#P connect 12 0 9 0;
#P connect 9 0 10 0;
#P connect 10 0 11 0;
#P connect 11 0 13 0;
#P connect 13 0 16 0;
#P fasten 1 0 2 0 102 63 287 63;
#P connect 2 0 14 0;
#P pop;
#P newobj 411 194 59 196617 p position3;
#P newex 411 155 110 196617 split -1.6 -3.5;
#N vpatcher 407 386 1007 786;
#P window setfont "Sans Serif" 9.;
#P window linecount 1;
#P comment 113 284 60 196617 x position;
#P comment 204 283 71 196617 y position;
#P outlet 182 282 15 0;
#P outlet 97 282 15 0;
#P outlet 282 283 15 0;
#P flonum 182 238 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 182 120 15 0;
#P window linecount 0;
#P newex 182 208 27 196617 - 1.;
#P newex 182 178 34 196617 / 10.;
#P newex 182 146 58 196617 random 10;
#P newex 97 76 95 196617 t b b;
#P flonum 97 236 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 97 118 15 0;
#P window linecount 1;
#P newex 97 206 27 196617 - 2.;
#P newex 97 176 34 196617 / 10.;
#P newex 97 144 58 196617 random 40;
#P flonum 282 85 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P inlet 97 43 15 0;
#P window linecount 0;
#P comment 308 282 100 196617 z position;
#P connect 1 0 8 0;
#P connect 8 0 6 0;
#P connect 6 0 3 0;
#P connect 3 0 4 0;
#P connect 4 0 5 0;
#P connect 5 0 7 0;
#P connect 7 0 15 0;
#P connect 8 1 12 0;
#P connect 12 0 9 0;
#P connect 9 0 10 0;
#P connect 10 0 11 0;
#P connect 11 0 13 0;
#P connect 13 0 16 0;
#P fasten 1 0 2 0 102 63 287 63;
#P connect 2 0 14 0;
#P pop;
#P newobj 302 153 67 196617 p position2;
#P newex 302 116 119 196617 split 0. -1.5;
#P number 116 171 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P newex 201 75 111 196617 split 0.1 1.;
#N vpatcher 590 278 1190 678;
#P outlet 182 278 15 0;
#P outlet 97 278 15 0;
#P outlet 281 277 15 0;
#P window setfont "Sans Serif" 9.;
#P flonum 182 234 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 182 116 15 0;
#P window linecount 0;
#P newex 182 204 33 196617 - 0.5;
#P newex 182 174 34 196617 / 10.;
#P newex 182 142 52 196617 random 5;
#P newex 97 77 95 196617 t b b;
#P flonum 97 232 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P button 97 114 15 0;
#P window linecount 1;
#P newex 97 202 27 196617 - 1.;
#P newex 97 172 34 196617 / 10.;
#P newex 97 140 58 196617 random 20;
#P flonum 281 87 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P inlet 97 43 15 0;
#P connect 0 0 7 0;
#P connect 7 0 5 0;
#P connect 5 0 2 0;
#P connect 2 0 3 0;
#P connect 3 0 4 0;
#P connect 4 0 6 0;
#P connect 6 0 14 0;
#P connect 7 1 11 0;
#P connect 11 0 8 0;
#P connect 8 0 9 0;
#P connect 9 0 10 0;
#P connect 10 0 12 0;
#P connect 12 0 15 0;
#P fasten 0 0 1 0 102 65 286 65;
#P connect 1 0 13 0;
#P pop;
#P newobj 201 115 59 196617 p position1;
#P button 69 55 15 0;
#P flonum 69 171 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P newex 69 143 39 196617 - 20.5;
#P newex 69 113 34 196617 / 10.;
#P newex 69 81 64 196617 random 215;
#P connect 12 0 4 0;
#P connect 4 0 0 0;
#P connect 0 0 1 0;
#P connect 1 0 2 0;
#P connect 2 0 3 0;
#P fasten 55 0 28 0 1098 676 87 676;
#P fasten 53 0 28 0 1020 634 87 634 87 699;
#P fasten 49 0 28 0 942 585 87 585;
#P fasten 45 0 28 0 864 534 87 534;
#P fasten 41 0 28 0 786 481 87 481;
#P fasten 37 0 28 0 714 433 87 433;
#P fasten 33 0 28 0 648 377 87 377;
#P fasten 26 0 28 0 582 329 87 329;
#P fasten 20 0 28 0 516 279 87 279;
#P fasten 11 0 28 0 416 242 87 242;
#P fasten 9 0 28 0 307 208 87 208;
#P fasten 5 0 28 0 206 211 87 211;
#P connect 2 0 7 0;
#P fasten 55 1 29 0 1125 674 165 674;
#P fasten 53 1 29 0 1047 633 165 633;
#P fasten 49 1 29 0 969 584 165 584;
#P fasten 45 1 29 0 888 533 165 533;
#P fasten 41 1 29 0 810 482 165 482;
#P fasten 37 1 29 0 738 432 165 432;
#P fasten 33 1 29 0 672 375 165 375;
#P fasten 26 1 29 0 606 326 165 326;
#P fasten 20 1 29 0 540 277 165 277;
#P fasten 11 1 29 0 440 242 165 242;
#P fasten 9 1 29 0 335 207 165 207;
#P fasten 5 1 29 0 230 211 165 211;
#P fasten 3 0 6 0 74 194 176 194 176 57 206 57;
#P connect 6 0 13 0;
#P connect 13 0 5 0;
#P fasten 55 2 30 0 1152 675 248 675;
#P fasten 53 2 30 0 1074 632 248 632;
#P fasten 49 2 30 0 996 582 248 582;
#P fasten 45 2 30 0 912 531 248 531;
#P fasten 41 2 30 0 834 480 248 480;
#P fasten 37 2 30 0 762 431 248 431;
#P fasten 33 2 30 0 696 376 248 376;
#P fasten 26 2 30 0 630 325 248 325;
#P fasten 20 2 30 0 564 278 248 278;
#P fasten 11 2 30 0 464 239 248 239;
#P fasten 9 2 30 0 363 206 248 206;
#P fasten 5 2 30 0 254 210 248 210;
#P connect 6 1 14 0;
#P connect 14 0 8 0;
#P connect 8 0 15 0;
#P connect 15 0 9 0;
#P connect 8 1 16 0;
#P connect 16 0 10 0;
#P connect 10 0 17 0;
#P connect 17 0 11 0;
#P connect 10 1 18 0;
#P connect 18 0 19 0;
#P connect 19 0 21 0;
#P connect 21 0 20 0;
#P connect 19 1 22 0;
#P connect 22 0 23 0;
#P connect 23 0 25 0;
#P connect 25 0 26 0;
#P connect 23 1 24 0;
#P connect 24 0 27 0;
#P connect 27 0 31 0;
#P connect 31 0 33 0;
#P connect 27 1 32 0;
#P connect 32 0 34 0;
#P connect 34 0 35 0;
#P connect 35 0 37 0;
#P connect 34 1 36 0;
#P connect 36 0 38 0;
#P connect 38 0 39 0;
#P connect 39 0 41 0;
#P connect 38 1 40 0;
#P connect 40 0 42 0;
#P connect 42 0 43 0;
#P connect 43 0 45 0;
#P connect 42 1 44 0;
#P connect 44 0 46 0;
#P connect 46 0 47 0;
#P connect 47 0 49 0;
#P connect 46 1 48 0;
#P connect 48 0 50 0;
#P connect 50 0 51 0;
#P connect 51 0 53 0;
#P connect 50 1 52 0;
#P connect 52 0 54 0;
#P connect 54 0 56 0;
#P connect 56 0 55 0;
#P pop;
#P newobj 209 127 137 196617 p randomposition;
#P button 405 558 15 0;
#P inlet 173 64 15 0;
#P window linecount 1;
#P newex 405 637 33 196617 - 15.;
#P newex 405 613 34 196617 / 10.;
#P newex 405 587 64 196617 random 300;
#P button 174 398 15 0;
#P flonum 277 517 40 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P newex 174 470 33 196617 - 30.;
#P newex 174 446 34 196617 / 10.;
#P newex 174 420 64 196617 random 300;
#P button 588 254 15 0;
#P newex 588 326 33 196617 - 40.;
#P newex 588 302 34 196617 / 10.;
#P newex 588 276 64 196617 random 800;
#P window linecount 0;
#P newex 22 622 39 196617 r plane;
#P newex 62 681 185 196617 jit.gl.videoplane foo @scale 1.333 1. 1.;
#P flonum 313 434 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 388 434 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 350 434 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P newex 253 458 133 196617 pak rotate 1. 0. 0. 0.;
#P flonum 366 515 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 323 516 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P newex 254 540 104 196617 pak rotate 0. 1. 0. 0.;
#P flonum 701 415 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 657 415 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 617 414 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 552 506 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 516 506 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P newex 589 449 125 196617 pak rotate 0. 0. 1. 0.;
#P message 725 263 35 196617 1.333;
#P window linecount 2;
#P comment 765 258 238 196617 change x scale to match aspect ratio. e.g. typical 4:3 video would have an x scale of 1.333;
#P flonum 479 506 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P window linecount 1;
#P newex 456 528 103 196617 pak rotate 0. 0. 0. 1.;
#P toggle 840 388 15 0;
#P message 824 410 89 196617 client_storage \$1;
#P comment 168 324 84 196617 set blend amount;
#P message 485 318 17 196617 1.;
#P toggle 452 335 15 0;
#P message 452 358 80 196617 blend_enable \$1;
#P flonum 168 340 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P toggle 315 302 15 0;
#P comment 336 302 100 196617 draw as mesh;
#P flonum 803 284 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 765 284 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 725 284 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P newex 700 311 85 196617 pak scale 1. 1. 1.;
#P newex 253 382 39 196617 s plane;
#P flonum 823 332 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 784 332 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P flonum 744 332 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P message 168 361 82 196617 color 1. 1. 1. \$1;
#P toggle 541 335 15 0;
#P message 541 358 90 196617 lighting_enable \$1;
#P toggle 119 340 15 0;
#P message 119 361 44 196617 axes \$1;
#P toggle 335 339 15 0;
#P toggle 294 338 15 0;
#P newex 253 359 92 196617 pak poly_mode 0 0;
#P newex 481 292 50 196617 loadbang;
#P toggle 354 335 15 0;
#P message 354 358 81 196617 depth_enable \$1;
#P newex 716 356 95 196617 pak position 0. 0. 0.;
#P comment 567 527 100 196617 rotate about z axis;
#P outlet 62 773 15 0;
#P inlet 62 62 15 0;
#P user ubumenu 69 602 51 196617 0 1 1 0;
#X add argb;
#X add uyvy;
#X prefix_set 0 0 <none> 0;
#X pattrmode 1;
#P message 804 830 79 196617 tex_scale_y \$1;
#P flonum 804 807 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P message 717 830 79 196617 tex_scale_x \$1;
#P flonum 717 807 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P message 804 784 83 196617 tex_offset_y \$1;
#P flonum 804 764 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P message 717 785 83 196617 tex_offset_x \$1;
#P flonum 717 765 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P toggle 229 565 15 0;
#P message 229 586 75 196617 auto_rotate \$1;
#P toggle 62 545 15 0;
#P message 62 567 50 196617 interp \$1;
#P message 807 741 48 196617 nudge \$1;
#P flonum 807 719 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P message 194 587 32 196617 reset;
#P window linecount 3;
#P newex 194 610 87 196617 jit.gl.handle foo @depth_enable 1 @radius 2.;
#P number 697 719 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P window linecount 1;
#P message 697 741 54 196617 dim \$1 \$1;
#P comment 34 586 151 196617 set colormode to argb or uyvy;
#P newex 89 632 94 196617 prepend colormode;
#P user panel 579 393 178 89;
#X brgb 41 207 202;
#X frgb 0 0 0;
#X border 1;
#X rounded 0;
#X shadow 0;
#X done;
#P user panel 680 253 210 135;
#X brgb 255 125 254;
#X frgb 0 0 0;
#X border 1;
#X rounded 0;
#X shadow 0;
#X done;
#P user panel 271 498 141 42;
#X brgb 165 165 165;
#X frgb 0 0 0;
#X border 1;
#X rounded 0;
#X shadow 0;
#X done;
#P window linecount 0;
#P comment 145 513 115 196617 Range between 0 ~ - 30;
#P comment 470 399 107 196617 range between +/-40;
#P comment 422 491 112 196617 range between +/-15;
#P user panel 443 503 233 49;
#X brgb 214 214 214;
#X frgb 0 0 0;
#X border 1;
#X rounded 0;
#X shadow 0;
#X done;
#P comment 199 60 100 196617 get the bang from metro20000;
#P comment 353 93 100 196617 use some logic random math to count the videoplane position and send to "pak position";
#P comment 763 440 100 196617 Use random number to make different angles of videoplane;
#P window linecount 3;
#P comment 274 748 100 196617 I don't know why I can not see anything here;
#P connect 20 0 19 0;
#P connect 32 0 81 0;
#P connect 19 0 81 0;
#P fasten 82 0 81 0 27 662 67 662;
#P fasten 11 0 81 0 94 662 67 662;
#P fasten 15 0 81 0 199 674 67 674;
#P connect 81 0 33 0;
#P connect 32 0 102 0;
#P connect 31 1 11 0;
#P connect 81 0 101 0;
#P connect 43 0 42 0;
#P connect 57 0 46 0;
#P connect 91 0 87 0;
#P connect 87 0 88 0;
#P connect 88 0 89 0;
#P fasten 16 0 15 0 199 607 199 607;
#P fasten 21 0 15 0 234 607 199 607;
#P fasten 95 0 97 0 178 104 214 104;
#P connect 97 0 98 0;
#P connect 22 0 21 0;
#P connect 77 0 50 0;
#P connect 74 0 50 0;
#P fasten 51 0 50 0 705 377 258 377;
#P fasten 36 0 50 0 359 377 258 377;
#P fasten 39 0 50 0 258 379 258 379;
#P fasten 46 0 50 0 173 379 258 379;
#P fasten 44 0 50 0 546 377 258 377;
#P fasten 42 0 50 0 124 379 258 379;
#P fasten 35 0 50 0 721 377 258 377;
#P fasten 58 0 50 0 457 377 258 377;
#P fasten 62 0 50 0 829 408 622 408 622 379 258 379;
#P fasten 68 0 50 0 594 488 258 488;
#P fasten 64 0 50 0 461 548 415 548 415 487 258 487;
#P connect 97 1 99 0;
#P fasten 89 0 90 0 179 499 282 499;
#P connect 90 0 74 1;
#P fasten 56 0 40 0 320 327 299 327;
#P connect 40 0 39 1;
#P connect 80 0 77 2;
#P connect 75 0 74 3;
#P connect 97 2 100 0;
#P fasten 56 0 41 0 320 327 340 327;
#P connect 41 0 39 2;
#P connect 78 0 77 3;
#P connect 76 0 74 4;
#P connect 37 0 36 0;
#P connect 79 0 77 4;
#P connect 96 0 92 0;
#P connect 92 0 93 0;
#P connect 93 0 94 0;
#P connect 60 0 59 0;
#P connect 59 0 58 0;
#P fasten 94 0 65 0 410 665 469 665 469 497 484 497;
#P connect 65 0 64 1;
#P connect 38 0 60 0;
#P connect 69 0 64 2;
#P connect 70 0 64 3;
#P connect 45 0 44 0;
#P fasten 95 0 86 0 178 263 540 263 540 239 593 239;
#P connect 86 0 83 0;
#P connect 83 0 84 0;
#P connect 84 0 85 0;
#P fasten 85 0 71 0 593 352 646 352 646 403 622 403;
#P connect 71 0 68 1;
#P connect 72 0 68 2;
#P connect 14 0 13 0;
#P connect 73 0 68 4;
#P connect 23 0 24 0;
#P connect 27 0 28 0;
#P connect 67 0 52 0;
#P connect 52 0 51 1;
#P fasten 98 0 35 1 214 222 724 222 724 349 749 349;
#P connect 47 0 35 1;
#P fasten 53 0 51 2 770 305 755 305;
#P fasten 99 0 35 2 277 220 725 220 725 348 777 348;
#P fasten 48 0 35 2 789 351 777 351;
#P fasten 54 0 51 3 808 305 780 305;
#P fasten 100 0 35 3 340 221 724 221 724 349 805 349;
#P fasten 49 0 35 3 828 351 805 351;
#P connect 25 0 26 0;
#P connect 29 0 30 0;
#P connect 17 0 18 0;
#P connect 63 0 62 0;
#P pop;
#P newobj 273 153 71 196617 p videoplane1;
#P newex 990 683 39 196617 r plane;
#P number 120 725 35 9 0 2 3 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P message 120 744 45 196617 ortho \$1;
#P message 162 659 70 196617 camera 0 0 4;
#P message 106 870 85 196617 rect 0 0 640 480;
#P message 986 392 14 196617 2;
#P message 965 393 14 196617 1;
#P newex 1003 414 38 196617 gate 2;
#P newex 1072 493 75 196617 js jsmultiop.js;
#P user ubumenu 372 276 60 196617 0 1 1 0;
#X add pass;
#X add mult;
#X add div;
#X add add;
#X add sub;
#X add mod;
#X add min;
#X add max;
#X add abs;
#X add avg;
#X add absdiff;
#X add eq;
#X add neq;
#X add eqp;
#X add neqp;
#X add sin;
#X add cos;
#X add tan;
#X add asin;
#X add acos;
#X add atan;
#X add atan2;
#X add log2;
#X add hypot;
#X add pow;
#X add sqrt;
#X add ceil;
#X add floor;
#X add fract;
#X prefix_set 0 0 <none> 0;
#X pattrmode 1;
#P user ubumenu 543 276 100 196617 0 1 1 0;
#X add additive;
#X add average;
#X add brightlight;
#X add burn;
#X add darken;
#X add difference;
#X add dodge;
#X add exclude;
#X add freeze;
#X add glow;
#X add hardlight;
#X add heat;
#X add inverse;
#X add lighten;
#X add multiply;
#X add negate;
#X add overlay;
#X add reflect;
#X add screen;
#X add softlight;
#X add stamp;
#X add subtractive;
#X prefix_set 0 0 <none> 0;
#X pattrmode 1;
#P newex 588 297 111 196617 sprintf read co.%s.jxs;
#P user ubumenu 366 220 60 196617 0 1 1 0;
#X add pass;
#X add mult;
#X add div;
#X add add;
#X add sub;
#X add mod;
#X add min;
#X add max;
#X add abs;
#X add avg;
#X add absdiff;
#X add eq;
#X add neq;
#X add eqp;
#X add neqp;
#X add sin;
#X add cos;
#X add tan;
#X add asin;
#X add acos;
#X add atan;
#X add atan2;
#X add log2;
#X add hypot;
#X add pow;
#X add sqrt;
#X add ceil;
#X add floor;
#X add fract;
#X prefix_set 0 0 <none> 0;
#X pattrmode 1;
#P user ubumenu 540 212 100 196617 0 1 1 0;
#X add additive;
#X add average;
#X add brightlight;
#X add burn;
#X add darken;
#X add difference;
#X add dodge;
#X add exclude;
#X add freeze;
#X add glow;
#X add hardlight;
#X add heat;
#X add inverse;
#X add lighten;
#X add multiply;
#X add negate;
#X add overlay;
#X add reflect;
#X add screen;
#X add softlight;
#X add stamp;
#X add subtractive;
#X prefix_set 0 0 <none> 0;
#X pattrmode 1;
#P newex 585 237 111 196617 sprintf read co.%s.jxs;
#P newex 1060 429 144 196617 jit.gl.texture foo @name tex1;
#P message 1216 604 79 196617 read dozer.mov;
#P message 1121 604 28 196617 read;
#P message 1186 604 27 196617 stop;
#P message 1152 604 31 196617 start;
#P toggle 1058 585 15 0;
#P newex 1058 604 57 196617 qmetro 20;
#P newex 1058 636 236 196617 jit.qt.movie 720 480 @colormode uyvy @unique 1;
#P comment 1058 585 149 196617 ?read a movie and start metro.;
#P newex 397 301 111 196617 sprintf read op.%s.jxs;
#P newex 273 333 69 196617 jit.gl.slab foo;
#P newex 949 226 45 196617 s slabbo;
#P newex 226 252 45 196617 r slabbo;
#P flonum 1085 113 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P message 1085 134 95 196617 param in2offset \$1;
#P flonum 988 113 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P message 988 134 92 196617 param in2scale \$1;
#P flonum 1085 165 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P message 1085 186 95 196617 param outoffset \$1;
#P flonum 1085 61 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P message 1085 82 90 196617 param inoffset \$1;
#P flonum 988 165 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P message 988 186 92 196617 param outscale \$1;
#P flonum 988 61 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P message 988 82 85 196617 param inscale \$1;
#P newex 391 250 111 196617 sprintf read op.%s.jxs;
#P newex 1060 391 236 196617 jit.qt.movie 640 480 @colormode uyvy @unique 1;
#P newex 1053 682 79 196617 jit.gl.handle foo;
#P newex 1009 728 185 196617 jit.gl.videoplane foo @scale 1.333 1. 1.;
#P newex 1060 410 188 196617 jit.qt.movie 640 480 @colormode uyvy;
#P newex 273 290 69 196617 jit.gl.slab foo;
#P toggle 267 850 15 0;
#P message 267 868 45 196617 sync \$1;
#P toggle 194 850 15 0;
#P newex 155 849 35 196617 sel 27;
#P message 194 868 68 196617 fullscreen \$1;
#P newex 112 892 145 196617 jit.window foo @depthbuffer 1;
#P newex 110 849 40 196617 key;
#P user jit.fpsgui 123 238 60 196617 0;
#P number 146 111 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P toggle 101 111 15 0;
#P newex 101 137 55 196617 qmetro 20;
#P newex 101 187 55 196617 t b b erase;
#P newex 101 809 80 196617 jit.gl.render foo;
#P window linecount 4;
#P comment 948 248 281 196617 can map the range for each input as well as the output with the corresponding scale and offset parameters. the default scale is 1 \, and the default offset is 0. can also be set component wise rgba if using a list rather than a scalar;
#P window linecount 1;
#N vpatcher 512 240 1573 1007;
#P outlet 213 443 15 0;
#P outlet 135 441 15 0;
#P window setfont "Sans Serif" 9.;
#P window linecount 1;
#P newex 152 47 48 196617 loadbang;
#P outlet 334 446 15 0;
#P newex 203 144 94 196617 prepend readfolder;
#P comment 205 238 124 196617 movie count;
#P button 203 97 15 0;
#P newex 203 120 75 196617 opendialog fold;
#P number 437 48 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P toggle 378 48 15 0;
#P number 202 199 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P newex 378 96 42 196617 random;
#P newex 378 73 75 196617 qmetro 20000;
#P user ubumenu 80 201 100 196617 0 1 1 0;
#X add CKDaisy1PhotoJPEG.mov;
#X add CKDaisy2H264Matted.mov;
#X add CKDaisy3PhotoJPEG.mov;
#X add CKDaisy4PhotoJPEG.mov;
#X add CKDaisy5PhotoJPEG.mov;
#X add CKDaisy6PhotoJPEG.mov;
#X prefix_set 0 0 <none> 0;
#X pattrmode 1;
#P number 378 124 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P message 378 144 48 196617 index \$1;
#P message 64 147 133 196617 readfolder ./patches/daisy;
#P number 78 81 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P toggle 38 81 15 0;
#P newex 38 110 50 196617 qmetro 2;
#P user jit.pwindow 37 285 157 119 0 1 0 0 1 0;
#P user jit.fpsgui 38 431 60 196617 0;
#P newex 38 176 174 196617 js jsmoviebank.js;
#P window linecount 6;
#P comment 210 287 198 196617 todo: \; colormode \; arguments for dimensions \; insert/add entries \; fix empty property problem on first load \; solve anything method problem;
#P window linecount 2;
#P comment 69 236 124 196617 output designed to populate umenu/ubumenu;
#P comment 469 108 125 196617 select which movie to play \, randomly if desired.;
#P comment 87 466 74 196617 qmetro bang out;
#P comment 190 466 74 196617 random bang out;
#P comment 317 467 64 196617 moviebank out;
#P connect 26 0 10 0;
#P connect 10 0 9 0;
#P connect 9 0 6 0;
#P fasten 13 0 6 0 383 168 43 168;
#P fasten 12 0 6 0 69 168 43 168;
#P fasten 24 0 6 0 208 168 43 168;
#P connect 6 0 8 0;
#P connect 8 0 7 0;
#P connect 26 0 12 0;
#P connect 11 0 9 1;
#P fasten 6 1 15 0 125 197 85 197;
#P fasten 9 0 27 0 43 142 6 142 6 416 140 416;
#P connect 6 2 18 0;
#P connect 22 0 21 0;
#P connect 21 0 24 0;
#P fasten 16 0 28 0 341 90 341 273 428 273 428 391 199 391 199 430 218 430;
#P fasten 6 0 25 0 43 269 213 269 213 421 339 421;
#P connect 26 0 19 0;
#P connect 19 0 16 0;
#P connect 16 0 17 0;
#P connect 17 0 14 0;
#P fasten 15 0 14 0 85 231 432 231 432 119 383 119;
#P connect 14 0 13 0;
#P fasten 18 0 17 1 207 219 452 219 452 93 415 93;
#P connect 20 0 16 1;
#P pop;
#P newobj 195 113 89 196617 p loadmoviebank1;
#P user panel 348 204 380 68;
#X brgb 255 59 59;
#X frgb 0 0 0;
#X border 1;
#X rounded 0;
#X shadow 0;
#X done;
#P user panel 349 273 380 64;
#X brgb 255 232 43;
#X frgb 0 0 0;
#X border 1;
#X rounded 0;
#X shadow 0;
#X done;
#P user panel 947 376 418 399;
#X brgb 191 191 191;
#X frgb 0 0 0;
#X border 1;
#X rounded 0;
#X shadow 0;
#X done;
#P window linecount 2;
#P comment 949 345 172 196617 This is the area I put some unused objecvts \, please ignore;
#P window linecount 4;
#P comment 198 57 100 196617 auto-load bunch of movies from folder and playback randomly;
#P window linecount 2;
#P comment 285 124 137 196617 make each movie in different position and different angles;
#P window linecount 4;
#P comment 165 292 100 196617 I try to blend those different movies with different positions together;
#P window linecount 14;
#P comment 466 367 100 196617 I hope I can blend at least 5 movies together \, each movie can have different position and angles in jit.gl.render window \, the result will be just like what people will usually do in After Effect \, you got many different position \, angle and scale video play together.;
#P window linecount 6;
#P comment 277 360 100 196617 I don't knwo why I can not see anything in "foo" window \, I also can not see anything in vieoplane patch;
#P connect 73 0 74 0;
#P connect 14 0 13 0;
#P connect 13 0 12 0;
#P fasten 80 0 11 0 353 786 106 786;
#P fasten 75 0 11 0 352 722 188 722 188 783 106 783;
#P fasten 66 0 11 0 167 693 106 693;
#P fasten 67 0 11 0 125 785 106 785;
#P connect 12 0 11 0;
#P fasten 12 2 11 0 150 309 106 309;
#P fasten 72 0 18 0 341 887 117 887;
#P connect 65 0 18 0;
#P fasten 19 0 18 0 199 887 117 887;
#P fasten 22 0 18 0 272 887 117 887;
#P connect 74 0 18 0;
#P connect 68 0 67 0;
#P connect 12 1 16 0;
#P connect 15 0 13 1;
#P fasten 17 0 20 0 115 868 152 868 152 847 160 847;
#P connect 85 0 86 0;
#P connect 86 0 66 0;
#P fasten 20 0 21 0 160 867 191 867 191 847 199 847;
#P connect 21 0 19 0;
#P connect 23 0 22 0;
#P connect 9 2 70 0;
#P connect 70 0 24 0;
#P connect 42 0 24 0;
#P fasten 29 0 24 0 396 270 278 270;
#P fasten 55 0 24 0 590 265 278 265;
#P connect 24 0 44 0;
#P fasten 45 0 44 0 402 320 278 320;
#P fasten 58 0 44 0 593 321 278 321;
#P fasten 91 0 24 1 528 189 337 189;
#P fasten 92 0 44 1 778 194 337 194;
#P fasten 9 1 70 1 239 141 339 141;
#P connect 71 1 72 0;
#P connect 87 0 81 0;
#P fasten 88 0 81 0 382 655 353 655;
#P fasten 76 0 75 1 349 686 373 686;
#P fasten 81 0 80 1 353 748 382 748;
#P fasten 87 0 82 0 353 654 388 654;
#P fasten 88 0 82 0 382 652 388 652;
#P fasten 77 0 75 2 387 686 394 686;
#P connect 57 1 29 0;
#P connect 60 1 45 0;
#P fasten 82 0 80 2 388 748 411 748;
#P fasten 78 0 75 3 422 686 415 686;
#P fasten 87 0 83 0 353 657 423 657;
#P fasten 88 0 83 0 382 654 423 654;
#P fasten 79 0 75 4 457 686 436 686;
#P fasten 83 0 80 3 423 748 440 748;
#P fasten 84 0 80 4 458 748 469 748;
#P connect 89 2 91 0;
#P fasten 89 1 91 1 489 136 589 136;
#P connect 56 1 55 0;
#P connect 59 1 58 0;
#P connect 90 2 92 0;
#P fasten 90 1 92 1 739 136 839 136;
#P fasten 36 0 43 0 1090 204 954 204;
#P fasten 40 0 43 0 1090 152 954 152;
#P fasten 34 0 43 0 1090 100 954 100;
#P fasten 30 0 43 0 993 104 954 104;
#P fasten 32 0 43 0 993 208 954 208;
#P fasten 38 0 43 0 993 156 954 156;
#P connect 31 0 30 0;
#P connect 39 0 38 0;
#P connect 33 0 32 0;
#P connect 64 0 62 0;
#P connect 63 0 62 0;
#P connect 69 0 26 0;
#P connect 27 0 26 0;
#P connect 49 0 48 0;
#P fasten 52 0 47 0 1126 630 1063 630;
#P fasten 51 0 47 0 1191 630 1063 630;
#P fasten 50 0 47 0 1157 630 1063 630;
#P fasten 53 0 47 0 1221 630 1063 630;
#P fasten 48 0 47 0 1063 630 1063 630;
#P connect 35 0 34 0;
#P connect 41 0 40 0;
#P connect 37 0 36 0;
#P pop;



More information about the jitter mailing list