-
-
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
The oscilloscope color can't be changed #4459
Comments
I suggest you to change |
@DevSynth Does this answer your issue? |
The color of the waveform display seems to be hardcoded: lmms/src/gui/widgets/VisualizationWidget.cpp Lines 141 to 153 in 32f07ac
So this is a valid enhancement request. |
Changing output_graph.png doesn't do anything btw |
#4509 makes the line colors (normal, warning, clipping) available as properties. |
Line 176 below, won't change the color of the background of the oscilloscope and it wont change the color of the sound waves
VisualizationWidget {
background: none;
border: none;
}
The text was updated successfully, but these errors were encountered: