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