change opacity of UI elements; use logarithmic volume knob curve

This commit is contained in:
Armin 2026-07-15 19:06:46 +02:00
commit ea6a70e090
2 changed files with 14 additions and 21 deletions

View file

@ -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);