release v0.6pre2

This commit is contained in:
tildearrow 2022-12-24 23:39:44 -05:00
parent 8b3afabc2f
commit 618ff1d393
11 changed files with 30 additions and 15 deletions

View file

@ -4319,7 +4319,7 @@ void FurnaceGUI::drawInsEdit() {
}
}
ImGui::BeginDisabled(ins->amiga.useWave);
P(ImGui::Checkbox("Use sample map (does not work yet!)",&ins->amiga.useNoteMap));
P(ImGui::Checkbox("Use sample map",&ins->amiga.useNoteMap));
if (ins->amiga.useNoteMap) {
// TODO: frequency map?
if (ImGui::BeginTable("NoteMap",2,ImGuiTableFlags_ScrollY|ImGuiTableFlags_Borders|ImGuiTableFlags_SizingStretchSame)) {