Tone.TimeBase
↳ EXTENDS ToneTone.TimeBase is a flexible encoding of time which can be evaluated to and from a string.
CONSTRUCTOR
new Tone.TimeBase (val
, [ units
]
)
EXAMPLE
Tone.TimeBase(4, "n")
Tone.TimeBase(2, "t")
Tone.TimeBase("2t")
Tone.TimeBase({"2t" : 2})
Tone.TimeBase("2t") + Tone.TimeBase("4n");