Merge pull request #1073 from duhrer/GH-1071-1

GH-1071: Fix broken link in sequencer docs (resolves #1071).
This commit is contained in:
Yotam Mann 2022-04-24 10:51:23 -04:00 committed by GitHub
commit 75c20b47c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) => {