mirror of
https://github.com/tildearrow/furnace.git
synced 2024-12-31 20:11:29 +00:00
GUI: TODO
This commit is contained in:
parent
c36d19f495
commit
b4127d7222
1 changed files with 2 additions and 0 deletions
|
@ -582,6 +582,8 @@ const char* ssgEnvTypes[8]={
|
|||
"Down Down Down", "Down.", "Down Up Down Up", "Down UP", "Up Up Up", "Up.", "Up Down Up Down", "Up DOWN"
|
||||
};
|
||||
|
||||
// TODO: BUTTONS TO SELECT BETWEEN 15 AND 31
|
||||
// AND DUTY TOO
|
||||
void FurnaceGUI::drawInsEdit() {
|
||||
if (!insEditOpen) return;
|
||||
if (ImGui::Begin("Instrument Editor",&insEditOpen,ImGuiWindowFlags_NoDocking)) {
|
||||
|
|
Loading…
Reference in a new issue