From d70a9c3fee823fc10a8131d73e009efd22a9c94f Mon Sep 17 00:00:00 2001 From: Jens Mohrmann Date: Wed, 31 Dec 2025 10:02:43 +0100 Subject: [PATCH] increase NOTE_MATCH_THRESHOLD_MS to 100ms --- src/AppConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AppConfig.ts b/src/AppConfig.ts index 8f144dd..4f85e7a 100644 --- a/src/AppConfig.ts +++ b/src/AppConfig.ts @@ -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;