Increase default gain and time zoom
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -28,8 +28,8 @@ proc initScope*(w, h: int): Scope =
|
|||||||
samplesL: newSeq[float](4096),
|
samplesL: newSeq[float](4096),
|
||||||
samplesR: newSeq[float](4096),
|
samplesR: newSeq[float](4096),
|
||||||
sampleCount: 0,
|
sampleCount: 0,
|
||||||
gain: 5.0,
|
gain: 6.5,
|
||||||
timeDiv: 2.25,
|
timeDiv: 3.4,
|
||||||
grid: gsOff
|
grid: gsOff
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user