Add waveform animations
This commit is contained in:
2
www/bootstrap.js
vendored
2
www/bootstrap.js
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user