GUI: add "create wave from selection" option

in sample editor
This commit is contained in:
tildearrow 2022-08-31 03:34:13 -05:00
parent 16eba9ec96
commit a33e6e3989
4 changed files with 31 additions and 0 deletions

View file

@ -525,6 +525,7 @@ enum FurnaceGUIActions {
GUI_ACTION_SAMPLE_ZOOM_AUTO,
GUI_ACTION_SAMPLE_MAKE_INS,
GUI_ACTION_SAMPLE_SET_LOOP,
GUI_ACTION_SAMPLE_CREATE_WAVE,
GUI_ACTION_SAMPLE_MAX,
GUI_ACTION_ORDERS_MIN,