diff options
author | Cyrille Henry <nusmuk@users.sourceforge.net> | 2010-11-11 12:30:39 +0000 |
---|---|---|
committer | Cyrille Henry <nusmuk@users.sourceforge.net> | 2010-11-11 12:30:39 +0000 |
commit | 8d9aea11bac974ba5a261add55263a92a1e54677 (patch) | |
tree | f4ef9e2b3e85eb299776a57ee915f04c7311de14 /lightboard/abs_light/bus.pd | |
parent | 52deca0c5f471e61bf78ca0376cf05fb6ba21856 (diff) | |
parent | 4e875a09bcbe2912bdb322719ddce0e33e5448de (diff) |
moving lightboard from abstraction to externals
svn path=/trunk/externals/nusmuk/; revision=14399
Diffstat (limited to 'lightboard/abs_light/bus.pd')
-rwxr-xr-x | lightboard/abs_light/bus.pd | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lightboard/abs_light/bus.pd b/lightboard/abs_light/bus.pd new file mode 100755 index 0000000..72e525d --- /dev/null +++ b/lightboard/abs_light/bus.pd @@ -0,0 +1,12 @@ +#N canvas 0 0 450 300 10; +#X obj 77 23 inlet; +#X obj 61 118 f; +#X obj 61 74 r \$1-bang; +#X obj 61 142 s \$1-bus; +#X obj 188 27 inlet; +#X obj 63 95 spigot 1; +#X connect 0 0 1 1; +#X connect 1 0 3 0; +#X connect 2 0 5 0; +#X connect 4 0 5 1; +#X connect 5 0 1 0; |