diff --git a/README.md b/README.md new file mode 100644 index 0000000..5a5b06f --- /dev/null +++ b/README.md @@ -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: + diff --git a/index.html b/basic.html similarity index 94% rename from index.html rename to basic.html index 051e445..e245c0f 100644 --- a/index.html +++ b/basic.html @@ -20,6 +20,6 @@ .5 - + \ No newline at end of file diff --git a/index.js b/basic.js similarity index 100% rename from index.js rename to basic.js