mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-15 08:17:07 +00:00
Update README.md
This commit is contained in:
parent
081055b1e3
commit
7245523edd
1 changed files with 2 additions and 2 deletions
|
@ -105,7 +105,7 @@ Set the transport to loop over a section
|
|||
#### .setInterval(callback, interval, context) {Timeout}
|
||||
|
||||
* callback - in the form: function(number)
|
||||
* interval - {number | Notation | TransportTime} see (Timing and Musical Notation)[#timing-and-musical-notation] for more information about timing in Tone.js
|
||||
* interval - {number | Notation | TransportTime} see [Timing and Musical Notation](#timing-and-musical-notation) for more information about timing in Tone.js
|
||||
* context - {Object=} optional context in which the callback is invoked
|
||||
* returns - a timeout which can be used to clear the interval
|
||||
|
||||
|
@ -120,7 +120,7 @@ Tone.Transport.setInterval(function(time){
|
|||
#### .setTimeout(callback, timeoutTime, context) {Timeout}
|
||||
|
||||
* callback - in the form: function(number)
|
||||
* timeoutTime - {number | Notation | TransportTime} see (Timing and Musical Notation)[#timing-and-musical-notation] for more information about timing in Tone.js
|
||||
* timeoutTime - {number | Notation | TransportTime} see [Timing and Musical Notation](#timing-and-musical-notation) for more information about timing in Tone.js
|
||||
* context - {Object=} optional context in which the callback is invoked
|
||||
* returns - a timeout which can be used to clear the timeout
|
||||
|
||||
|
|
Loading…
Reference in a new issue