adds readme and renames files
This commit is contained in:
parent
ce1a3c5ce1
commit
ebfe6b5ebb
|
@ -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>
|
Loading…
Reference in New Issue