Skip to content

Commit

Permalink
Threshold markers are now editable
Browse files Browse the repository at this point in the history
  • Loading branch information
sadko4u committed Dec 20, 2023
1 parent b296005 commit 5ee1c08
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Implemented automatic scale of spectrum graph switch.
* Aligned the height of the blocks in "cgroup".
* Implemented split frequency display.
* Threshold markers are now editable.
* Updated build scripts and dependencies.

=== 1.0.15 ===
Expand Down
4 changes: 2 additions & 2 deletions res/main/ui/dynamics/expander/multiband/lr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -653,8 +653,8 @@
<dot x.id="elm_${i}r" y.id="clm_${i}r" color="right" bcolor="right"/>

<!-- Markers -->
<marker id="al_${i}l" color="attack_1"/>
<marker id="al_${i}r" color="attack_2"/>
<marker id="al_${i}l" editable="true" width="2" pointer="hsize" color="attack_1" hcolor="attack_1"/>
<marker id="al_${i}r" editable="true" width="2" pointer="hsize" color="attack_2" hcolor="attack_2"/>
<marker id="rl_${i}l" color="release_1"/>
<marker id="rl_${i}r" color="release_2"/>

Expand Down
2 changes: 1 addition & 1 deletion res/main/ui/dynamics/expander/multiband/mono.xml
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@
<dot x.id="elm_${i}" y.id="clm_${i}" color="graph_mesh" bcolor="graph_mesh"/>

<!-- Markers -->
<marker id="al_${i}" color="attack_1"/>
<marker id="al_${i}" editable="true" width="2" pointer="hsize" color="attack_1" hcolor="attack_1"/>
<marker id="rl_${i}" color="release_1"/>

<!-- Text -->
Expand Down
4 changes: 2 additions & 2 deletions res/main/ui/dynamics/expander/multiband/ms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -653,8 +653,8 @@
<dot x.id="elm_${i}s" y.id="clm_${i}s" color="side" bcolor="side"/>

<!-- Markers -->
<marker id="al_${i}m" color="attack_1"/>
<marker id="al_${i}s" color="attack_2"/>
<marker id="al_${i}m" editable="true" width="2" pointer="hsize" color="attack_1" hcolor="attack_1"/>
<marker id="al_${i}s" editable="true" width="2" pointer="hsize" color="attack_2" hcolor="attack_2"/>
<marker id="rl_${i}m" color="release_1"/>
<marker id="rl_${i}s" color="release_2"/>

Expand Down
2 changes: 1 addition & 1 deletion res/main/ui/dynamics/expander/multiband/stereo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@
<dot x.id="elm_${i}r" y.id="clm_${i}r" color="right" bcolor="right" visibility=":ssplit"/>

<!-- Markers -->
<marker id="al_${i}" color="attack_1"/>
<marker id="al_${i}" editable="true" width="2" pointer="hsize" color="attack_1" hcolor="attack_1"/>
<marker id="rl_${i}" color="release_1"/>

<!-- Text -->
Expand Down

0 comments on commit 5ee1c08

Please sign in to comment.