From c07b146a1a3991edd6c3233dcd1956b989303dd3 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Tue, 17 Oct 2017 03:57:21 +0300 Subject: EXPERIMENTAL: Support for custom banks! TODO: Fix support for real 4-operator support for dynamical instruments which now are silent. 2-op and pseudo-4-op still work fine. --- src/adlmidi_midiplay.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/adlmidi_midiplay.cpp') diff --git a/src/adlmidi_midiplay.cpp b/src/adlmidi_midiplay.cpp index 1214ef5..24dd60f 100644 --- a/src/adlmidi_midiplay.cpp +++ b/src/adlmidi_midiplay.cpp @@ -324,7 +324,6 @@ bool MIDIplay::realTime_NoteOn(uint8_t channel, uint8_t note, uint8_t velocity) for(uint32_t a = 0; a < opl.NumChannels; ++a) { if(ccount == 1 && static_cast(a) == adlchannel[0]) continue; - // ^ Don't use the same channel for primary&secondary if(i[0] == i[1] || pseudo_4op) -- cgit v1.2.3