-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
document limitation in delay object; improve delay object tests
- Loading branch information
Showing
3 changed files
with
30 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[@ 8.000] print: bang | ||
[@ 10.000] print: bang | ||
[@ 15.000] print: bang | ||
[@ 8.000] print: first | ||
[@ 10.000] print: second | ||
[@ 15.000] print: third |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,39 @@ | ||
#N canvas 723 255 388 397 10; | ||
#X obj 38 41 loadbang; | ||
#X obj 38 23 loadbang; | ||
#X obj 153 253 t b f; | ||
#X obj 226 165 t b b; | ||
#X msg 253 247 stop; | ||
#X obj 226 225 t b b; | ||
#X obj 38 93 t b b b; | ||
#X obj 228 55 delay 1000 1 min; | ||
#X obj 229 31 delay 1000 1 sec; | ||
#X obj 228 78 delay 1000 1 samp; | ||
#X obj 153 345 print; | ||
#X obj 153 414 print; | ||
#X msg 38 252 10; | ||
#X obj 38 277 delay 5 1 msec; | ||
#X msg 153 227 8; | ||
#X obj 153 277 del 5; | ||
#X obj 226 277 delay 10; | ||
#X obj 226 195 delay 5; | ||
#X obj 303 283 delay; | ||
#X connect 0 0 5 0; | ||
#X connect 1 0 13 0; | ||
#X connect 1 1 13 1; | ||
#X connect 2 0 15 0; | ||
#X connect 2 1 14 0; | ||
#X connect 3 0 14 0; | ||
#X connect 4 0 14 0; | ||
#X obj 38 277 delay 5; | ||
#X obj 38 54 bng 25 250 50 0 empty empty empty 17 7 0 10 #191919 #ffffff #ffffff; | ||
#X msg 153 308 first; | ||
#X msg 38 308 second; | ||
#X msg 226 308 third; | ||
#X connect 0 0 13 0; | ||
#X connect 1 0 9 0; | ||
#X connect 1 1 9 1; | ||
#X connect 2 0 11 0; | ||
#X connect 2 1 10 0; | ||
#X connect 3 0 10 0; | ||
#X connect 4 0 10 0; | ||
#X connect 4 1 3 0; | ||
#X connect 5 0 10 0; | ||
#X connect 5 1 12 0; | ||
#X connect 5 0 7 0; | ||
#X connect 5 1 8 0; | ||
#X connect 5 2 2 0; | ||
#X connect 10 0 11 0; | ||
#X connect 11 0 9 0; | ||
#X connect 12 0 1 0; | ||
#X connect 13 0 9 0; | ||
#X connect 14 0 9 0; | ||
#X connect 15 0 4 0; | ||
#X connect 7 0 12 0; | ||
#X connect 8 0 1 0; | ||
#X connect 9 0 14 0; | ||
#X connect 10 0 16 0; | ||
#X connect 11 0 4 0; | ||
#X connect 12 0 15 0; | ||
#X connect 13 0 5 0; | ||
#X connect 14 0 6 0; | ||
#X connect 15 0 6 0; | ||
#X connect 16 0 6 0; |