ToneTime Op
This op is deprecated!
It will not receive any updatesMakes it convenient to create Tone.js time-strings (e.g. "C4")
Summary (oneliner)
Generates a tone.js Time (used e.g. to specify note lengths). Tone.js expects a string representing time in various places, e.g. when triggering a tone on a synth. There are multiple ways to express time.
See github.com/Tonejs/Tone.js/wiki/Time for more information.
- Ops.Extension.Deprecated.Tonejs.ToneTime
- Extension Op - Visible to all users
- MIT
- Tone.js (Webaudio Library)
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
No op example found on this server
INPUT PORTS
The time to be converted to a tone.js-compatible time-format
Either Note
, Triplet
, Measure
, Second
, Frequency
or Tick
. See Time for more infos.
When set the output string will be prefixed by a +
-character – so the time will be interpreted as «the current time plus whatever expression follows»
OUTPUT PORTS
A string representing time, to be used together with another tone.js-op