BarsBeatsSixteenthResolver Op
This op is deprecated!
It will not receive any updatesPosition in audio timeline, connect this to the Position-port of a Transport-op
Summary (oneliner)
This op is useful in combination with the Transport
-op. It has a Position (BarsBeatsSixteenth)
output port, which outputs the current position on the (virtual) timeline, e.g. 17:2:3
. To make use of these values, e.g. to trigger certain things on the timeline BarsBeatsSixteenthResolver
can be used.
Explanation of Bars, Beats and Sixteenth: apronus.com
- Ops.Extension.Deprecated.Tonejs.BarsBeatsSixteenthResolver
- Extension Op - Visible to all users
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
No op example found on this server
INPUT PORTS
A string in the form Bars:Beats:Siyteenth, e.g. 14:3:2
. Mostly you will connect this to the Position (BarsBeatsSixteenth)
-port of the Transport
-op.
OUTPUT PORTS
In which bar the timeline is at right now
In which beat of the current bar the timeline is at right now. In 4/4 music one bar consist of 4 beats.
In which sixteenth of the current beat the timeline is at right now. In 4/4 music one beat consist of 4 sixteenth.
Same as the Sixteenth
-port, but more precise