text calc part 0
This commit is contained in:
parent
0381bd7d43
commit
1bf6385561
|
@ -233,6 +233,17 @@ const char* fxColorsNames[]={
|
||||||
"Miscellaneous"
|
"Miscellaneous"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const char* chanNames[]={
|
||||||
|
"FM",
|
||||||
|
"Pulse",
|
||||||
|
"Noise",
|
||||||
|
"Wavetable",
|
||||||
|
"Sample",
|
||||||
|
"Square",
|
||||||
|
"Channel", // if neither
|
||||||
|
"Channels"
|
||||||
|
};
|
||||||
|
|
||||||
const FurnaceGUIColors fxColors[256]={
|
const FurnaceGUIColors fxColors[256]={
|
||||||
GUI_COLOR_PATTERN_EFFECT_MISC, // 00
|
GUI_COLOR_PATTERN_EFFECT_MISC, // 00
|
||||||
GUI_COLOR_PATTERN_EFFECT_PITCH, // 01
|
GUI_COLOR_PATTERN_EFFECT_PITCH, // 01
|
||||||
|
|
|
@ -59,4 +59,5 @@ extern const int altValues[24];
|
||||||
extern const int vgmVersions[7];
|
extern const int vgmVersions[7];
|
||||||
extern const FurnaceGUIColors fxColors[256];
|
extern const FurnaceGUIColors fxColors[256];
|
||||||
extern const FurnaceGUIColors fxColorsSort[10];
|
extern const FurnaceGUIColors fxColorsSort[10];
|
||||||
extern const char* fxColorsNames[10];
|
extern const char* fxColorsNames[10];
|
||||||
|
extern const char* chanNames[];
|
Loading…
Reference in a new issue