Convert time from samples to milliseconds
| int | sample-value [int] |
A value representing a number of samples received in the inlet is converted to milliseconds at the current sampling rate and sent out the object's right outlet. The input may contain a fractional number of samples. For example, at 44.1 kHz sampling rate, 322.45 samples is 7.31 milliseconds. (A or input triggers output even when audio is off.) |
| float | sample-value [float] |
A value representing a number of samples received in the inlet is converted to milliseconds at the current sampling rate and sent out the object's right outlet. The input may contain a fractional number of samples. For example, at 44.1 kHz sampling rate, 322.45 samples is 7.31 milliseconds. (A or input triggers output even when audio is off.) |
| signal | Values in the signal represent a number of samples, and are converted to milliseconds at the current sampling rate to output as a signal out the left outlet. The input may contain a fractional number of samples. |

| Name | Description |
|---|---|
| dspstate~ | Report current DSP settings |
| mstosamps~ | Convert milliseconds to samples |
| translate | Convert between different units of time. |