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
Right now COscillatorDisplay (that draws the waveforms) hardcodes the colors.
If you look at LayoutEngineControlFactory.cpp you can see a block (search for "COscillatorDisplay") where the element is created by the control factory and an #if 0 surrounds the set colors
So ideally
That #if 0 would be removed and the set colors would exist
Then the actual widget (in src/common/GUI/COscillatorDIsplay) would use those colors
And we would change the colors in the layout to test it
This is a good entry-to-the-codebase issue for S++
The text was updated successfully, but these errors were encountered:
Right now COscillatorDisplay (that draws the waveforms) hardcodes the colors.
If you look at LayoutEngineControlFactory.cpp you can see a block (search for "COscillatorDisplay") where the element is created by the control factory and an #if 0 surrounds the set colors
So ideally
This is a good entry-to-the-codebase issue for S++
The text was updated successfully, but these errors were encountered: