colored text, arrays instead of many vars
This commit is contained in:
parent
5c5ccbeb72
commit
2c3bacbd3b
5 changed files with 48 additions and 52 deletions
|
|
@ -208,6 +208,32 @@ const char* resampleStrats[]={
|
|||
"best possible"
|
||||
};
|
||||
|
||||
const FurnaceGUIColors fxColorsSort[]={//used for sorting
|
||||
GUI_COLOR_PATTERN_EFFECT_PITCH,
|
||||
GUI_COLOR_PATTERN_EFFECT_SONG,
|
||||
GUI_COLOR_PATTERN_EFFECT_TIME,
|
||||
GUI_COLOR_PATTERN_EFFECT_SPEED,
|
||||
GUI_COLOR_PATTERN_EFFECT_PANNING,
|
||||
GUI_COLOR_PATTERN_EFFECT_VOLUME,
|
||||
GUI_COLOR_PATTERN_EFFECT_SYS_PRIMARY,
|
||||
GUI_COLOR_PATTERN_EFFECT_SYS_SECONDARY,
|
||||
GUI_COLOR_PATTERN_EFFECT_MISC,
|
||||
GUI_COLOR_PATTERN_EFFECT_INVALID
|
||||
};
|
||||
|
||||
const char* fxColorsNames[]={
|
||||
"Pitch",
|
||||
"Song",
|
||||
"Time",
|
||||
"Speed",
|
||||
"Panning",
|
||||
"Volume",
|
||||
"System Primary",
|
||||
"System Secondary",
|
||||
"Miscellaneous",
|
||||
"Invalid"
|
||||
};
|
||||
|
||||
const FurnaceGUIColors fxColors[256]={
|
||||
GUI_COLOR_PATTERN_EFFECT_MISC, // 00
|
||||
GUI_COLOR_PATTERN_EFFECT_PITCH, // 01
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue