mirror of
https://github.com/Tonejs/Tone.js
synced 2024-12-31 22:18:44 +00:00
time using code string
This commit is contained in:
parent
a29303bea0
commit
f9ec2e9741
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ A unique feature of the library is the oscillator-based Transport which allows f
|
|||
|
||||
In the Tone library, time can be described in a number of ways. Any method which takes a time as a parameter will accept the number in seconds as well as a tempo-relative form.
|
||||
|
||||
For example to `"4n"` is a quarter-note and "4:2:0" is the third beat of the fifth measure (remember we're counting from 0).
|
||||
For example to `"4n"` is a quarter-note and `"4:2:0"` is the third beat of the fifth measure (remember we're counting from 0).
|
||||
|
||||
[Read more Time](https://github.com/Tonejs/Tone.js/wiki/Time).
|
||||
|
||||
|
|
Loading…
Reference in a new issue