mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-21 20:55:12 -04:00
more lookahead
This commit is contained in:
@@ -115,7 +115,7 @@ Loading...</textarea
|
||||
|
||||
const audioContext = new AudioContext();
|
||||
const interval = 0.2;
|
||||
const lookahead = 0.2;
|
||||
const lookahead = 0.5;
|
||||
const metro = new Metro(
|
||||
audioContext,
|
||||
(begin, end) => {
|
||||
|
||||
Reference in New Issue
Block a user