fix waveform docs link in the description

This commit is contained in:
Devis Battisti 2019-09-28 13:35:54 +02:00 committed by GitHub
parent 0f7089c852
commit 0306bad1c2
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>