Lower fftSize of the auto-scope
This commit is contained in:
@ -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)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user