Increase default gain and time zoom

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
rolandnsharp
2026-04-05 20:45:23 +10:00
parent 5dc759e46a
commit 1c4ef163d7

View File

@@ -28,8 +28,8 @@ proc initScope*(w, h: int): Scope =
samplesL: newSeq[float](4096),
samplesR: newSeq[float](4096),
sampleCount: 0,
gain: 5.0,
timeDiv: 2.25,
gain: 6.5,
timeDiv: 3.4,
grid: gsOff
)