Switch default track orientation to horizontal

This may make the resulting oscilloscope views less confusing (adjacent
tracks are horizontally nearby rather than vertically).
pull/477/head
nyanpasu64 2024-06-17 00:27:51 -07:00
rodzic 9b20d05f4a
commit 0ed32134cd
2 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -5,6 +5,10 @@
- Add support for showing stereo balance as bars (#475)
- Add external triggering (#476)
### Major Changes
- Switch default track orientation to horizontal (#477)
## 0.9.1
### Major Changes

Wyświetl plik

@ -139,7 +139,7 @@ def template_config(**kwargs) -> Config:
),
channels=[],
default_label=DefaultLabel.FileName,
layout=LayoutConfig(orientation="v", stereo_orientation="v", ncols=0),
layout=LayoutConfig(orientation="h", stereo_orientation="v", ncols=0),
render=RendererConfig(
1920,
1080,