Randomly selecting samples, please help!

For topics related to using MsPinky inside the Max/MSP graphical programming environment
register
Randomly selecting samples, please help!

Post by register » Fri Dec 02, 2005 12:16 am

hi there,

I am curently making a patch that selects samples from a bank, plays it through to the end, and then randomly selects a new sample from the bank. I have go to certain stage, and right now I'm having a lot of trouble finding a source of information on when the sample ends. If anyone can help, I'd really appreciate it, my patch, in text is...



max v2;

#N vpatcher -4 44 1024 768;

#P origin 40 45;

#P window setfont "Sans Serif" 9.;

#P window linecount 1;

#P message 651 493 43 196617 loop \$1;

#P button 778 421 15 0;

#P flonum 802 463 81 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;

#P newex 778 441 105 196617 info~ present;

#P window linecount 0;

#P newex 222 149 50 196617;

#P window linecount 1;

#P message 415 424 14 196617 1;

#P message 368 455 14 196617 0;

#P message 436 467 13 196617 0;

#P newex 415 443 29 196617 sig~;

#P number 521 469 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;

#P number 468 469 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;

#P toggle 346 455 15 0;

#P message 346 475 70 196617 loopinterp \$1;

#P window setfont "Fixedwidth Serif" 10.;

#N vpatcher 312 179 515 388;

#P window setfont Times 10.;

#P comment 15 153 47 1310730 Channel 1;

#P comment 63 153 47 1310730 Channel 2;

#P comment 114 27 47 1310730 Amplitude;

#P comment 61 27 47 1310730 Channel 2;

#N comlet (signal) Channel 2;

#P outlet 77 138 15 0;

#N comlet (signal) Channel 1;

#P outlet 29 138 15 0;

#P window setfont "Fixedwidth Serif" 10.;

#P message 157 63 26 1441802 100;

#P newex 129 82 38 1441802 line~;

#P newex 77 113 39 1441802 *~;

#P newex 29 113 39 1441802 *~;

#N comlet (float) Amplitude;

#P inlet 129 41 15 0;

#N comlet (signal) Channel 2;

#P inlet 77 41 15 0;

#N comlet (signal) Channel 1;

#P inlet 29 41 15 0;

#P window setfont Times 10.;

#P comment 14 27 47 1310730 Channel 1;

#P connect 1 0 4 0;

#P connect 4 0 8 0;

#P fasten 6 0 4 1 134 103 63 103;

#P connect 2 0 5 0;

#P connect 5 0 9 0;

#P fasten 6 0 5 1 134 108 111 108;

#P connect 3 0 6 0;

#P fasten 3 0 7 0 134 59 162 59;

#P connect 7 0 6 1;

#P pop;

#P newobj 415 527 92 1441802 p stereoamp~;

#P window setfont "Sans Serif" 9.;

#P newex 582 494 40 196617 / 100.;

#P user uslider 582 344 18 128 101 1 0 0;

#P user ezdac~ 415 572 459 605 0;

#P newex 415 496 87 196617 groove~ future 2;

#P message 91 418 14 196617 1;

#P message 720 444 14 196617 1;

#P message 41 452 14 196617 0;

#P message 673 471 14 196617 0;

#P newex 720 463 29 196617 sig~;

#P number 761 491 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;

#P toggle 651 475 15 0;

#P window setfont "Fixedwidth Serif" 10.;

#N vpatcher 312 179 515 388;

#P window setfont Times 10.;

#P comment 15 153 47 1310730 Channel 1;

#P comment 63 153 47 1310730 Channel 2;

#P comment 114 27 47 1310730 Amplitude;

#P comment 61 27 47 1310730 Channel 2;

#N comlet (signal) Channel 2;

#P outlet 77 138 15 0;

#N comlet (signal) Channel 1;

#P outlet 29 138 15 0;

#P window setfont "Fixedwidth Serif" 10.;

#P message 157 63 26 1441802 100;

#P newex 129 82 38 1441802 line~;

#P newex 77 113 39 1441802 *~;

#P newex 29 113 39 1441802 *~;

#N comlet (float) Amplitude;

#P inlet 129 41 15 0;

#N comlet (signal) Channel 2;

#P inlet 77 41 15 0;

#N comlet (signal) Channel 1;

#P inlet 29 41 15 0;

#P window setfont Times 10.;

#P comment 14 27 47 1310730 Channel 1;

#P connect 1 0 4 0;

#P connect 4 0 8 0;

#P fasten 6 0 4 1 134 103 63 103;

#P connect 2 0 5 0;

#P connect 5 0 9 0;

#P fasten 6 0 5 1 134 108 111 108;

#P connect 3 0 6 0;

#P fasten 3 0 7 0 134 59 162 59;

#P connect 7 0 6 1;

#P pop;

#P newobj 720 547 92 1441802 p stereoamp~;

#P window setfont "Sans Serif" 9.;

#P newex 887 514 40 196617 / 100.;

#P user uslider 887 364 18 128 101 1 0 0;

#P user ezdac~ 720 592 764 625 0;

#P newex 720 516 93 196617 groove~ present 2;

#P message 112 464 13 196617 0;

#P newex 91 440 29 196617 sig~;

#P number 197 466 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;

#P number 144 466 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;

#P toggle 22 452 15 0;

#P message 22 472 43 196617 loop \$1;

#P window setfont "Fixedwidth Serif" 10.;

#N vpatcher 312 179 515 388;

#P window setfont Times 10.;

#P comment 15 153 47 1310730 Channel 1;

#P comment 63 153 47 1310730 Channel 2;

#P comment 114 27 47 1310730 Amplitude;

#P comment 61 27 47 1310730 Channel 2;

#N comlet (signal) Channel 2;

#P outlet 77 138 15 0;

#N comlet (signal) Channel 1;

#P outlet 29 138 15 0;

#P window setfont "Fixedwidth Serif" 10.;

#P message 157 63 26 1441802 100;

#P newex 129 82 38 1441802 line~;

#P newex 77 113 39 1441802 *~;

#P newex 29 113 39 1441802 *~;

#N comlet (float) Amplitude;

#P inlet 129 41 15 0;

#N comlet (signal) Channel 2;

#P inlet 77 41 15 0;

#N comlet (signal) Channel 1;

#P inlet 29 41 15 0;

#P window setfont Times 10.;

#P comment 14 27 47 1310730 Channel 1;

#P connect 1 0 4 0;

#P connect 4 0 8 0;

#P fasten 6 0 4 1 134 103 63 103;

#P connect 2 0 5 0;

#P connect 5 0 9 0;

#P fasten 6 0 5 1 134 108 111 108;

#P connect 3 0 6 0;

#P fasten 3 0 7 0 134 59 162 59;

#P connect 7 0 6 1;

#P pop;

#P newobj 91 524 92 1441802 p stereoamp~;

#P window setfont "Sans Serif" 9.;

#P newex 239 506 37 196617 / 100.;

#P user uslider 239 418 15 63 101 1 0 0;

#P user ezdac~ 91 567 135 600 0;

#P newex 91 493 78 196617 groove~ past 2;

#N vpatcher 10 44 1024 768;

#P origin 280 0;

#P window setfont "Sans Serif" 9.;

#P window linecount 1;

#P message 953 161 33 196617 clear;

#P button 936 96 15 0;

#P button 620 72 15 0;

#P newex 620 96 58 196617 random 26;

#P window linecount 0;

#P newex 620 123 326 196617 gate 25;

#P message 300 637 130 196617 read SineadTomorrow2.aif;

#P message 300 616 130 196617 read SineadTomorrow1.aif;

#P message 299 560 98 196617 read NatFuture3.aif;

#P message 299 531 98 196617 read NatFuture2.aif;

#P message 299 508 98 196617 read NatFuture1.aif;

#P message 297 447 96 196617 read MeFuture4.aif;

#P message 297 427 96 196617 read MeFuture3.aif;

#P message 297 402 96 196617 read MeFuture2.aif;

#P message 297 382 96 196617 read MeFuture1.aif;

#P message 296 329 107 196617 read JulesFuture4.aif;

#P message 296 310 107 196617 read JulesFuture3.aif;

#P message 296 287 107 196617 read JulesFuture2.aif;

#P message 296 266 107 196617 read JulesFuture1.aif;

#P message 298 215 130 196617 read JamesTomorrow2.aif;

#P message 298 191 130 196617 read JamesTomorrow1.aif;

#P message 28 297 108 196617 read HutchFuture5.aif;

#P message 28 270 108 196617 read HutchFuture4.aif;

#P message 28 251 108 196617 read HutchFuture3.aif;

#P message 28 223 108 196617 read HutchFuture2.aif;

#P message 28 196 108 196617 read HutchFuture1.aif;

#P message 30 444 89 196617 read GFuture5.aif;

#P message 30 423 89 196617 read GFuture4.aif;

#P message 30 402 89 196617 read GFuture3.aif;

#P message 30 380 89 196617 read GFuture2.aif;

#P message 30 356 89 196617 read GFuture1.aif;

#P newex 220 688 75 196617 buffer~ future;

#P fasten 26 0 6 0 625 147 33 147;

#P fasten 26 1 7 0 638 147 33 147;

#P fasten 26 2 8 0 651 148 33 148;

#P fasten 26 3 9 0 664 148 33 148;

#P fasten 26 4 10 0 677 146 33 146;

#P fasten 26 5 1 0 690 147 35 147;

#P fasten 26 6 2 0 703 146 35 146;

#P fasten 26 7 3 0 716 145 35 145;

#P fasten 26 8 4 0 729 147 35 147;

#P fasten 26 9 5 0 742 145 35 145;

#P fasten 30 0 0 0 958 686 225 686;

#P fasten 25 0 0 0 305 673 225 673;

#P fasten 24 0 0 0 225 631;

#P fasten 23 0 0 0 225 575;

#P fasten 22 0 0 0 225 546;

#P fasten 21 0 0 0 225 523;

#P fasten 20 0 0 0 225 462;

#P fasten 19 0 0 0 225 442;

#P fasten 18 0 0 0 225 417;

#P fasten 17 0 0 0 225 397;

#P fasten 16 0 0 0 225 344;

#P fasten 15 0 0 0 225 325;

#P fasten 14 0 0 0 225 302;

#P fasten 13 0 0 0 225 281;

#P fasten 12 0 0 0 225 230 225 687;

#P fasten 11 0 0 0 225 206;

#P fasten 10 0 0 0 225 312;

#P fasten 9 0 0 0 225 285;

#P fasten 6 0 0 0 225 211;

#P fasten 7 0 0 0 225 238;

#P fasten 8 0 0 0 225 266;

#P fasten 5 0 0 0 225 459;

#P fasten 4 0 0 0 225 438;

#P fasten 3 0 0 0 225 417;

#P fasten 2 0 0 0 225 395;

#P fasten 26 12 13 0 781 146 301 146;

#P fasten 26 13 14 0 794 146 301 146;

#P fasten 26 14 15 0 807 147 301 147;

#P fasten 26 15 16 0 820 148 301 148;

#P fasten 26 16 17 0 833 148 302 148;

#P fasten 26 17 18 0 846 148 302 148;

#P fasten 26 18 19 0 859 149 302 149;

#P fasten 26 19 20 0 872 147 302 147;

#P fasten 26 10 11 0 755 145 303 145;

#P fasten 26 11 12 0 768 146 303 146;

#P fasten 26 20 21 0 885 147 304 147;

#P fasten 26 21 22 0 898 146 304 146;

#P fasten 26 22 23 0 911 148 304 148;

#P fasten 26 23 24 0 924 144 305 144;

#P fasten 26 24 25 0 937 149 305 149;

#P connect 28 0 27 0;

#P connect 27 0 26 0;

#P connect 29 0 26 1;

#P pop;

#P newobj 422 319 46 196617 p future;

#N vpatcher 49 279 1091 1003;

#P origin 269 41;

#P window setfont "Sans Serif" 9.;

#P window linecount 1;

#P newex 905 49 49 196617 select 1.;

#P flonum 905 28 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;

#P message 932 152 33 196617 clear;

#P inlet 905 0 15 0;

#P button 899 77 15 0;

#P button 609 61 15 0;

#P newex 609 82 58 196617 random 24;

#P newex 609 107 300 196617 gate 23;

#P newex 174 636 81 196617 buffer~ present;

#P message 15 515 121 196617 read Sinead Present2.aif;

#P message 15 493 121 196617 read Sinead Present1.aif;

#P message 15 566 104 196617 read NatPresent1.aif;

#P message 271 600 102 196617 read MePresent8.aif;

#P message 271 574 102 196617 read MePresent7.aif;

#P message 271 553 102 196617 read MePresent6.aif;

#P message 271 529 102 196617 read MePresent5.aif;

#P message 271 508 102 196617 read MePresent4.aif;

#P message 271 490 102 196617 read MePresent3.aif;

#P message 271 467 102 196617 read MePresent2.aif;

#P message 271 449 102 196617 read MePresent1.aif;

#P message 271 367 126 196617 replace JulesPresent2.aif;

#P message 271 347 126 196617 replace JulesPresent1.aif;

#P message 271 296 131 196617 replace JamesPresent5.aif;

#P message 271 271 131 196617 replace JamesPresent4.aif;

#P message 271 252 131 196617 replace JamesPresent3.aif;

#P message 271 232 131 196617 replace JamesPresent2.aif;

#P message 271 212 131 196617 replace JamesPresent1.aif;

#P message 11 442 114 196617 read HutchPresent3.aif;

#P message 11 421 114 196617 read HutchPresent2.aif;

#P message 11 399 114 196617 read HutchPresent1.aif;

#P message 10 349 95 196617 read GPresent2.aif;

#P message 10 324 95 196617 read GPresent1.aif;

#P fasten 24 0 0 0 614 136 15 136;

#P fasten 24 1 1 0 627 136 15 136;

#P fasten 24 2 2 0 640 137 16 137;

#P fasten 24 3 3 0 653 135 16 135;

#P fasten 24 4 4 0 666 136 16 136;

#P fasten 24 5 21 0 679 134 20 134;

#P fasten 24 6 22 0 692 132 20 132;

#P fasten 24 7 20 0 705 136 20 136;

#P fasten 29 0 23 0 937 626 179 626;

#P fasten 4 0 23 0 179 457;

#P fasten 3 0 23 0 179 436;

#P fasten 2 0 23 0 179 414;

#P fasten 1 0 23 0 179 364;

#P fasten 0 0 23 0 179 339;

#P fasten 19 0 23 0 276 624 179 624;

#P fasten 18 0 23 0 179 589;

#P fasten 17 0 23 0 179 568;

#P fasten 16 0 23 0 179 544;

#P fasten 15 0 23 0 179 523;

#P fasten 14 0 23 0 179 505;

#P fasten 13 0 23 0 179 482;

#P fasten 12 0 23 0 179 464;

#P fasten 11 0 23 0 179 382;

#P fasten 10 0 23 0 179 362;

#P fasten 9 0 23 0 179 311;

#P fasten 8 0 23 0 179 286;

#P fasten 7 0 23 0 179 267;

#P fasten 6 0 23 0 179 247;

#P fasten 5 0 23 0 179 227;

#P fasten 20 0 23 0 20 601 179 601;

#P fasten 22 0 23 0 20 538 179 538;

#P fasten 21 0 23 0 179 508;

#P fasten 24 8 5 0 718 135 276 135;

#P fasten 24 9 6 0 731 135 276 135;

#P fasten 24 10 7 0 744 135 276 135;

#P fasten 24 11 8 0 757 133 276 133;

#P fasten 24 12 9 0 770 132 276 132;

#P fasten 24 13 10 0 783 132 276 132;

#P fasten 24 14 11 0 796 131 276 131;

#P fasten 24 15 12 0 809 133 276 133;

#P fasten 24 16 13 0 822 134 276 134;

#P fasten 24 17 14 0 835 134 276 134;

#P fasten 24 18 15 0 848 133 276 133;

#P fasten 24 19 16 0 861 133 276 133;

#P fasten 24 20 17 0 874 135 276 135;

#P fasten 24 21 18 0 887 135 276 135;

#P fasten 24 22 19 0 900 134 276 134;

#P connect 26 0 25 0;

#P connect 25 0 24 0;

#P connect 27 0 24 1;

#P connect 28 0 30 0;

#P connect 30 0 31 0;

#P pop 1;

#P newobj 713 284 52 196617 p present;

#N vpatcher -3 44 1024 768;

#P origin 474 17;

#P window setfont "Sans Serif" 9.;

#P message 585 566 33 196617 clear;

#P button 971 71 15 0;

#P button 382 53 15 0;

#P newex 382 75 58 196617 random 48;

#P newex 382 97 599 196617 gate 46;

#P inlet 968 41 15 0;

#P message 61 342 103 196617 read SineadPast3.aif;

#P message 61 317 103 196617 read SineadPast2.aif;

#P message 61 286 103 196617 read SineadPast1.aif;

#P message 271 363 89 196617 read NatPast3.aif;

#P message 271 337 89 196617 read NatPast2.aif;

#P message 271 316 89 196617 read NatPast1.aif;

#P message 58 647 87 196617 read MePast9.aif;

#P message 58 618 87 196617 read MePast8.aif;

#P message 58 587 87 196617 read MePast7.aif;

#P message 58 570 87 196617 read MePast6.aif;

#P message 58 545 87 196617 read MePast5.aif;

#P message 58 515 87 196617 read MePast4.aif;

#P message 58 489 87 196617 read MePast3.aif;

#P message 58 470 87 196617 read MePast2.aif;

#P message 58 447 87 196617 read MePast1.aif;

#P message 275 266 98 196617 read JulesPast6.aif;

#P message 275 240 98 196617 read JulesPast5.aif;

#P message 275 212 98 196617 read JulesPast4.aif;

#P message 275 185 98 196617 read JulesPast3.aif;

#P message 275 162 98 196617 read JulesPast2.aif;

#P message 297 134 98 196617 read JulesPast1.aif;

#P message 385 367 110 196617 read JamesToday4.aif;

#P message 385 342 110 196617 read JamesToday3.aif;

#P message 385 321 110 196617 read JamesToday2.aif;

#P message 385 298 110 196617 read JamesToday1.aif;

#P message 385 274 103 196617 read JamesPast4.aif;

#P message 385 247 103 196617 read JamesPast3.aif;

#P message 385 223 103 196617 read JamesPast2.aif;

#P message 384 191 103 196617 read JamesPast1.aif;

#P message 274 613 105 196617 read HutchPast10.aif;

#P message 274 587 99 196617 read HutchPast9.aif;

#P message 274 564 99 196617 read HutchPast8.aif;

#P message 274 541 99 196617 read HutchPast7.aif;

#P message 274 513 99 196617 read HutchPast6.aif;

#P message 274 488 99 196617 read HutchPast5.aif;

#P message 274 463 99 196617 read HutchPast4.aif;

#P message 274 440 99 196617 read HutchPast3.aif;

#P message 274 421 99 196617 read HutchPast2.aif;

#P message 274 401 99 196617 read HutchPast1.aif;

#P message 389 423 80 196617 read GPast1.aif;

#P message 388 595 80 196617 read GPast8.aif;

#P message 388 573 80 196617 read GPast7.aif;

#P message 388 545 80 196617 read GPast6.aif;

#P message 388 521 80 196617 read GPast5.aif;

#P message 388 497 80 196617 read GPast4.aif;

#P message 389 468 80 196617 read GPast3.aif;

#P message 390 441 80 196617 read GPast2.aif;

#P newex 200 673 66 196617 buffer~ past;

#P fasten 49 3 33 0 426 121 63 121;

#P fasten 49 4 34 0 439 122 63 122;

#P fasten 49 5 35 0 452 122 63 122;

#P fasten 49 6 36 0 465 122 63 122;

#P fasten 49 7 37 0 478 122 63 122;

#P fasten 49 8 38 0 491 123 63 123;

#P fasten 49 9 39 0 504 121 63 121;

#P fasten 49 10 40 0 517 122 63 122;

#P fasten 49 11 41 0 530 120 63 120;

#P fasten 49 0 45 0 73 114 66 114;

#P fasten 49 1 46 0 66 114;

#P fasten 49 2 47 0 66 114;

#P fasten 53 0 0 0 590 652 205 652;

#P fasten 18 0 0 0 279 650 205 650;

#P fasten 17 0 0 0 279 607 205 607;

#P fasten 16 0 0 0 279 585 205 585;

#P fasten 14 0 0 0 279 534 205 534;

#P fasten 15 0 0 0 279 560 205 560;

#P fasten 13 0 0 0 279 509 205 509;

#P fasten 12 0 0 0 279 484 205 484;

#P fasten 11 0 0 0 279 460 205 460;

#P fasten 10 0 0 0 205 436;

#P fasten 9 0 0 0 205 416;

#P fasten 1 0 0 0 205 456;

#P fasten 2 0 0 0 205 483;

#P fasten 3 0 0 0 205 512 205 671;

#P fasten 4 0 0 0 205 536;

#P fasten 5 0 0 0 205 560;

#P fasten 6 0 0 0 205 588;

#P fasten 7 0 0 0 205 610;

#P fasten 44 0 0 0 205 378;

#P fasten 43 0 0 0 205 352;

#P fasten 26 0 0 0 205 382;

#P fasten 25 0 0 0 205 357;

#P fasten 24 0 0 0 205 336 205 672;

#P fasten 23 0 0 0 205 313;

#P fasten 22 0 0 0 205 289;

#P fasten 21 0 0 0 205 262;

#P fasten 20 0 0 0 205 238;

#P fasten 19 0 0 0 205 206;

#P fasten 32 0 0 0 205 281;

#P fasten 31 0 0 0 205 255;

#P fasten 30 0 0 0 205 227;

#P fasten 29 0 0 0 205 200;

#P fasten 28 0 0 0 205 177;

#P fasten 27 0 0 0 205 149;

#P fasten 42 0 0 0 205 331;

#P fasten 8 0 0 0 205 438;

#P fasten 41 0 0 0 205 662;

#P fasten 40 0 0 0 205 633;

#P fasten 39 0 0 0 205 602;

#P fasten 38 0 0 0 205 585;

#P fasten 37 0 0 0 205 560;

#P fasten 36 0 0 0 205 530;

#P fasten 35 0 0 0 205 504;

#P fasten 34 0 0 0 205 485;

#P fasten 33 0 0 0 205 462;

#P fasten 47 0 0 0 205 357;

#P fasten 46 0 0 0 205 332;

#P fasten 45 0 0 0 205 301 205 671;

#P fasten 49 18 42 0 621 123 276 123;

#P fasten 49 19 43 0 634 120 276 120;

#P fasten 49 20 44 0 647 121 276 121;

#P fasten 49 21 9 0 660 121 279 121;

#P fasten 49 22 10 0 673 122 279 122;

#P fasten 49 23 11 0 686 122 279 122;

#P fasten 49 24 13 0 699 122 279 122;

#P fasten 49 25 14 0 712 123 279 123;

#P fasten 49 26 15 0 725 120 279 120;

#P fasten 49 27 16 0 738 120 279 120;

#P fasten 49 28 17 0 751 121 279 121;

#P fasten 49 29 18 0 764 122 279 122;

#P fasten 49 13 28 0 556 121 280 121;

#P fasten 49 14 29 0 569 122 280 122;

#P fasten 49 15 30 0 582 121 280 121;

#P fasten 49 16 31 0 595 123 280 123;

#P fasten 49 17 32 0 608 123 281 123 280 265;

#P fasten 49 12 27 0 543 121 302 121;

#P connect 51 0 50 0;

#P connect 50 0 49 0;

#P fasten 49 30 19 0 777 122 389 122;

#P fasten 49 31 20 0 790 122 390 122;

#P fasten 49 32 21 0 803 121 390 121;

#P fasten 49 33 22 0 816 122 390 122;

#P fasten 49 34 23 0 829 122 390 122;

#P fasten 49 35 24 0 842 122 390 122;

#P fasten 49 36 25 0 855 121 390 121;

#P fasten 49 37 26 0 868 121 390 121;

#P fasten 49 41 3 0 920 121 393 121;

#P fasten 49 42 4 0 933 122 393 122;

#P fasten 49 43 5 0 946 121 393 121;

#P fasten 49 44 6 0 959 121 393 121;

#P fasten 49 45 7 0 972 121 393 121;

#P fasten 49 38 8 0 881 123 394 123;

#P fasten 49 40 2 0 907 120 394 120;

#P fasten 49 39 1 0 894 122 395 122;

#P connect 52 0 49 1;

#P pop;

#P newobj 147 333 37 196617 p past;

#P connect 9 0 8 0;

#P connect 25 0 12 0;

#P fasten 13 0 3 0 117 486 96 486;

#P fasten 8 0 3 0 27 489 96 489;

#P connect 12 0 3 0;

#P fasten 23 0 3 0 46 470 96 470;

#P connect 3 0 7 0;

#P connect 7 0 4 0;

#P connect 10 0 3 1;

#P connect 7 0 4 1;

#P fasten 3 1 7 1 130 517 137 517;

#P connect 11 0 3 2;

#P connect 6 0 7 2;

#P connect 5 0 6 0;

#P connect 32 0 31 0;

#P connect 38 0 35 0;

#P fasten 36 0 26 0 441 489 420 489;

#P fasten 31 0 26 0 351 492 420 492;

#P connect 35 0 26 0;

#P fasten 37 0 26 0 373 474 422 474 420 494;

#P connect 26 0 30 0;

#P connect 30 0 27 0;

#P connect 30 0 27 1;

#P connect 33 0 26 1;

#P fasten 26 1 30 1 458 520 461 520;

#P connect 34 0 26 2;

#P connect 29 0 30 2;

#P connect 28 0 29 0;

#P connect 19 0 43 0;

#P connect 24 0 21 0;

#P fasten 43 0 14 0 656 512 725 512;

#P connect 21 0 14 0;

#P fasten 22 0 14 0 678 489 727 489 725 514;

#P connect 14 0 18 0;

#P connect 18 0 15 0;

#P connect 18 0 15 1;

#P connect 20 0 14 1;

#P fasten 14 1 18 1 766 540 766 540;

#P connect 42 0 40 0;

#P fasten 40 6 41 0 861 460 807 460;

#P connect 41 0 14 2;

#P fasten 17 0 18 2 892 539 807 539;

#P connect 16 0 17 0;

#P pop;
Post Reply