Skip to content

Commit

Permalink
adding dox to dox?
Browse files Browse the repository at this point in the history
  • Loading branch information
catshirt committed Aug 19, 2012
1 parent 7de67c9 commit 4d5ff79
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# midi.io

a library for capturing midi hardware input in the browser. it is a nodejs middleware which listens for midi input on and forwards the midi message to the client via socket.io. [formatted documentation](http://catshirt.github.com/midi.io) is available.
a library for capturing midi hardware input in the browser. it is a nodejs middleware which listens for midi input on and forwards the midi message to the client via socket.io.

## installation

Expand Down Expand Up @@ -62,4 +62,11 @@ the following code shows the client library in action:
// only log midi events from device 1
midi_device.on('midi', function(msg) {
console.log('got midi from device 1', msg);
});
});

## building documentation

[formatted documentation](http://catshirt.github.com/midi.io) is available and can be built using groc:

npm install -g groc
groc lib/**/*.js src/**/*.js readme.md

0 comments on commit 4d5ff79

Please sign in to comment.