From 07f33a0126753fabb99d7955b1bcb9aad7ed13eb Mon Sep 17 00:00:00 2001 From: Raphael Forment Date: Mon, 23 Oct 2023 00:23:44 +0200 Subject: [PATCH] second round of cleaning --- src/API.ts | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/API.ts b/src/API.ts index d42333e..d621df5 100644 --- a/src/API.ts +++ b/src/API.ts @@ -26,11 +26,7 @@ import { } from "superdough"; import { Speaker } from "./StringExtensions"; import { getScaleNotes } from "zifferjs"; -import { - OscilloscopeConfig, - blinkScript, - runOscilloscope, -} from "./AudioVisualisation"; +import { OscilloscopeConfig, blinkScript } from "./AudioVisualisation"; interface ControlChange { channel: number; @@ -1982,9 +1978,6 @@ export class UserAPI { * Configures the oscilloscope. * @param config - The configuration object */ - // Dispatch the config to the old object so that missing options - // are still specified - this.app.osc = { ...this.app.osc, ...config,