Merge pull request #547 from batdevis/patch-1

fix waveform docs link in the description
This commit is contained in:
Yotam Mann 2019-09-28 11:25:54 -04:00 committed by GitHub
commit ceb3feb43d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@
<tone-explanation label="Analyser">
<a href="https://tonejs.github.io/docs/FFT" target="_blank">Tone.FFT</a>
returns the amplitude of the incoming signal at different frequencies.
<a href="https://tonejs.github.io/docs/FFT" target="_blank">Tone.Waveform</a>
<a href="https://tonejs.github.io/docs/Waveform" target="_blank">Tone.Waveform</a>
returns the signal value between 0-1.
</tone-explanation>