We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Signals (markdown)
fix typo
linearRampToValue and exponentialRampToValue changed to linearRampTo and exponentialRampTo, source: https://tonejs.github.io/docs/r13/Signal#linearrampto
linearRampToValueNow => linearRampToValue && exponentialRampToValueNow => exponentialRampToValue as per the methods defined @ https://github.com/Tonejs/Tone.js/blob/c9047979297a2997f9f040b77c7b0027363ac93a/Tone/core/Param.js
moved links from tonejs.org to tonejs.github.io
updating wiki to new examples and API
updated wiki