Skip to content

Commit

Permalink
Lower fftSize of the auto-scope
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubobubobubobubo committed Nov 19, 2023
1 parent 9e381e8 commit cb04d37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit cb04d37

Please sign in to comment.