increase NOTE_MATCH_THRESHOLD_MS to 100ms

This commit is contained in:
2025-12-31 10:02:43 +01:00
parent 0373a7c516
commit d70a9c3fee

View File

@@ -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;