GUI: fix FM wave gen mult 16

This commit is contained in:
tildearrow 2022-09-16 02:04:01 -05:00
parent 6b0aee8cf7
commit 3e311d94a2
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,7 @@ const char* waveGenBaseShapes[4]={
"Pulse"
};
const float multFactors[16]={
const float multFactors[17]={
M_PI,
2*M_PI,
4*M_PI,
@ -49,6 +49,7 @@ const float multFactors[16]={
26*M_PI,
28*M_PI,
30*M_PI,
32*M_PI,
};
void FurnaceGUI::doGenerateWave() {