Add waveform animations

This commit is contained in:
2026-03-26 15:32:03 +00:00
parent d47cae5a95
commit ecb61dad41
3 changed files with 146 additions and 14 deletions

2
www/bootstrap.js vendored
View File

@@ -502,7 +502,7 @@ async function bootstrap() {
oscilloscope.draw();
spectrum.draw();
patchbay.draw();
patchbay.draw(now);
keyboard.draw();
frameTime.textContent = `frame: ${(now - last).toFixed(1)} ms`;
last = now;