diff --git a/.gitignore b/.gitignore index 0531100a..ad700654 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,8 @@ generator/shell/build* generator/shell/sf2* generator/shell/testarea* soundfont-* +nbproject/ +bin/ +tmp/ +node_modules/ +npm-debug.log \ No newline at end of file diff --git a/README.md b/README.md index 0becd631..cff8622e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@ CODE EXAMPLES (from the repo) -* ./demo-Basic.html - the most basic implementation. -* ./demo-MIDIPlayer.html - how to parse MIDI files, and interact with the data stream. -* ./demo-MultipleInstruments.html - synth drum and piano playing together -* ./demo-WhitneyMusicBox.html - a audio/visual experiment by Jim Bumgardner +* ./examples/Basic.html - the most basic implementation. +* ./examples/MIDIPlayer.html - how to parse MIDI files, and interact with the data stream. +* ./examples/WhitneyMusicBox.html - a audio/visual experiment by Jim Bumgardner ------------- diff --git a/build/MIDI.js b/build/MIDI.js deleted file mode 100644 index 6093ae01..00000000 --- a/build/MIDI.js +++ /dev/null @@ -1,1385 +0,0 @@ -/* - ------------------------------------- - MIDI.audioDetect : 0.3 - ------------------------------------- - https://github.com/mudcube/MIDI.js - ------------------------------------- - Probably, Maybe, No... Absolutely! - ------------------------------------- - Test to see what types of