Open Help
mstobeats~
Convert ms to beats.
Description
Use the mstobeats~ object to convert an incoming number or signal from millisecond values to beats using the tempo of the device transport.
Arguments
ms [auto]
Optional
The number of milliseconds to be converted to the equivalent time in beats using the tempo of the device transport.
Inlets
ms [auto]
The number of milliseconds to be converted to the equivalent time in beats using the tempo of the device transport.
Outlets
out1 [signal]
out1Dynamic Attributes
These attributes can be modified in the code during execution using the set object
ms [auto]
The number of milliseconds to be converted to the equivalent time in beats using the tempo of the device transport.
reset [bang] (default: 0)
Banging this attribute will reset the object to its default state.
See Also
Name | Description |
---|---|
mstobeats | Convert ms to beats. |
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~ | |
hztobeats~ | Convert frequency (Hz) to beats. |
hztoms~ | Convert frequency (Hz) to ms. |
hztosamps~ | Convert frequency (Hz) to samples. |
hztoticks~ | Convert frequency (Hz) to ticks. |
mstosamps~ | convert milliseconds to samples |
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. |