Lower fftSize of the auto-scope

This commit is contained in:
2023-11-19 15:29:42 +01:00
parent 9e381e84db
commit cb04d370b2

View File

@ -191,11 +191,12 @@ export class Editor {
// this.setPeriodicSave(5000); // this.setPeriodicSave(5000);
// ================================================================================ // ================================================================================
// Displaying a scope by default! // Displaying a scope by default
// ================================================================================ // ================================================================================
this.api.scope({ this.api.scope({
enabled: true, enabled: true,
mode: "freqscope", mode: "freqscope",
fftSize: 256,
offsetY: window.innerWidth / 3.5, size: 0.80 offsetY: window.innerWidth / 3.5, size: 0.80
} as OscilloscopeConfig) } as OscilloscopeConfig)
} }