From 2eb7e0508a4231479df6011dcd61221199a8db82 Mon Sep 17 00:00:00 2001 From: Luke Iannini Date: Sun, 31 Aug 2008 12:38:12 +0000 Subject: bugfixes svn path=/trunk/abstractions/senderfruit/; revision=10270 --- core/countseq-help.pd | 29 +++++++++++++++++++++++++++++ core/ifspigot.pd | 2 ++ 2 files changed, 31 insertions(+) create mode 100644 core/countseq-help.pd diff --git a/core/countseq-help.pd b/core/countseq-help.pd new file mode 100644 index 0000000..5cad812 --- /dev/null +++ b/core/countseq-help.pd @@ -0,0 +1,29 @@ +#N canvas 897 724 526 351 10; +#X floatatom 136 196 5 0 0 0 - - -; +#X obj 25 295 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 +-1; +#X obj 62 261 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 +-1; +#X obj 99 232 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 +-1; +#X obj 25 140 metro 250; +#X obj 25 118 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 1 +1; +#X text 21 9 countseq - count beats in a measure with accents on specific +notes; +#X text 21 41 First arg - notes per measure.; +#X text 22 64 Rest of args - beat numbers you'd like a separate bang +for (2nd outlet) or an "accented" bang (3rd outlet). Prefix "accented" +beats with the letter "a" \, like "a4"; +#X text 141 291 Coming soon - a helper object to generate lists of +common beat definitions \, like "16 beats with separate bangs every +4 and accented bangs every 8"; +#X text 170 198 index; +#X text 166 130 All counts start at 1; +#X obj 25 174 countseq 16 5 a9 13; +#X connect 4 0 12 0; +#X connect 5 0 4 0; +#X connect 12 0 1 0; +#X connect 12 1 2 0; +#X connect 12 2 3 0; +#X connect 12 3 0 0; diff --git a/core/ifspigot.pd b/core/ifspigot.pd index 6dd3195..604cc7f 100644 --- a/core/ifspigot.pd +++ b/core/ifspigot.pd @@ -8,9 +8,11 @@ #X msg 152 108 0; #X obj 152 84 sel false; #X obj 29 156 spigot \$3; +#X obj 151 243 outlet; #X connect 0 0 8 0; #X connect 2 0 3 0; #X connect 3 0 8 1; +#X connect 3 0 9 0; #X connect 4 0 5 0; #X connect 5 0 7 0; #X connect 6 0 3 1; -- cgit v1.2.1