Convert milliseconds to samples
| int | millisecond-value [int] |
Millisecond values received in the inlet are converted to a number of samples at the current sampling rate and sent out the object's right outlet. The output might contain a fractional number of samples. For example, at 44.1 kHz sampling rate, 3.2 milliseconds is 141.12 samples. |
| float | millisecond-value [float] |
Millisecond values received in the inlet are converted to a number of samples at the current sampling rate and sent out the object's right outlet. The output might contain a fractional number of samples. For example, at 44.1 kHz sampling rate, 3.2 milliseconds is 141.12 samples. |
| signal | Incoming millisecond values in the signal are converted to a number of samples at the current sampling rate and output as a signal out the mstosamps~ object's left outlet. The output may contain a fractional number of samples. |

| Name | Description |
|---|---|
| dspstate~ | Report current DSP settings |
| sampstoms~ | Convert time from samples to milliseconds |