We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
That happens on all knobs I tested. If one drag a knob the precision is unnecessary high.
Bitcrush is only an example for that. In the BitcrushControlls.cpp we have m_inGain( 0.0f, -20.0f, 20.0f, 0.1f, this, "Input gain" ),`
m_inGain(
If one use the mouse wheel the precision is correct. But if one drag the knob for adjusting, we've got this:
Edit: same with Fader
The text was updated successfully, but these errors were encountered:
This is a duplicate of #3024
Sorry, something went wrong.
Close this because of duplicate of #3024
No branches or pull requests
That happens on all knobs I tested. If one drag a knob the precision is unnecessary high.
Bitcrush is only an example for that. In the BitcrushControlls.cpp we have
m_inGain(
0.0f, -20.0f, 20.0f, 0.1f, this, "Input gain" ),`If one use the mouse wheel the precision is correct. But if one drag the knob for adjusting, we've got this:
Edit: same with Fader
The text was updated successfully, but these errors were encountered: