diff options
author | N.N. <chr15m@users.sourceforge.net> | 2007-11-17 13:58:45 +0000 |
---|---|---|
committer | N.N. <chr15m@users.sourceforge.net> | 2007-11-17 13:58:45 +0000 |
commit | 3980b38b7d9efb6f1d322ef0785feaed1f06a806 (patch) | |
tree | 56f40e8053708927921138e95b9adc2b427a5340 /s-blockout.pd | |
parent | cf335a829cb3917e17a4d3074ecb193b6b9d7287 (diff) |
This commit was generated by cvs2svn to compensate for changes in r9017,HEADsvn2git-headabstractions/s-abstractions
which included commits to RCS files with non-trunk default branches.
svn path=/trunk/abstractions/s-abstractions/; revision=9018
Diffstat (limited to 's-blockout.pd')
-rw-r--r-- | s-blockout.pd | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/s-blockout.pd b/s-blockout.pd new file mode 100644 index 0000000..b7d107e --- /dev/null +++ b/s-blockout.pd @@ -0,0 +1,24 @@ +#N canvas 0 0 450 300 10; +#X obj 24 28 inlet; +#X obj 24 51 change; +#X obj 54 98 delay; +#X obj 24 73 t b b; +#X msg 24 98 0; +#X obj 24 146 outlet; +#X msg 54 125 1; +#X obj 96 98 loadbang; +#X obj 84 28 inlet; +#X text 23 4 args: time; +#X obj 84 77 \$1; +#X obj 126 28 loadbang; +#X connect 0 0 1 0; +#X connect 1 0 3 0; +#X connect 2 0 6 0; +#X connect 3 0 4 0; +#X connect 3 1 2 0; +#X connect 4 0 5 0; +#X connect 6 0 5 0; +#X connect 7 0 6 0; +#X connect 8 0 10 0; +#X connect 10 0 2 1; +#X connect 11 0 10 0; |