mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-14 15:57:08 +00:00
GH-1071: Fix broken link in sequencer docs.
This commit is contained in:
parent
90c80d1d9e
commit
3a226111f1
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ interface SequenceOptions<T> extends Omit<ToneEventOptions<T>, "value"> {
|
|||
* in an array of events which will be spaced at the
|
||||
* given subdivision. Sub-arrays will subdivide that beat
|
||||
* by the number of items are in the array.
|
||||
* Sequence notation inspiration from [Tidal](http://yaxu.org/tidal/)
|
||||
* Sequence notation inspiration from [Tidal Cycles](http://tidalcycles.org/)
|
||||
* @example
|
||||
* const synth = new Tone.Synth().toDestination();
|
||||
* const seq = new Tone.Sequence((time, note) => {
|
||||
|
|
Loading…
Reference in a new issue