-
-
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
Bitcrush plugins displays output clip level as % while it's dBFS #5856
Comments
Hello @PhysSong , Can i replace % with dBFS and push this code? This is my first github contribution. lmms/plugins/Bitcrush/BitcrushControlDialog.cpp outClip->setHintText( tr( "Output clip:" ) , " dBFS"); Thanks, |
Are you familiar with Git and GitHub? If not, here are the simple steps for changing only one file:
If you want to contribute further, please make sure you're familiar with them! |
@deenadayalancs Now you can go master...deenadayalancs:patch-1 and create a pull request. 👍 |
See the code below:
lmms/plugins/Bitcrush/Bitcrush.cpp
Lines 141 to 144 in eeec3f8
lmms/plugins/Bitcrush/BitcrushControlDialog.cpp
Lines 77 to 78 in eeec3f8
The text was updated successfully, but these errors were encountered: