diff --git a/src/main.ts b/src/main.ts index 6879efa..90721f3 100644 --- a/src/main.ts +++ b/src/main.ts @@ -189,6 +189,15 @@ export class Editor { loadUniverserFromUrl(this); // this.setPeriodicSave(5000); + + // ================================================================================ + // Displaying a scope by default! + // ================================================================================ + this.api.scope({ + enabled: true, + mode: "freqscope", + offsetY: window.innerWidth / 3.5, size: 0.80 + } as OscilloscopeConfig) } private getBuffer(type: string): any {