aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/mt32/Partial.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2013-07-02 03:48:35 +0300
committerFilippos Karapetis2013-07-02 03:53:09 +0300
commit5f3ddae421c473fc7e1a02f9c068900c12147b2a (patch)
tree9fda33707d4af5a17a33c7310704eca40890ad08 /audio/softsynth/mt32/Partial.cpp
parent72a523059f4a3c8c4baa77f504b3adecb87d3359 (diff)
downloadscummvm-rg350-5f3ddae421c473fc7e1a02f9c068900c12147b2a.tar.gz
scummvm-rg350-5f3ddae421c473fc7e1a02f9c068900c12147b2a.tar.bz2
scummvm-rg350-5f3ddae421c473fc7e1a02f9c068900c12147b2a.zip
MT-32: Sync with the latest changes in munt
This syncs our code with munt commits 258cd89 and 17b40a6
Diffstat (limited to 'audio/softsynth/mt32/Partial.cpp')
-rw-r--r--audio/softsynth/mt32/Partial.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/softsynth/mt32/Partial.cpp b/audio/softsynth/mt32/Partial.cpp
index a0aec90ec4..b80a028515 100644
--- a/audio/softsynth/mt32/Partial.cpp
+++ b/audio/softsynth/mt32/Partial.cpp
@@ -87,7 +87,6 @@ void Partial::deactivate() {
if (poly != NULL) {
poly->partialDeactivated(this);
}
- synth->partialStateChanged(this, tva->getPhase(), TVA_PHASE_DEAD);
#if MT32EMU_MONITOR_PARTIALS > 2
synth->printDebug("[+%lu] [Partial %d] Deactivated", sampleNum, debugPartialNum);
synth->printPartialUsage(sampleNum);