OPL: complete the drum instrument type

#310
This commit is contained in:
tildearrow 2022-05-31 17:44:52 -05:00
parent 050a98d63d
commit 9d10b5bf2b
4 changed files with 163 additions and 54 deletions

View file

@ -2316,7 +2316,8 @@ void FurnaceGUI::drawInsEdit() {
}
for (int i=0; i<opCount; i++) {
if (ins->type==DIV_INS_OPL_DRUMS) {
snprintf(label,31,"%s Macros",oplDrumNames[i]);
if (i>0) break;
snprintf(label,31,"Operator Macros");
} else {
snprintf(label,31,"OP%d Macros",i+1);
}