add several TODO comments

self-note: check this one after you come back!
This commit is contained in:
tildearrow 2022-04-11 18:12:05 -05:00
parent b5472fb52e
commit 8407a7d3a4
10 changed files with 32 additions and 0 deletions

View file

@ -46,6 +46,9 @@
#define BIND_FOR(x) getKeyName(actionKeys[x],true).c_str()
// TODO:
// - add colors for FM envelope and waveform
// - maybe add "alternate" color for FM modulators/carriers (a bit difficult)
enum FurnaceGUIColors {
GUI_COLOR_BACKGROUND=0,
GUI_COLOR_FRAME_BACKGROUND,