Skip to content

Commit

Permalink
added travis-ci integration
Browse files Browse the repository at this point in the history
  • Loading branch information
kylestetz committed Aug 9, 2015
1 parent 9cfe3a1 commit 6b287a0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
@@ -0,0 +1,7 @@
language: node_js
node_js:
- "0.12"
- "0.11"
- "0.10"
- iojs
sudo: false # use container based environmnt
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -2,6 +2,8 @@

# AudioKeys

https://travis-ci.org/kylestetz/AudioKeys.svg

Use AudioKeys to power the QWERTY keyboard in your next Web Audio project. AudioKeys provides intelligent handling of key events, giving you key up and key down events that you can use to trigger your sounds.

AudioKeys provides configurable polyphony— if you're making a monophonic synth, choose from the common note priorities "last note", "first note", "highest note", or "lowest note".
Expand Down

0 comments on commit 6b287a0

Please sign in to comment.