Skip to content

Commit

Permalink
fixed bug in s_playtable when loading files, stop message to delay wa…
Browse files Browse the repository at this point in the history
…s being converted to a float
  • Loading branch information
Joe White committed Apr 20, 2012
1 parent c85cece commit 314ea92
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions rj/s_playtable.pd
@@ -1,12 +1,12 @@
#N canvas 645 218 635 630 10;
#N canvas 43 146 635 630 10;
#X obj 456 76 inlet;
#X obj 36 36 inlet;
#X obj 36 591 outlet~;
#X obj 36 461 tabread4~;
#X obj 36 301 list prepend set;
#X obj 36 331 list trim;
#X obj 51 431 vline~;
#N canvas 216 211 1064 786 trigger-sample 0;
#N canvas 480 39 1064 786 trigger-sample 0;
#X text 20 165 Wait for the;
#X text 18 179 cutoff to finish;
#X text 83 435 set the upper line~ to start;
Expand Down Expand Up @@ -76,16 +76,16 @@
#X obj 416 134 t f f;
#X obj 748 82 t f f;
#X obj 678 205 t f f;
#X obj 709 145 t f f;
#X obj 167 52 r \$0-fade-out;
#X obj 122 290 pack 0 0;
#X obj 175 265 r \$0-fade-in;
#X obj 723 305 r \$0-fade-out;
#X obj 748 52 r \$0-fade-out;
#X obj 709 145 t a a;
#X connect 5 0 11 0;
#X connect 5 1 27 0;
#X connect 8 0 13 0;
#X connect 11 0 71 0;
#X connect 11 0 70 0;
#X connect 12 0 11 1;
#X connect 13 0 28 0;
#X connect 13 1 60 0;
Expand Down Expand Up @@ -131,7 +131,7 @@
#X connect 56 0 57 1;
#X connect 57 0 58 0;
#X connect 58 0 32 0;
#X connect 59 0 69 0;
#X connect 59 0 74 0;
#X connect 60 0 9 0;
#X connect 62 0 61 0;
#X connect 63 0 64 0;
Expand All @@ -145,13 +145,13 @@
#X connect 67 1 44 1;
#X connect 68 0 62 0;
#X connect 68 1 44 0;
#X connect 69 0 39 0;
#X connect 69 1 44 0;
#X connect 70 0 65 0;
#X connect 71 0 7 0;
#X connect 72 0 71 1;
#X connect 73 0 62 1;
#X connect 74 0 67 0;
#X connect 69 0 65 0;
#X connect 70 0 7 0;
#X connect 71 0 70 1;
#X connect 72 0 62 1;
#X connect 73 0 67 0;
#X connect 74 0 39 0;
#X connect 74 1 44 0;
#X restore 55 236 pd trigger-sample;
#X obj 51 501 r \$0-cutoff;
#X obj 36 561 *~;
Expand Down

0 comments on commit 314ea92

Please sign in to comment.