adds readme and renames files

This commit is contained in:
Emanuel Rodriguez 2023-09-30 23:42:19 -07:00
parent ce1a3c5ce1
commit ebfe6b5ebb
3 changed files with 6 additions and 1 deletions

5
README.md Normal file
View File

@ -0,0 +1,5 @@
# simple-synth
Creating a synth to learn the web-audio api. The goal is create a synth that has the features
that Fabilter's Synth One has:

View File

@ -20,6 +20,6 @@
<input id="gain" type="range" min="0" max=".1" value=".05" step=".001"/>
<span id="gainDisplay">.5</span>
</div>
<script src="index.js"></script>
<script src="basic.js"></script>
</body>
</html>

View File