aboutsummaryrefslogtreecommitdiff
path: root/smpToMs-help.pd
diff options
context:
space:
mode:
authorThomas O Fredericks <mrtof@users.sourceforge.net>2009-11-01 20:15:32 +0000
committerThomas O Fredericks <mrtof@users.sourceforge.net>2009-11-01 20:15:32 +0000
commit09c893c478f70d9e72ea51db370ff08cb22fcced (patch)
tree50a7dc512b045e79c8da7d40c7459bb3c34b40c1 /smpToMs-help.pd
parent89db37262cee46814540edef54a6db96096e1ee1 (diff)
updating mtl
svn path=/trunk/abstractions/mtl/; revision=12713
Diffstat (limited to 'smpToMs-help.pd')
-rw-r--r--smpToMs-help.pd10
1 files changed, 7 insertions, 3 deletions
diff --git a/smpToMs-help.pd b/smpToMs-help.pd
index 718038b..611fd63 100644
--- a/smpToMs-help.pd
+++ b/smpToMs-help.pd
@@ -1,10 +1,14 @@
-#N canvas 303 224 418 209 10;
+#N canvas 1218 96 830 292 10;
#X text 149 112 samples to milliseconds conversion;
#X floatatom 104 113 5 0 0 0 - - -;
-#X floatatom 104 161 5 0 0 0 - - -;
+#X floatatom 106 211 10 0 0 0 - - -;
#X text 40 20 Description: Converts a number of samples to it's duration
in milliseconds.;
-#X obj 104 134 mtl/smpToMs;
+#X obj 105 164 mtl/smpToMs;
#X text 41 57 tags: conversion;
+#X text 288 138 By default \, the conversion is done with Pd's samplerate.
+You can override this by sending a list: samples samplerate;
+#X msg 154 136 945344 48000;
#X connect 1 0 4 0;
#X connect 4 0 2 0;
+#X connect 7 0 4 0;