diff options
author | Wohlstand <admin@wohlnet.ru> | 2020-09-06 16:57:44 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2020-09-06 16:57:44 +0300 |
commit | 5703f4b48bc2aeac92ffe1e9d10d3738125709c3 (patch) | |
tree | 9c60df7aa3f62d049a0748a35e9f0d7d28259b2b /src/adlmidi_midiplay.hpp | |
parent | 666ab37e10b335030e63469864538cba39d5c43b (diff) | |
download | libADLMIDI-5703f4b48bc2aeac92ffe1e9d10d3738125709c3.tar.gz libADLMIDI-5703f4b48bc2aeac92ffe1e9d10d3738125709c3.tar.bz2 libADLMIDI-5703f4b48bc2aeac92ffe1e9d10d3738125709c3.zip |
Ouch: don't reset panning by CC121
Diffstat (limited to 'src/adlmidi_midiplay.hpp')
-rw-r--r-- | src/adlmidi_midiplay.hpp | 2 |
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; |