diff --git a/midi/midi-tests.ts b/webmidi/webmidi-tests.ts similarity index 98% rename from midi/midi-tests.ts rename to webmidi/webmidi-tests.ts index cf8566f7f..42708f1c1 100644 --- a/midi/midi-tests.ts +++ b/webmidi/webmidi-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// if (navigator.requestMIDIAccess !== undefined) { @@ -66,4 +66,4 @@ var onErrorCallback = (access: Error)=>{ }; var onMidiMessage = (event: Uint8Array)=>{ console.log(event); -}; \ No newline at end of file +}; diff --git a/midi/midi.d.ts b/webmidi/webmidi.d.ts similarity index 100% rename from midi/midi.d.ts rename to webmidi/webmidi.d.ts