From 6535aa2ef0a5f811294cfc5e3731a692d6df6b58 Mon Sep 17 00:00:00 2001 From: Michael Deal Date: Tue, 22 Jan 2013 15:37:45 -0800 Subject: [PATCH] tweak readme --- README.md | 6 ++++-- demo-AudioTest.html => demo-Basic.html | 0 2 files changed, 4 insertions(+), 2 deletions(-) rename demo-AudioTest.html => demo-Basic.html (100%) diff --git a/README.md b/README.md index 88daaf2..e05effa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -
  • MIDI.loadPlugin.js:  Decides which framework is best to use, and sends request.
  • +
    +
  • MIDI.loadPlugin.js:  Decides which framework is best to use, and sends request.
  •  // interface to download soundfont, then execute callback;
    @@ -69,4 +70,5 @@ MIDI.Player.setAnimation(function(data) {
      
  • Access to 128 General MIDI instruments.
  • 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 +
  • base642binary.js:  Cleans up XML base64-requests for Web Audio API.
  • +
    \ No newline at end of file diff --git a/demo-AudioTest.html b/demo-Basic.html similarity index 100% rename from demo-AudioTest.html rename to demo-Basic.html