add frequency scope by default
This commit is contained in:
@ -189,6 +189,15 @@ export class Editor {
|
|||||||
loadUniverserFromUrl(this);
|
loadUniverserFromUrl(this);
|
||||||
|
|
||||||
// this.setPeriodicSave(5000);
|
// 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 {
|
private getBuffer(type: string): any {
|
||||||
|
|||||||
Reference in New Issue
Block a user