-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mouse contronl on logarithmic models changes the value in linear scale #3871
Comments
@Texxiliator I think this is due to the plugin making lmms/plugins/LadspaEffect/swh/butterworth_1902.c Lines 588 to 589 in 32f07ac
See also #293. |
Logarithmic is perfectly OK here. All these intervals are one octave and sound the same musically:
That doesn't mean someone might need more precise control in the upper part of the range, but I believe that'd be less common. |
Imo the situation often with lmms dials, are that nothing or all comes 'out' within a very short span. The issue here, is that f.i. a filter pass can be quite difficult to automate. perhaps a 1.2.x could introduce something like an 'expander' in dials context menu, making the 'functional' span fit better inside the full span of the dial. |
Well, there are "Set linear"/"Set logarithmic" in context menus. If you don't like log scale, you may set that to linear.
|
Logarithmic response is what I'd expect to find on a filter cutoff control. In the example given has the correct control in my opinion. PS. The resonance control on the filter above seem to be inverted. |
Can this one to be closed? I can't see a bug here. |
Not sure if this was what was meant originally, but whilst the scale on the dial is logarithmic, as makes sense for frequency, the mouse control isn't. Both the scroll wheel and dragging on the dial change the value by the same absolute amount no matter where the dial currently is, with the effect that it moves a lot faster for lower values as the logarithm increases more quickly there. |
+1 on that, since a while back some knobs have very coarse control at low
values.
…On Thu, Mar 8, 2018, 15:03 Dominic Clark ***@***.***> wrote:
Not sure if this was what was meant originally, but whilst the scale on
the dial is logarithmic, as makes sense for frequency, the mouse control
isn't. Both the scroll wheel and dragging on the dial change the value by
the same absolute amount no matter where the dial currently is, with the
effect that it moves a lot faster for lower values as the logarithm
increases more quickly there.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3871 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AIgVmv8WviJvH_OxfCgpjxyq9YScrwvEks5tcToqgaJpZM4P0PHS>
.
|
OK. We can look a bit closer at this. Reopening. |
Not all but some effects have much more value on one side then other making it hard to control.
Ill show example with : GLAME Butterworth Lowpass
Here is maximum :
Here is 50% :
And here is about 10% :
The difference from 100% to 50% is about 16733.
But from 50% to 10% its about 3000.
Tested this on version RC4.
The text was updated successfully, but these errors were encountered: