GH-1071: Fix broken link in sequencer docs.

This commit is contained in:
Tony Atkins 2022-04-23 18:23:52 +02:00
parent 90c80d1d9e
commit 3a226111f1

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