make a member of FurnaceGUI
This commit is contained in:
parent
594eb55942
commit
96ad124100
3 changed files with 6 additions and 2 deletions
|
|
@ -2267,6 +2267,9 @@ class FurnaceGUI {
|
|||
// tutorial
|
||||
int curTutorial, curTutorialStep;
|
||||
|
||||
//audio export types (export options)
|
||||
int audioExportType;
|
||||
|
||||
void drawSSGEnv(unsigned char type, const ImVec2& size);
|
||||
void drawWaveform(unsigned char type, bool opz, const ImVec2& size);
|
||||
void drawAlgorithm(unsigned char alg, FurnaceGUIFMAlgs algType, const ImVec2& size);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue