aboutsummaryrefslogtreecommitdiff
path: root/doc/help/cyclone/mstosamps~-help.pd
blob: 14f8ba3f13decebacf5df081ba148b507892db9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#N canvas 1097 319 626 352 10;
#X declare -lib cyclone;
#X text 15 35 Convert milliseconds to a number of samples (at the current
sampling rate);
#X msg 271 117 0 \, 1000 3000;
#X floatatom 271 239 0 0 0 0 - - -;
#X obj 271 137 line~;
#X floatatom 87 138 0 0 0 0 - - -;
#X floatatom 30 91 0 0 0 0 - - -;
#X text 281 198 number of samples out (as a signal);
#X text 281 162 number of milliseconds in (as a signal);
#X text 23 68 Use as a calculator or for float parameters;
#X obj 421 24 import cyclone;
#X obj 30 114 mstosamps~;
#X obj 271 178 mstosamps~;
#X obj 271 217 Snapshot~ 100;
#X text 263 92 or convert signal values;
#X text 57 88 number of milliseconds;
#X text 116 139 number of samples;
#X text 312 242 number of samples;
#X connect 1 0 3 0;
#X connect 3 0 11 0;
#X connect 5 0 10 0;
#X connect 10 1 4 0;
#X connect 11 0 12 0;
#X connect 12 0 2 0;