mirror of
https://github.com/9x/sheetmusictrainer.git
synced 2026-09-02 09:34:33 +02:00
increase NOTE_MATCH_THRESHOLD_MS to 100ms
This commit is contained in:
@@ -3,4 +3,4 @@
|
||||
*/
|
||||
|
||||
// How long (in ms) a note must be held to be accepted as correct
|
||||
export const NOTE_MATCH_THRESHOLD_MS = 50;
|
||||
export const NOTE_MATCH_THRESHOLD_MS = 100;
|
||||
|
||||
Reference in New Issue
Block a user