You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix LADSPA hint calculation for logarithmic parameters
For parameters from 1 to 65535 with defaults of 4096 and 128, the old
logic picked “low” and “low”, resulting in default values of 16 for
both, whereas this new logic picks “high” and “middle”, resulting in
defaults of 4096 and 256.
0 commit comments