allow loading wavetables
This commit is contained in:
parent
c82440a7bc
commit
186e491c59
5 changed files with 126 additions and 8 deletions
|
|
@ -3964,7 +3964,11 @@ bool FurnaceGUI::loop() {
|
|||
exportAudio(copyOfName,DIV_EXPORT_MODE_MANY_CHAN);
|
||||
break;
|
||||
case GUI_FILE_INS_OPEN:
|
||||
break;
|
||||
case GUI_FILE_WAVE_OPEN:
|
||||
e->addWaveFromFile(copyOfName.c_str());
|
||||
modified=true;
|
||||
break;
|
||||
case GUI_FILE_EXPORT_VGM:
|
||||
case GUI_FILE_EXPORT_ROM:
|
||||
showError("Coming soon!");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue