-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
Forum 2015 - Hands-On WebAudio | ||
======================================================= | ||
|
||
Example application created during during the WebAudio Worshop at IRCAM in November 2015. | ||
_Example application created during during the WebAudio Worshop at IRCAM in November 2015._ | ||
|
||
To setup and run the application, open a terminal and type the following commands: | ||
|
||
``` | ||
```bash | ||
cd path/to/forum-2015-hands-on-webaudio | ||
npm install | ||
npm run watch | ||
``` | ||
|
||
_note: the example uses motion sensors to control synthesis parameters and will thus be more interesting on a mobile device_ | ||
|
||
Additionnal resources are listed in the `resources.pdf` file shipped with the project. | ||
Additionnal resources are listed in the `resources.pdf` file shipped within the project. |