Implement Phase Reset Timer macro for Sound Unit (#573)
* Implement Phase Reset Timer Macro * And make the macro actually work * Delete ex4Max variable
This commit is contained in:
parent
623c0efbba
commit
8011e7adc7
2 changed files with 8 additions and 0 deletions
|
|
@ -3678,6 +3678,7 @@ void FurnaceGUI::drawInsEdit() {
|
|||
}
|
||||
if (ins->type==DIV_INS_SU) {
|
||||
macroList.push_back(FurnaceGUIMacroDesc("Control",&ins->std.ex3Macro,0,4,64,uiColors[GUI_COLOR_MACRO_OTHER],false,NULL,NULL,true,suControlBits));
|
||||
macroList.push_back(FurnaceGUIMacroDesc("Phase Reset Timer",&ins->std.ex4Macro,0,65535,160,uiColors[GUI_COLOR_MACRO_OTHER])); // again reuse code from resonance macro but use ex4 instead
|
||||
}
|
||||
|
||||
drawMacros(macroList);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue