From af69cd53c387b5937ab6058dec60e721317b5d81 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Mon, 21 Nov 2016 21:00:02 -0800 Subject: [PATCH] Increase OPL3 volume 4x, which is about what it needs with this core and these instruments. --- Plugins/MIDI/MIDI/MSPlayer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/MIDI/MIDI/MSPlayer.cpp b/Plugins/MIDI/MIDI/MSPlayer.cpp index 9b5bc8ad4..ad8685029 100644 --- a/Plugins/MIDI/MIDI/MSPlayer.cpp +++ b/Plugins/MIDI/MIDI/MSPlayer.cpp @@ -41,7 +41,7 @@ void MSPlayer::send_event(uint32_t b) void MSPlayer::render(float * out, unsigned long count) { - float const scaler = 1.0f / 32768.0f; + float const scaler = 1.0f / 8192.0f; short buffer[512]; while (count) {