aboutsummaryrefslogtreecommitdiff
path: root/smpToFreq-help.pd
diff options
context:
space:
mode:
Diffstat (limited to 'smpToFreq-help.pd')
-rw-r--r--smpToFreq-help.pd12
1 files changed, 8 insertions, 4 deletions
diff --git a/smpToFreq-help.pd b/smpToFreq-help.pd
index 2a96233..40638ea 100644
--- a/smpToFreq-help.pd
+++ b/smpToFreq-help.pd
@@ -1,11 +1,15 @@
-#N canvas 323 275 457 255 12;
+#N canvas 1210 517 657 293 12;
#X floatatom 51 92 5 0 0 0 - - -;
-#X floatatom 51 171 5 0 0 0 - - -;
+#X floatatom 51 201 5 0 0 0 - - -;
#X text 101 89 Number of samples;
-#X text 107 173 Frequency to play samples at normal speed;
+#X text 107 203 Frequency to play samples at normal speed;
#X text 21 10 Description: Converts a number of samples to a frequency.
;
-#X obj 51 127 mtl/smpToFreq;
+#X obj 51 157 mtl/smpToFreq;
#X text 21 30 tags: conversion;
+#X msg 133 119 5000 48000;
+#X text 237 109 By default \, the conversion is done with Pd's samplerate.
+You can override this by sending a list: samples samplerate;
#X connect 0 0 5 0;
#X connect 5 0 1 0;
+#X connect 7 0 5 0;