stuff
implement two systems and system vol/pan
This commit is contained in:
parent
177fe0fbdd
commit
2fcb474544
6 changed files with 72 additions and 15 deletions
|
|
@ -67,7 +67,8 @@ enum FurnaceGUIWindows {
|
|||
GUI_WINDOW_WAVE_LIST,
|
||||
GUI_WINDOW_WAVE_EDIT,
|
||||
GUI_WINDOW_SAMPLE_LIST,
|
||||
GUI_WINDOW_SAMPLE_EDIT
|
||||
GUI_WINDOW_SAMPLE_EDIT,
|
||||
GUI_WINDOW_MIXER
|
||||
};
|
||||
|
||||
enum FurnaceGUIFileDialogs {
|
||||
|
|
@ -168,6 +169,7 @@ class FurnaceGUI {
|
|||
int curIns, curWave, curSample, curOctave, oldRow, oldOrder, oldOrder1, editStep;
|
||||
bool editControlsOpen, ordersOpen, insListOpen, songInfoOpen, patternOpen, insEditOpen;
|
||||
bool waveListOpen, waveEditOpen, sampleListOpen, sampleEditOpen, aboutOpen, settingsOpen;
|
||||
bool mixerOpen;
|
||||
SelectionPoint selStart, selEnd, cursor;
|
||||
bool selecting, curNibble, extraChannelButtons, followOrders, followPattern, changeAllOrders;
|
||||
FurnaceGUIWindows curWindow;
|
||||
|
|
@ -224,6 +226,7 @@ class FurnaceGUI {
|
|||
void drawWaveEdit();
|
||||
void drawSampleList();
|
||||
void drawSampleEdit();
|
||||
void drawMixer();
|
||||
void drawAbout();
|
||||
void drawSettings();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue