time using code string

This commit is contained in:
Yotam Mann 2015-07-04 16:54:36 -04:00 committed by Seth Kranzler
parent a29303bea0
commit f9ec2e9741

View file

@ -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).