mc.mstosamps~
Description
Use the mstosamps~ object to convert an incoming signal carrying a millisecond value and output a signal which converts those millisecond values to a number of samples (at the current sampling rate).
Arguments
None.
Attributes
Common Box Attributes
Multichannel Group Attributes
Messages
int
Arguments
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
Arguments
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.
Multichannel Group Messages
Output
float
Out right outlet: The number of samples corresponding to the millisecond value received as a
or in the inlet.signal
Out left outlet: The number of samples corresponding to the millisecond values in the input signal.
See Also
Name | Description |
---|---|
dspstate~ | |
sampstoms~ |