beatstosamps~
Convert beat time (quarter notes) to samples.
Description
Use the beatstosamps~ object to convert an incoming number or signal from beats values to samples using the tempo of the device transport and sample rate of the audio device.
Arguments
beattime [auto]
The number of beats (quarter notes) to be converted to the equivalent time in samples using the tempo of the device transport and sample rate of the audio device.
Inlets
beattime [auto]
The number of beats (quarter notes) to be converted to the equivalent time in samples using the tempo of the device transport and sample rate of the audio device.
Outlets
out1 [signal]
out1Dynamic Attributes
These attributes can be modified in the code during execution using the set object
beattime [auto]
The number of beats (quarter notes) to be converted to the equivalent time in samples using the tempo of the device transport and 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 |
---|---|
beatstosamps | Convert beat time (quarter notes) to samples. |
beatstohz~ | convert beat time (quarter notes) to frequency (Hz) |
beatstoms~ | Convert beat time (quarter notes) to milliseconds. |
beatstoticks~ | Convert beat time (quarter notes) to ticks. |
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). |
mstosamps~ | convert milliseconds to samples |
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. |