LMMS/lmms

[7636] Modify the VOL knob to match the scrolling behavior of the mixer fader

Open

#7,824 创建于 2025年4月1日

在 GitHub 查看
 (0 评论) (0 反应) (1 负责人)C++ (7,132 star) (961 fork)batch import
good first issue

描述

As part of #7636, we should modify the VOL knobs to match this behavior:

The faders can be adjusted via scrolling of the mouse wheel or by pressing the up/plus or down/minus keys. The behavior with regards to modifier keys and adjustments is as follows:

  • No modifier key: adjusts in increments of 1 dB
  • Shift key: adjusts in increments of 3 dB
  • Control key: adjusts in increments of 0.1 dB

贡献者指南