Added a README file and project cover

James Peret 7 years ago
parent
commit
e0453d79a2
2 changed files with 23 additions and 0 deletions
  1. 23 0
      README.md
  2. BIN
      cover.png

+ 23 - 0
README.md

@@ -0,0 +1,23 @@
1
+# Polyphonic Controller
2
+
3
+![UI](cover.png)
4
+
5
+## Description
6
+
7
+Polyphonic Controller is web page that controls sound playback in other web pages. This project can be used to trigger multiple sound effects using one computer as a controller and other computers or phones as output devices to create sound installations.
8
+
9
+This project was used to create the presentation *"Inferno Polyfonico"* by *Riverão*.
10
+
11
+## Getting Started
12
+
13
+To get started, download the code and install **node.js**. Then change the ``roteiro.json`` file with your own audio url's and text. You can put your audio files in the ``public/audio`` folder.
14
+
15
+To star the server, use the command:
16
+
17
+```bash
18
+PORT=3000 node server.js
19
+```
20
+
21
+## Credits
22
+
23
+Code created by *[James Peret](http://jamesperet.com)* and *Gregorio Gananian*. Audio files and text by *Riverão*

BIN
cover.png