mirror of
https://github.com/onyx-and-iris/nvda-voicemeeter.git
synced 2024-11-22 10:00:46 +00:00
fixes comp output gain resolution
This commit is contained in:
parent
d758db9dee
commit
496cc35321
@ -97,7 +97,7 @@ class CompSlider(psg.Slider):
|
||||
return {
|
||||
"range": (-24, 24),
|
||||
"default_value": self.vm.strip[self.index].comp.gainout,
|
||||
"resolution": 0.01,
|
||||
"resolution": 0.1,
|
||||
"disabled": True,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user