From 2ff3def8f846a7e517f1bd8eeb6616c8222e9419 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Tue, 11 Nov 2025 05:31:06 -0500 Subject: [PATCH] rely on song.systemChans --- src/engine/engine.cpp | 2 +- src/engine/song.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/engine/engine.cpp b/src/engine/engine.cpp index 0d00756ec..46c43c5b2 100644 --- a/src/engine/engine.cpp +++ b/src/engine/engine.cpp @@ -2175,7 +2175,7 @@ void DivEngine::recalcChans() { int chanIndex=0; memset(isInsTypePossible,0,DIV_INS_MAX*sizeof(bool)); for (int i=0; i effects; + // INTERNAL STATE - do not modify. DivInstrument nullIns, nullInsOPLL, nullInsOPL, nullInsOPLDrums, nullInsQSound, nullInsESFM; DivWavetable nullWave; DivSample nullSample;