Skip to content

Commit

Permalink
removed sends from message boxes in prep for localizing them
Browse files Browse the repository at this point in the history
  • Loading branch information
eighthave committed Apr 30, 2011
1 parent 3d435c6 commit 16c6f86
Showing 1 changed file with 24 additions and 22 deletions.
46 changes: 24 additions & 22 deletions phasevocoder.pd
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#N canvas 914 623 744 352 12;
#N canvas 186 204 744 352 12;
#X floatatom 494 55 5 0 0 0 - #0-transpo-set -;
#X floatatom 167 123 3 0 0 0 - #0-speed-set -;
#X floatatom 55 125 7 0 0 0 - #0-location-set -;
#N canvas 202 130 703 693 fft-analysis 0;
#N canvas 204 190 703 693 fft-analysis 0;
#X obj 51 477 *~;
#X obj 18 477 *~;
#X obj 18 499 -~;
Expand Down Expand Up @@ -35,7 +35,7 @@
#X obj 398 122 loadbang;
#X msg 309 613 set \$1 4;
#X obj 97 425 q8_rsqrt~;
#N canvas 198 88 1006 799 read-windows 0;
#N canvas 200 148 1006 799 read-windows 0;
#X obj 18 693 *~;
#X obj 364 448 r window-size;
#X obj 156 300 f;
Expand Down Expand Up @@ -111,12 +111,11 @@
#X obj 528 642 t f b;
#X obj 568 666 samplerate~;
#X obj 528 619 f;
#X obj 846 659 r auto;
#X obj 807 669 r auto;
#X obj 691 685 r no-detune;
#X msg 691 707 \; detune 0;
#X text 756 462 reflect control changes;
#X text 756 479 in main window.;
#X text 721 653 misc controls;
#X text 723 644 misc controls;
#X text 499 564 stretched window size.;
#X obj 593 457 t b f;
#X obj 617 395 samplerate~;
Expand All @@ -126,8 +125,10 @@
#X obj 593 370 t f b;
#X obj 528 750 s location;
#X obj 807 692 trigger anything bang;
#X obj 897 722 s rewind;
#X obj 813 740 s \$0-speed;
#X obj 894 716 s rewind;
#X obj 807 716 s \$0-speed;
#X obj 691 730 s detune;
#X msg 691 707 0;
#X connect 0 0 29 0;
#X connect 1 0 22 0;
#X connect 2 0 11 0;
Expand Down Expand Up @@ -163,7 +164,7 @@
#X connect 24 0 25 0;
#X connect 25 0 26 0;
#X connect 26 0 27 0;
#X connect 27 0 86 0;
#X connect 27 0 85 0;
#X connect 28 0 22 0;
#X connect 28 1 22 1;
#X connect 31 0 5 1;
Expand Down Expand Up @@ -199,25 +200,26 @@
#X connect 62 0 63 1;
#X connect 63 0 14 0;
#X connect 65 0 52 0;
#X connect 66 0 88 0;
#X connect 66 0 87 0;
#X connect 70 0 71 0;
#X connect 71 0 66 0;
#X connect 72 0 70 0;
#X connect 72 1 73 0;
#X connect 73 0 70 1;
#X connect 74 0 72 0;
#X connect 75 0 89 0;
#X connect 76 0 77 0;
#X connect 82 0 86 0;
#X connect 82 1 86 1;
#X connect 83 0 85 1;
#X connect 84 0 87 0;
#X connect 85 0 82 0;
#X connect 86 0 28 0;
#X connect 87 0 85 0;
#X connect 87 1 83 0;
#X connect 89 0 91 0;
#X connect 89 1 90 0;
#X connect 75 0 88 0;
#X connect 76 0 92 0;
#X connect 81 0 85 0;
#X connect 81 1 85 1;
#X connect 82 0 84 1;
#X connect 83 0 86 0;
#X connect 84 0 81 0;
#X connect 85 0 28 0;
#X connect 86 0 84 0;
#X connect 86 1 82 0;
#X connect 88 0 90 0;
#X connect 88 1 89 0;
#X connect 92 0 91 0;
#X restore 109 133 pd read-windows;
#X obj 137 543 tabsend~ prev-imag;
#X obj 136 567 tabsend~ prev-real;
Expand Down

0 comments on commit 16c6f86

Please sign in to comment.