From 7806c980c38cf82b65ea58c6b4f064899e57cd26 Mon Sep 17 00:00:00 2001 From: Michael Deal Date: Thu, 24 Jan 2013 23:57:13 -0800 Subject: [PATCH] add Web MIDI API link to README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e457b73..77c0c6c 100644 --- a/README.md +++ b/README.md @@ -83,8 +83,9 @@ MIDI.Player.setAnimation(function(data) {
DOMLoader.sendRequest(src, callback);
* MusicTheory.Synesthesia.js: Note-to-color mappings (from Isaac Newton onwards).

Many thanks to the authors of these libraries;

+* Web MIDI API: W3C proposal by Jussi Kalliokoski & Chris Wilson +* Web Audio API: W3C proposal by Google * <audio>: HTML5 specs -* WebAudioAPI: W3C proposal by Google * Flash package: SoundManager2 by Scott Schiller * jasmid: Reads MIDI file byte-code, and translats into a Javascript array. * base642binary.js: Cleans up XML base64-requests for Web Audio API. \ No newline at end of file