commit 00e198e7a7924419525821c4bf32c0505a5e07bb
parent c31e7eb6e0303043d945481b3d009b22845efe31
Author: Daniel Sheeler <[email protected]>
Date: Tue, 26 Mar 2019 20:35:23 -0500
maybe could have been a bug?
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/Misc/Master.cpp b/src/Misc/Master.cpp
@@ -1312,7 +1312,6 @@ bool Master::AudioOut(float *outr, float *outl)
outl[i] *= vol;
outr[i] *= vol;
}
- oldVolume = Volume;
}
else {
// No interpolation
@@ -1322,6 +1321,8 @@ bool Master::AudioOut(float *outr, float *outl)
outr[i] *= vol;
}
}
+ oldVolume = Volume;
+
vuUpdate(outl, outr);
//Shutup if it is asked (with fade-out)