mirror of
https://github.com/Tonejs/Tone.js
synced 2025-01-13 20:39:06 +00:00
Merge pull request #1073 from duhrer/GH-1071-1
GH-1071: Fix broken link in sequencer docs (resolves #1071).
This commit is contained in:
commit
75c20b47c4
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
|
* in an array of events which will be spaced at the
|
||||||
* given subdivision. Sub-arrays will subdivide that beat
|
* given subdivision. Sub-arrays will subdivide that beat
|
||||||
* by the number of items are in the array.
|
* 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
|
* @example
|
||||||
* const synth = new Tone.Synth().toDestination();
|
* const synth = new Tone.Synth().toDestination();
|
||||||
* const seq = new Tone.Sequence((time, note) => {
|
* const seq = new Tone.Sequence((time, note) => {
|
||||||
|
|
Loading…
Reference in a new issue