GUI: new osc renderer, part 24

This commit is contained in:
tildearrow 2024-02-19 23:56:39 -05:00
parent 2ca341bb73
commit 20e5ea102e

View file

@ -110,7 +110,7 @@ void FurnaceGUI::readOsc() {
avg+=oscValues[j][i]; avg+=oscValues[j][i];
} }
avg/=e->getAudioDescGot().outChans; avg/=e->getAudioDescGot().outChans;
oscValuesAverage[i]=avg*oscZoom; oscValuesAverage[i]=avg*oscZoom*2.0f;
} }
/*for (int i=0; i<oscWidth; i++) { /*for (int i=0; i<oscWidth; i++) {