adds a detune slider

This commit is contained in:
2024-02-08 23:18:43 -08:00
parent dc1bc9df2d
commit 1ac8df3a3f
2 changed files with 20 additions and 4 deletions

View File

@@ -11,5 +11,6 @@
<body class="bg-gray-900 p-10 mb-5">
<script src="single-voice-synth.js"></script>
<div class="flex justify-between"></div>
<div class="flex justify-between"></div>
<input type="range" min="-40" max="40" value="0" class="slider" id="detune">
</body>