mstosamps
convert milliseconds to samples
Description
Use the mstosamps object to convert an incoming number from millisecond values to samples using the device sample rate.
Arguments
ms [number]
The number of milliseconds to be converted to the equivalent time in samples using the sample rate of the audio device.
Inlets
ms [number]
The number of milliseconds to be converted to the equivalent time in samples using the sample rate of the audio device.
Outlets
out1 [number]
out1Fixed Attributes
These attributes must be set in the object box and determine the behavior of the object at runtime.
hot [bool] (default: false)
Trigger computation on all inlets.
Dynamic Attributes
These attributes can be modified in the code during execution using the set object
ms [number]
The number of milliseconds to be converted to the equivalent time in samples using the sample rate of the audio device.
reset [bang] (default: 0)
Banging this attribute will reset the object to its default state.
See Also
| Name | Description | 
|---|---|
| mstosamps~ | |
| mc.mstosamps~ | |
| sampstoms~ | |
| mc.sampstoms~ | |
| mstosamps~ | convert milliseconds to samples | 
| beatstohz | convert beat time (quarter notes) to frequency (Hz) | 
| beatstosamps | Convert beat time (quarter notes) to samples. | 
| beatstoticks | Convert beat time (quarter notes) to ticks. | 
| beatstohz | convert beat time (quarter notes) to frequency (Hz) | 
| beattime | report current beattime | 
| hztobeats | Convert frequency (Hz) to beats. | 
| hztoms | Convert frequency (Hz) to ms. | 
| hztosamps | Convert frequency (Hz) to samples. | 
| hztoticks | Convert frequency (Hz) to ticks. | 
| mstobeats | Convert ms to beats. | 
| mstohz | Convert ms to frequency (Hz). | 
| mstoticks | Convert ms to ticks. | 
| sampstobeats | Convert samples to beat time (quarter notes). | 
| sampstohz | Convert samples to frequency (Hz) | 
| sampstoms | Convert samples to milliseconds. | 
| sampstoticks | Convert samples to ticks. | 
| tickstobeats | Convert ticks to beat time (quarter notes). | 
| tickstohz | Convert ticks to frequency (Hz). | 
| tickstoms | Convert ticks to milliseconds. | 
| tickstosamps | Convert ticks to samples. |