mirror of
https://codeberg.org/armin/chromaflock.git
synced 2026-09-01 04:10:47 +02:00
change opacity of UI elements; use logarithmic volume knob curve
This commit is contained in:
parent
5ac73bee25
commit
ea6a70e090
2 changed files with 14 additions and 21 deletions
|
|
@ -186,7 +186,7 @@ public:
|
|||
keyTrack = kTrack;
|
||||
pan = p;
|
||||
drive = std::max(drv, 1.001f);
|
||||
outputLevel = outLvl;
|
||||
outputLevel = outLvl * outLvl;
|
||||
|
||||
lfo1Depth = l1Depth;
|
||||
lfo1Dest = static_cast<LFODest>(l1Dest);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue