mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 13:05:11 +00:00
GUI: disclaimer about OPLL drums volume slider
This commit is contained in:
parent
9d10b5bf2b
commit
a945ee5353
1 changed files with 3 additions and 0 deletions
|
@ -1616,6 +1616,9 @@ void FurnaceGUI::drawInsEdit() {
|
||||||
if (!willDisplayOps && ins->type==DIV_INS_OPLL) {
|
if (!willDisplayOps && ins->type==DIV_INS_OPLL) {
|
||||||
ins->fm.op[1].tl&=15;
|
ins->fm.op[1].tl&=15;
|
||||||
P(CWSliderScalar("Volume##TL",ImGuiDataType_U8,&ins->fm.op[1].tl,&_FIFTEEN,&_ZERO)); rightClickable
|
P(CWSliderScalar("Volume##TL",ImGuiDataType_U8,&ins->fm.op[1].tl,&_FIFTEEN,&_ZERO)); rightClickable
|
||||||
|
if (ins->fm.opllPreset==16) {
|
||||||
|
ImGui::Text("this volume slider only works in compatibility (non-drums) system.");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
if (willDisplayOps) {
|
if (willDisplayOps) {
|
||||||
if (settings.fmLayout==0) {
|
if (settings.fmLayout==0) {
|
||||||
|
|
Loading…
Reference in a new issue