mirror of
https://github.com/Tonejs/Tone.js
synced 2024-12-28 12:33:12 +00:00
links to Solo and Sampler
[skip ci]
This commit is contained in:
parent
631e307d01
commit
4ff76d9d52
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
||||||
* [Dev build](https://tonejs.github.io/build/dev/Tone.js) with each successful commit
|
* [Dev build](https://tonejs.github.io/build/dev/Tone.js) with each successful commit
|
||||||
* [Versioned docs](https://tonejs.github.io/docs/Tone) plus a [dev build](https://tonejs.github.io/docs/dev/Tone) of the docs on successful commits
|
* [Versioned docs](https://tonejs.github.io/docs/Tone) plus a [dev build](https://tonejs.github.io/docs/dev/Tone) of the docs on successful commits
|
||||||
* Tone.AudioNode is base class for all classes which generate or process audio
|
* Tone.AudioNode is base class for all classes which generate or process audio
|
||||||
* Tone.Sampler simplifies creating multisampled instruments
|
* [Tone.Sampler](https://tonejs.github.io/docs/Sampler) simplifies creating multisampled instruments
|
||||||
* Tone.Solo makes it easier to mute/solo audio
|
* [Tone.Solo](https://tonejs.github.io/docs/Solo) makes it easier to mute/solo audio
|
||||||
* [Mixer](https://tonejs.github.io/examples/#mixer) and [sampler](https://tonejs.github.io/examples/#sampler) examples
|
* [Mixer](https://tonejs.github.io/examples/#mixer) and [sampler](https://tonejs.github.io/examples/#sampler) examples
|
||||||
* Making type-checking static
|
* Making type-checking static
|
||||||
* [TransportTimelineSignal](https://tonejs.github.io/docs/TransportTimelineSignal) is a signal which can be scheduled along the Transport
|
* [TransportTimelineSignal](https://tonejs.github.io/docs/TransportTimelineSignal) is a signal which can be scheduled along the Transport
|
||||||
|
|
Loading…
Reference in a new issue