parseTimeHandler(timeOrFrame, args, defaultTimeOrFrame, referenceFrame, toInt?): int | number
Parses positions or durations in f/ms/s/m in number of value.
Also supports adding or subtracting from the reference.
Floating point frames can be used together with toInt=false for item-delay.
Parameters
timeOrFrame: any
args: BeamToIXArgs
defaultTimeOrFrame: any
referenceFrame: int
toInt: boolean = true
rounds the nearest int. if the float part is 0.5, it rounds to the lower
Parses positions or durations in f/ms/s/m in number of value. Also supports adding or subtracting from the reference. Floating point frames can be used together with toInt=false for
item-delay.