Skip to content

Commit

Permalink
Default WebMIDI functionality to off
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwiles committed Jan 20, 2022
1 parent 666e087 commit a35c450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores.js
Expand Up @@ -88,7 +88,7 @@ export const userSettings = createPersistedStore("userSettings", {
showKeyboard: true,
overlayKeyboard: false,
welcomeScreenInhibited: false,
useWebMidi: !!navigator.requestMIDIAccess,
useWebMidi: false,
});

// Browser State
Expand Down

0 comments on commit a35c450

Please sign in to comment.