From d491f6ef69dea336f61fdadf79f431d12f0454f2 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Thu, 16 Nov 2017 01:51:56 +0300 Subject: Clean-up and beautifying --- src/adlmidi_midiplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/adlmidi_midiplay.cpp') diff --git a/src/adlmidi_midiplay.cpp b/src/adlmidi_midiplay.cpp index 51da17e..6024373 100644 --- a/src/adlmidi_midiplay.cpp +++ b/src/adlmidi_midiplay.cpp @@ -1237,7 +1237,7 @@ void MIDIplay::realTime_Controller(uint8_t channel, uint8_t type, uint8_t value) case 121: // Reset all controllers Ch[channel].bend = 0; Ch[channel].volume = 100; - Ch[channel].expression = 100; + Ch[channel].expression = 127; Ch[channel].sustain = 0; Ch[channel].vibrato = 0; Ch[channel].vibspeed = 2 * 3.141592653 * 5.0; -- cgit v1.2.3