aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/mt32/TVF.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'audio/softsynth/mt32/TVF.cpp')
-rw-r--r--audio/softsynth/mt32/TVF.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/softsynth/mt32/TVF.cpp b/audio/softsynth/mt32/TVF.cpp
index 7ba9c7f2e0..d0c21c8169 100644
--- a/audio/softsynth/mt32/TVF.cpp
+++ b/audio/softsynth/mt32/TVF.cpp
@@ -206,6 +206,8 @@ void TVF::nextPhase() {
}
startRamp((levelMult * partialParam->tvf.envLevel[3]) >> 8, 0, newPhase);
return;
+ default:
+ break;
}
int envPointIndex = phase;