GUI: new osc renderer, part 19

now with a setting
This commit is contained in:
tildearrow 2024-02-19 02:57:48 -05:00
parent c9b1305b61
commit 894b1f5a3c
6 changed files with 28 additions and 9 deletions

View file

@ -293,7 +293,7 @@ void FurnaceGUI::drawOsc() {
if ((oscWidth-24)>0) {
if (settings.oscMono) {
if (rend->supportsDrawOsc() && newOscCode) {
if (rend->supportsDrawOsc() && settings.shaderOsc) {
_do.gui=this;
_do.data=&oscValuesAverage[12];
_do.len=oscWidth-24;