mirror of
https://codeberg.org/uzu/strudel
synced 2026-08-04 06:12:22 -04:00
loosen tolerances at the right spot...
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user