diff --git a/README.md b/README.md index 6893589..3fb2115 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ This project is used to audibly debug [tuna.js](https://github.com/Theodeus/tuna). All effects are bypassed by default - just untick the bypass checkbox to enable each effect. -Run ```npm install express``` to use the included local server. Run ```node server.js``` to start it and then navigate to http://localhost:8000 to run the app. - -The server is setup to have the [tuna](https://github.com/Theodeus/tuna) folder and the tunatest folder on the same level (as in Tuna is referenced as such: ``````). +Run ```npm install express``` to use the included local server. Run ```npm start``` to start it and then navigate to http://localhost:8000 to run the app. Silly main_loop.wav by yours truly. \ No newline at end of file diff --git a/aah.wav b/audio/aah.wav similarity index 100% rename from aah.wav rename to audio/aah.wav diff --git a/crazy.wav b/audio/crazy.wav similarity index 100% rename from crazy.wav rename to audio/crazy.wav diff --git a/deeerp.wav b/audio/deeerp.wav similarity index 100% rename from deeerp.wav rename to audio/deeerp.wav diff --git a/audio/impulse_guitar.wav b/audio/impulse_guitar.wav new file mode 100644 index 0000000..4bc33ce Binary files /dev/null and b/audio/impulse_guitar.wav differ diff --git a/audio/ir_rev_short.wav b/audio/ir_rev_short.wav new file mode 100644 index 0000000..6585032 Binary files /dev/null and b/audio/ir_rev_short.wav differ diff --git a/main_loop.wav b/audio/main_loop.wav similarity index 100% rename from main_loop.wav rename to audio/main_loop.wav diff --git a/sine.wav b/audio/sine.wav similarity index 100% rename from sine.wav rename to audio/sine.wav diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..742ef64 Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html index cdb6bcd..e936026 100644 --- a/index.html +++ b/index.html @@ -4,9 +4,14 @@ +