Skip to content

Commit

Permalink
Update UI and screenshots.
Browse files Browse the repository at this point in the history
  • Loading branch information
bor-T committed Dec 11, 2024
1 parent d4b84b3 commit 6859905
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
Binary file modified res/doc/screenshots/impulse_reverb_mono.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/doc/screenshots/impulse_reverb_stereo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 6 additions & 4 deletions res/main/ui/convolution/impulse_reverb/mono.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,16 +112,18 @@
<cell cols="6"><hsep bg.color="bg" pad.v="2" vreduce="true"/></cell>

<ui:with pad.h="6" pad.v="4">
<cell rows="2"><button id="irv${i}" size="32" toggle="false"/></cell>
<cell rows="2">
<button id="irv${i}" bg.color="bg_schema" font.size="12" size="32" ui:inject="Button_cyan" font.name="lsp-icons" text="icons.actions.reverse"/>
</cell>
<knob id="ihc${i}" size="20"/>
<knob id="itc${i}" size="20"/>
<knob id="ifi${i}" size="20" scolor="fade_in"/>
<knob id="ifo${i}" size="20" scolor="fade_out"/>
<cell rows="2">
<hbox fill="false">
<ui:with font.name="lsp-icons" font.size="16" size="32" ui:inject="Button_cyan" toggle="false">
<button id="ils${i}" text="icons.playback.play" />
<button id="ilc${i}" text="icons.playback.stop" />
<ui:with font.name="lsp-icons" font.size="10" size="32" ui:inject="Button_cyan" toggle="false">
<button id="ils${i}" text="icons.playback_big.play"/>
<button id="ilc${i}" text="icons.playback_big.stop"/>
</ui:with>
</hbox>
</cell>
Expand Down
10 changes: 6 additions & 4 deletions res/main/ui/convolution/impulse_reverb/stereo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,16 +120,18 @@
<cell cols="6"><hsep bg.color="bg" pad.v="2" vreduce="true"/></cell>

<ui:with pad.h="6" pad.v="4">
<cell rows="2"><button id="irv${i}" size="32" toggle="false"/></cell>
<cell rows="2">
<button id="irv${i}" bg.color="bg_schema" font.size="12" size="32" ui:inject="Button_cyan" font.name="lsp-icons" text="icons.actions.reverse"/>
</cell>
<knob id="ihc${i}" size="20"/>
<knob id="itc${i}" size="20"/>
<knob id="ifi${i}" size="20" scolor="fade_in"/>
<knob id="ifo${i}" size="20" scolor="fade_out"/>
<cell rows="2">
<hbox fill="false">
<ui:with font.name="lsp-icons" font.size="16" size="32" ui:inject="Button_cyan" toggle="false">
<button id="ils${i}" text="icons.playback.play" />
<button id="ilc${i}" text="icons.playback.stop" />
<ui:with font.name="lsp-icons" font.size="10" size="32" ui:inject="Button_cyan" toggle="false">
<button id="ils${i}" text="icons.playback_big.play"/>
<button id="ilc${i}" text="icons.playback_big.stop"/>
</ui:with>
</hbox>
</cell>
Expand Down

0 comments on commit 6859905

Please sign in to comment.