create sample from wavetable action
This commit is contained in:
parent
5a154eb7c9
commit
5f299996df
4 changed files with 41 additions and 0 deletions
|
|
@ -379,6 +379,13 @@ void FurnaceGUI::drawWaveEdit() {
|
|||
ImGui::EndPopup();
|
||||
}
|
||||
ImGui::SameLine();
|
||||
if (ImGui::Button(ICON_FA_UPLOAD)) {
|
||||
doAction(GUI_ACTION_WAVE_LIST_CREATE_SAMPLE);
|
||||
}
|
||||
if (ImGui::IsItemHovered()) {
|
||||
ImGui::SetTooltip(_("create sample from wavetable"));
|
||||
}
|
||||
ImGui::SameLine();
|
||||
|
||||
if (ImGui::RadioButton(_("Steps"),waveEditStyle==0)) {
|
||||
waveEditStyle=0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue