re-initialize dispatch if core settings changed

This commit is contained in:
tildearrow 2022-12-14 17:18:19 -05:00
parent 7732031404
commit 332c6edbed
3 changed files with 16 additions and 3 deletions

View file

@ -976,7 +976,7 @@ class DivEngine {
String getPlaybackDebugInfo();
// switch master
bool switchMaster();
bool switchMaster(bool full=false);
// set MIDI base channel
void setMidiBaseChan(int chan);