downgrade .dmf to export status

This commit is contained in:
tildearrow 2024-03-17 13:14:50 -05:00
parent bf6d98d3c1
commit b253bd862b
3 changed files with 47 additions and 7 deletions

View file

@ -586,7 +586,8 @@ enum FurnaceGUIExportTypes {
GUI_EXPORT_ZSM,
GUI_EXPORT_CMD_STREAM,
GUI_EXPORT_AMIGA_VAL,
GUI_EXPORT_TEXT
GUI_EXPORT_TEXT,
GUI_EXPORT_DMF
};
enum FurnaceGUIFMAlgs {
@ -2462,6 +2463,7 @@ class FurnaceGUI {
// export options
int audioExportType;
int dmfExportVersion;
FurnaceGUIExportTypes curExportType;
void drawExportAudio(bool onWindow=false);
@ -2470,6 +2472,7 @@ class FurnaceGUI {
void drawExportAmigaVal(bool onWindow=false);
void drawExportText(bool onWindow=false);
void drawExportCommand(bool onWindow=false);
void drawExportDMF(bool onWindow=false);
void drawSSGEnv(unsigned char type, const ImVec2& size);
void drawWaveform(unsigned char type, bool opz, const ImVec2& size);