-
Notifications
You must be signed in to change notification settings - Fork 404
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
LFO wave in LFO editor is drawn under the Min and Max lines #1293
Comments
This is just reordering the draw calls in COsicullatorDisplay.cpp. Super easy. Tagging for 1.6.4. Thanks for seeing it! |
baconpaul
added a commit
to baconpaul/surge
that referenced
this issue
Nov 20, 2019
The LFO oscillator was drawn before the envelope leading to a misdraw which was visible at high zoom. Just change the order of path draws. Closes surge-synthesizer#1293
baconpaul
added a commit
that referenced
this issue
Nov 20, 2019
The LFO oscillator was drawn before the envelope leading to a misdraw which was visible at high zoom. Just change the order of path draws. Closes #1293
Awesome, thank you!! :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The LFO wave is drawn under the Minimum and Maximum lines in the LFO editor.
Latest nightly, VST3 x64.
Expected behavior
LFO wave should be drawn over the Minimum and Maximum lines in the LFO editor so it doesn't appear thinner in these areas.
Screenshots
The text was updated successfully, but these errors were encountered: