loosen tolerances at the right spot...

This commit is contained in:
Felix Roos
2022-04-01 15:45:12 +02:00
parent 7c0dd9a6cc
commit 6af5250501
+2 -2
View File
@@ -112,8 +112,8 @@ Loading...</textarea
}
const audioContext = new AudioContext();
const interval = 0.05;
const lookahead = 0.05;
const interval = 0.2;
const lookahead = 0.2;
const metro = new Metro(
audioContext,
(begin, end, lookahead) => {