aboutsummaryrefslogtreecommitdiff
path: root/smpToMs-help.pd
blob: 611fd630f94f22ae4e39e0c7e9c36e67580760c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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 106 211 10 0 0 0 - - -;
#X text 40 20 Description: Converts a number of samples to it's duration
in milliseconds.;
#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;