aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/adlmidi_midiplay.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/adlmidi_midiplay.hpp b/src/adlmidi_midiplay.hpp
index 7eaf51d..ff741ee 100644
--- a/src/adlmidi_midiplay.hpp
+++ b/src/adlmidi_midiplay.hpp
@@ -329,6 +329,7 @@ public:
{
volume = def_volume;
brightness = 127;
+ panning = 64;
resetAllControllers121();
}
@@ -352,7 +353,6 @@ public:
vibspeed = 2 * 3.141592653 * 5.0;
vibdepth = 0.5 / 127;
vibdelay_us = 0;
- panning = 64;
portamento = 0;
portamentoEnable = false;
portamentoSource = -1;