Skip to content

Commit

Permalink
Changed the numbering of processors.
Browse files Browse the repository at this point in the history
The numbering starts with one, at the UI level.
Updated screenshots.
  • Loading branch information
bor-T committed Sep 7, 2024
1 parent 0ddc206 commit a37b703
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.
4 changes: 2 additions & 2 deletions res/main/ui/convolution/impulse_reverb/mono.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
<!-- r3 r6 -->
<ui:with pad.h="6" pad.v="4">
<ui:with bright=":ca${:i} ? 1 : 0.75" bg.bright=":ca${:i} ? 1 : :const_bg_darken">
<label text="labels.specials.idx" text:id="${i}" vreduce="true"/>
<label text="labels.specials.idx" text:id="${:i+1}" vreduce="true"/>
<knob id="cim${i}" size="20" scolor=":ca${:i} ? 'kscale' : 'cycle_inactive'"/>
<knob id="pd${i}" size="20" scolor=":ca${:i} ? 'kscale' : 'cycle_inactive'"/>
<cell cols="2" pad="0">
Expand All @@ -188,7 +188,7 @@
</ui:with>

<ui:with bright=":ca${:i+2} ? 1 : 0.75" bg.bright=":ca${:i+2} ? 1 : :const_bg_darken">
<label text="labels.specials.idx" text:id="${:i+2}" vreduce="true"/>
<label text="labels.specials.idx" text:id="${:i+3}" vreduce="true"/>
<knob id="cim${:i+2}" size="20" scolor=":ca${:i+2} ? 'kscale' : 'cycle_inactive'"/>
<knob id="pd${:i+2}" size="20" scolor=":ca${:i+2} ? 'kscale' : 'cycle_inactive'"/>
<cell cols="2" pad="0">
Expand Down
4 changes: 2 additions & 2 deletions res/main/ui/convolution/impulse_reverb/stereo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
<!-- r3 r6 -->
<ui:with pad.h="6" pad.v="4">
<ui:with bright=":ca${:i} ? 1 : 0.75" bg.bright=":ca${:i} ? 1 : :const_bg_darken">
<label text="labels.specials.idx" text:id="${i}" vreduce="true"/>
<label text="labels.specials.idx" text:id="${:i+1}" vreduce="true"/>
<knob id="cim${i}" size="20" scolor=":ca${:i} ? 'kscale' : 'cycle_inactive'"/>
<knob id="pd${i}" size="20" scolor=":ca${:i} ? 'kscale' : 'cycle_inactive'"/>
<cell cols="2" pad="0">
Expand All @@ -197,7 +197,7 @@
</ui:with>

<ui:with bright=":ca${:i+2} ? 1 : 0.75" bg.bright=":ca${:i+2} ? 1 : :const_bg_darken">
<label text="labels.specials.idx" text:id="${:i+2}" vreduce="true"/>
<label text="labels.specials.idx" text:id="${:i+3}" vreduce="true"/>
<knob id="cim${:i+2}" size="20" scolor=":ca${:i+2} ? 'kscale' : 'cycle_inactive'"/>
<knob id="pd${:i+2}" size="20" scolor=":ca${:i+2} ? 'kscale' : 'cycle_inactive'"/>
<cell cols="2" pad="0">
Expand Down

0 comments on commit a37b703

Please sign in to comment.