mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2026-04-18 05:23:31 +00:00
ldirty, pdelay, ldelay added. changes to how levels are fetched
ldirty added, true iff level value has changed. fetching level arrays moved to highest level of the app. pdelay and ldelay added to _base_vals dataclass.
This commit is contained in:
@@ -67,7 +67,7 @@ class Config(ttk.Frame):
|
||||
"""keeps params synced but ensures sliders are responsive"""
|
||||
if self._parent.pdirty and not _base_vals.in_scale_button_1:
|
||||
self.sync()
|
||||
self.after(1, self.watch_pdirty_step)
|
||||
self.after(_base_vals.pdelay, self.watch_pdirty_step)
|
||||
|
||||
|
||||
class StripConfig(Config):
|
||||
|
||||
Reference in New Issue
Block a user