This commit is contained in:
Yotam Mann 2020-07-19 10:18:33 -07:00
parent f6d6e310dd
commit bdbc6dfccd

View file

@ -79,7 +79,6 @@ document.querySelector("[label=\"Chebyshev Send\"]").addEventListener("input", e
document.querySelector("[label=\"Reverb Send\"]").addEventListener("input", e => {
reverbChannel.volume.value = parseFloat(e.target.value);
});
</script>
</body>
</html>