Skip to content

Commit

Permalink
MIDI regime off on default
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxAlyokhin committed Jun 7, 2023
1 parent f8b1004 commit dc5e94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/js/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export const settings = {
},
},
midi: {
on: true,
on: false,
pitch: 8192,
modulation: 50,
noMIDIPortsFound: true,
Expand Down

0 comments on commit dc5e94c

Please sign in to comment.