kopia lustrzana https://github.com/corrscope/corrscope
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
rodzic
9b20d05f4a
commit
0ed32134cd
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Ładowanie…
Reference in New Issue