GUI: channel customization, part 1
This commit is contained in:
parent
ca224632a1
commit
75bcad558a
6 changed files with 80 additions and 15 deletions
|
|
@ -161,6 +161,8 @@ enum FurnaceGUIColors {
|
|||
GUI_COLOR_INSTR_OPL_DRUMS,
|
||||
GUI_COLOR_INSTR_UNKNOWN,
|
||||
|
||||
GUI_COLOR_CHANNEL_BG,
|
||||
GUI_COLOR_CHANNEL_FG,
|
||||
GUI_COLOR_CHANNEL_FM,
|
||||
GUI_COLOR_CHANNEL_PULSE,
|
||||
GUI_COLOR_CHANNEL_NOISE,
|
||||
|
|
@ -1604,6 +1606,8 @@ class FurnaceGUI {
|
|||
|
||||
void updateWindowTitle();
|
||||
void prepareLayout();
|
||||
ImVec4 channelColor(int ch);
|
||||
ImVec4 channelTextColor(int ch);
|
||||
|
||||
void readOsc();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue