aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Iannini <lukeiannini@users.sourceforge.net>2008-08-31 12:38:12 +0000
committerLuke Iannini <lukeiannini@users.sourceforge.net>2008-08-31 12:38:12 +0000
commit2eb7e0508a4231479df6011dcd61221199a8db82 (patch)
treedcefc0d9cf262df8737c4606c6e19ad4d37111e8
parent14a159e654d7bc2d825fa9fd1c9b0194dec57806 (diff)
bugfixes
svn path=/trunk/abstractions/senderfruit/; revision=10270
-rw-r--r--core/countseq-help.pd29
-rw-r--r--core/ifspigot.pd2
2 files changed, 31 insertions, 0 deletions
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;