mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-26 22:43:01 +00:00
GUI: custom icons for ADSR/LFO macro types
This commit is contained in:
parent
f03996ebd2
commit
0f2f11a056
1 changed files with 3 additions and 2 deletions
|
@ -23,6 +23,7 @@
|
|||
#include "imgui_internal.h"
|
||||
#include "../engine/macroInt.h"
|
||||
#include "IconsFontAwesome4.h"
|
||||
#include "furIcons.h"
|
||||
#include "misc/cpp/imgui_stdlib.h"
|
||||
#include "guiConst.h"
|
||||
#include "intConst.h"
|
||||
|
@ -211,8 +212,8 @@ enum FMParams {
|
|||
|
||||
const char* macroTypeLabels[4]={
|
||||
ICON_FA_BAR_CHART "##IMacroType",
|
||||
ICON_FA_AREA_CHART "##IMacroType",
|
||||
ICON_FA_LINE_CHART "##IMacroType",
|
||||
ICON_FUR_ADSR "##IMacroType",
|
||||
ICON_FUR_TRI "##IMacroType",
|
||||
ICON_FA_SIGN_OUT "##IMacroType"
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue