aboutsummaryrefslogtreecommitdiff
path: root/core/beat2frac-help.pd
diff options
context:
space:
mode:
authorLuke Iannini <lukeiannini@users.sourceforge.net>2008-04-01 10:52:21 +0000
committerLuke Iannini <lukeiannini@users.sourceforge.net>2008-04-01 10:52:21 +0000
commit146a1e900604d6132cfd44efdc4fe4fe865e7296 (patch)
tree85325ac3e690772d47cd9238a8eff9bdc43bbc96 /core/beat2frac-help.pd
parent8e8ac2b010a57a375768cd80e812dae0c9bfb0b5 (diff)
beat2frac and list-split-at
svn path=/trunk/abstractions/senderfruit/; revision=9671
Diffstat (limited to 'core/beat2frac-help.pd')
-rw-r--r--core/beat2frac-help.pd34
1 files changed, 34 insertions, 0 deletions
diff --git a/core/beat2frac-help.pd b/core/beat2frac-help.pd
new file mode 100644
index 0000000..d61d727
--- /dev/null
+++ b/core/beat2frac-help.pd
@@ -0,0 +1,34 @@
+#N canvas 452 388 367 355 10;
+#X text 7 4 [beat2frac];
+#X text 8 27 Given a beat division \, outputs the length as a fraction
+of a quarter note \, so that multiplied by 60secs/BPM gives length
+in seconds of a beat of that division.;
+#X msg 24 75 1/4;
+#X floatatom 174 180 5 0 0 0 - - -;
+#X msg 174 149 90;
+#X obj 64 255 *;
+#X obj 174 217 expr 60000 / $f1;
+#X floatatom 64 294 8 0 0 0 ms - -;
+#X msg 207 149 120;
+#X msg 43 96 1/4T;
+#X obj 64 146 beat2frac;
+#X obj 64 234 f;
+#X obj 89 234 t b a;
+#X text 251 309 2008 Luke Iannini;
+#X text 251 323 proyekto.net;
+#X text 75 95 also accepts triplets (T or t);
+#X text 211 171 Tempo;
+#X text 97 116 accepts any arbitrary division;
+#X msg 64 117 9/17;
+#X connect 2 0 10 0;
+#X connect 3 0 6 0;
+#X connect 4 0 3 0;
+#X connect 5 0 7 0;
+#X connect 6 0 12 0;
+#X connect 8 0 3 0;
+#X connect 9 0 10 0;
+#X connect 10 0 11 0;
+#X connect 11 0 5 0;
+#X connect 12 0 11 0;
+#X connect 12 1 5 1;
+#X connect 18 0 10 0;