This commit is contained in:
Toshiya Nakakura
2014-11-22 13:48:00 +09:00
parent e631c0ece7
commit 660864442e
2 changed files with 2 additions and 2 deletions
@@ -1,4 +1,4 @@
/// <reference path="midi.d.ts" />
/// <reference path="webmidi.d.ts" />
/// <reference path="../es6-promise/es6-promise.d.ts" />
if (navigator.requestMIDIAccess !== undefined) {
@@ -66,4 +66,4 @@ var onErrorCallback = (access: Error)=>{ };
var onMidiMessage = (event: Uint8Array)=>{
console.log(event);
};
};
View File