From ef601741e585f7b48c2fe81304bcba4d161ed375 Mon Sep 17 00:00:00 2001 From: Vitaly Novichkov Date: Mon, 25 Jun 2018 14:51:00 +0300 Subject: Fixed missing refresh of 4-op channels count --- src/adlmidi.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/adlmidi.cpp') diff --git a/src/adlmidi.cpp b/src/adlmidi.cpp index 6663e45..32872ef 100644 --- a/src/adlmidi.cpp +++ b/src/adlmidi.cpp @@ -319,6 +319,7 @@ ADLMIDI_EXPORT int adl_setNumFourOpsChn(ADL_MIDIPlayer *device, int ops4) play->m_setup.numFourOps = static_cast(ops4); play->m_synth.m_numFourOps = play->m_setup.numFourOps; + play->m_synth.updateChannelCategories(); return 0; //adlRefreshNumCards(device); } -- cgit v1.2.3