giga-refactor, part 15

dynamic PCM DAC
This commit is contained in:
tildearrow 2025-11-17 21:09:43 -05:00
parent 9b35ca77c5
commit 1a113a4d52
5 changed files with 441 additions and 367 deletions

View file

@ -319,7 +319,7 @@ float FurnaceGUI::drawSystemChannelInfo(const DivSysDef* whichDef, int keyHitOff
y+=ledSize.y+sep.y;
}
ImVec4 color=uiColors[GUI_COLOR_CHANNEL_BG];
if (i<whichDef->channels) color=uiColors[chanDef.type+GUI_COLOR_CHANNEL_FM];
if (i<whichDef->maxChans) color=uiColors[chanDef.type+GUI_COLOR_CHANNEL_FM];
if (keyHitOffset>=0) {
if (e->isChannelMuted(keyHitOffset+i)) {
color=uiColors[GUI_COLOR_CHANNEL_MUTED];