giga-refactor, part 15
dynamic PCM DAC
This commit is contained in:
parent
9b35ca77c5
commit
1a113a4d52
5 changed files with 441 additions and 367 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue