-
-
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
linearToLogScale and linearToLogScale in include/lmms_math.h do something completely unrelated to their function names #5344
Comments
Here are the functions: Lines 197 to 208 in a9e3e70
Lines 212 to 225 in a9e3e70
|
|
@JohannesLorenz Why do you marked this for 1.2? Shouldn't we take care of compatibility issues?
Not always, see this: https://gist.github.com/htfy96/50308afc11678d2e3766a36aa60d5f75 |
@PhysSong It's invalid and it's in Though... If we write a conversion function, that might break more than it might fix, and there are currently not many complaints from musicians. I think we can milestone it 1.3. |
I think we may implement a 'power' scale( |
So basically, the |
If there's a compat break, might as well re milestone it but let someone clarify. |
Oops |
eˣ = exp(x) = pow(M_E, x) ≠ x^e = pow(x, M_E) = "logToLinearScale"
log(x) ≠ pow(x, 1/M_E) = "linearToLogScale"
They seem to be used only in AutomatableModel.
The text was updated successfully, but these errors were encountered: