rename Envelope release to Macro release
This commit is contained in:
parent
c9ff3af410
commit
fe07051f89
|
@ -1712,7 +1712,7 @@ void FurnaceGUI::drawSettings() {
|
||||||
ImGui::Text("%s",SDL_GetScancodeName((SDL_Scancode)i.scan));
|
ImGui::Text("%s",SDL_GetScancodeName((SDL_Scancode)i.scan));
|
||||||
ImGui::TableNextColumn();
|
ImGui::TableNextColumn();
|
||||||
if (i.val==102) {
|
if (i.val==102) {
|
||||||
snprintf(id,4095,"Envelope release##SNType_%d",i.scan);
|
snprintf(id,4095,"Macro release##SNType_%d",i.scan);
|
||||||
if (ImGui::Button(id)) {
|
if (ImGui::Button(id)) {
|
||||||
noteKeys[i.scan]=0;
|
noteKeys[i.scan]=0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue