GUI: add "create wave from selection" option
in sample editor
This commit is contained in:
parent
16eba9ec96
commit
a33e6e3989
4 changed files with 31 additions and 0 deletions
|
|
@ -1293,6 +1293,9 @@ void FurnaceGUI::drawSampleEdit() {
|
|||
if (ImGui::MenuItem("set loop to selection",BIND_FOR(GUI_ACTION_SAMPLE_SET_LOOP))) {
|
||||
doAction(GUI_ACTION_SAMPLE_SET_LOOP);
|
||||
}
|
||||
if (ImGui::MenuItem("create wavetable from selection",BIND_FOR(GUI_ACTION_SAMPLE_CREATE_WAVE))) {
|
||||
doAction(GUI_ACTION_SAMPLE_CREATE_WAVE);
|
||||
}
|
||||
ImGui::EndPopup();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue