diff --git a/src/main.ts b/src/main.ts index 90721f3..4abdd20 100644 --- a/src/main.ts +++ b/src/main.ts @@ -191,11 +191,12 @@ export class Editor { // this.setPeriodicSave(5000); // ================================================================================ - // Displaying a scope by default! + // Displaying a scope by default // ================================================================================ this.api.scope({ enabled: true, mode: "freqscope", + fftSize: 256, offsetY: window.innerWidth / 3.5, size: 0.80 } as OscilloscopeConfig) }