mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-15 17:25:06 +00:00
GUI: transpose value does not transpose effect ID
This commit is contained in:
parent
50deead11a
commit
bd58059261
1 changed files with 1 additions and 1 deletions
|
@ -3847,7 +3847,7 @@ FurnaceGUI::FurnaceGUI():
|
|||
opMaskTransposeValue.note=false;
|
||||
opMaskTransposeValue.ins=true;
|
||||
opMaskTransposeValue.vol=true;
|
||||
opMaskTransposeValue.effect=true;
|
||||
opMaskTransposeValue.effect=false;
|
||||
opMaskTransposeValue.effectVal=true;
|
||||
|
||||
memset(actionKeys,0,GUI_ACTION_MAX*sizeof(int));
|
||||
|
|
Loading…
Reference in a new issue