adds readme and renames files
This commit is contained in:
5
README.md
Normal file
5
README.md
Normal 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:
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user