text calc part 0
This commit is contained in:
parent
0381bd7d43
commit
1bf6385561
2 changed files with 13 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue