GUI: new osc renderer, part 19
now with a setting
This commit is contained in:
parent
c9b1305b61
commit
894b1f5a3c
6 changed files with 28 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue