mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 21:15:11 +00:00
seamless switchMaster
This commit is contained in:
parent
29f1be3b36
commit
03e226e52b
1 changed files with 0 additions and 2 deletions
|
@ -3455,8 +3455,6 @@ void DivEngine::setConsoleMode(bool enable) {
|
|||
bool DivEngine::switchMaster() {
|
||||
logI("switching output...");
|
||||
deinitAudioBackend(true);
|
||||
quitDispatch();
|
||||
initDispatch();
|
||||
if (initAudioBackend()) {
|
||||
for (int i=0; i<song.systemLen; i++) {
|
||||
disCont[i].setRates(got.rate);
|
||||
|
|
Loading…
Reference in a new issue