Song tick modes
Song tick modes are passed to mixer.getSongTickPos()
to
determine its behavior.
ST_Int
module-attribute
Return the location within the song, measured in ticks.
This causes the return type to be int
.
ST_Beat
module-attribute
Return the fraction of a beat since the last beat. For example, if the playhead
is an 8th note past the previous beat, this will return 0.5
.