aboutsummaryrefslogtreecommitdiff
path: root/blocksize_in_ms-help.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-12-05 23:08:45 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-12-05 23:08:45 +0000
commit4323fc65e88099343528588ffb415df206b118b8 (patch)
treeb62a922663ee96d5ca8045033498ee4870e257d4 /blocksize_in_ms-help.pd
parentce1334bca42bd81ed22aaa0a12b067cf495426f7 (diff)
added generic object for getting the blocksize and outputing in ms. Currently this is fixed at a blocksize of 64, but once the changable blocksize is fully implemented, this object should use the actual current blocksize.
svn path=/trunk/externals/hcs/; revision=2359
Diffstat (limited to 'blocksize_in_ms-help.pd')
-rw-r--r--blocksize_in_ms-help.pd16
1 files changed, 16 insertions, 0 deletions
diff --git a/blocksize_in_ms-help.pd b/blocksize_in_ms-help.pd
new file mode 100644
index 0000000..6b20d08
--- /dev/null
+++ b/blocksize_in_ms-help.pd
@@ -0,0 +1,16 @@
+#N canvas 256 153 461 330 10;
+#X obj 5 2 cnv 15 450 20 empty empty [blocksize_in_ms] 2 11 1 18 -233017
+-66577 0;
+#X obj 422 3 pddp;
+#X text 27 270 (C) Copyright 2004 Hans-Christoph Steiner <hans@at.or.at>
+;
+#X text 244 284 released under the GNU GPL;
+#X obj 152 157 blocksize_in_ms;
+#X msg 152 115 bang;
+#X text 197 117 bang to recalculate;
+#X floatatom 152 210 7 0 0 1 ms - -;
+#X text 18 36 Output the current blocksize in ms rather than samples.
+This is currently set at a fixed blocksize of 64 \, but it will change
+dynamically in the future.;
+#X connect 4 0 7 0;
+#X connect 5 0 4 0;