GUI: new osc renderer, part 24
This commit is contained in:
parent
2ca341bb73
commit
20e5ea102e
|
@ -110,7 +110,7 @@ void FurnaceGUI::readOsc() {
|
|||
avg+=oscValues[j][i];
|
||||
}
|
||||
avg/=e->getAudioDescGot().outChans;
|
||||
oscValuesAverage[i]=avg*oscZoom;
|
||||
oscValuesAverage[i]=avg*oscZoom*2.0f;
|
||||
}
|
||||
|
||||
/*for (int i=0; i<oscWidth; i++) {
|
||||
|
|
Loading…
Reference in a new issue