From 4323fc65e88099343528588ffb415df206b118b8 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 5 Dec 2004 23:08:45 +0000 Subject: 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 --- blocksize_in_ms-help.pd | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 blocksize_in_ms-help.pd (limited to 'blocksize_in_ms-help.pd') 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 +; +#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; -- cgit v1.2.1