From 1fd9d514f96d2a7f5ce8ca79fa6798224922b4dd Mon Sep 17 00:00:00 2001 From: Raphael Forment Date: Sun, 19 Nov 2023 18:47:53 +0100 Subject: [PATCH] remove the default scope (takes too much resources) --- src/main.ts | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/main.ts b/src/main.ts index dad9213..1f2eed3 100644 --- a/src/main.ts +++ b/src/main.ts @@ -187,17 +187,6 @@ export class Editor { // Loading universe from URL (if needed) loadUniverserFromUrl(this); - - // this.setPeriodicSave(5000); - - // ================================================================================ - // Displaying a scope by default - // ================================================================================ - this.api.scope({ - enabled: true, - mode: "freqscope", - offsetY: 350, size: 1 - } as OscilloscopeConfig) } private getBuffer(type: string): any {