mirror of
https://github.com/Tonejs/Tone.js
synced 2024-12-27 03:53:07 +00:00
linting
This commit is contained in:
parent
f6d6e310dd
commit
bdbc6dfccd
1 changed files with 42 additions and 43 deletions
|
@ -79,7 +79,6 @@ document.querySelector("[label=\"Chebyshev Send\"]").addEventListener("input", e
|
||||||
document.querySelector("[label=\"Reverb Send\"]").addEventListener("input", e => {
|
document.querySelector("[label=\"Reverb Send\"]").addEventListener("input", e => {
|
||||||
reverbChannel.volume.value = parseFloat(e.target.value);
|
reverbChannel.volume.value = parseFloat(e.target.value);
|
||||||
});
|
});
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue