Home
last modified time | relevance | path

Searched refs:advEditShown (Results 1 – 6 of 6) sorted by relevance

/dports/audio/fasttracker2/ft2-clone-1.49/src/
H A Dft2_structs.h50 bool sampleEditorExtShown, advEditShown, wavRendererShown, trimScreenShown; member
H A Dft2_gui.c1094 ui.advEditShown = false; in showTopLeftMainScreen()
1108 case 5: ui.advEditShown = true; break; in showTopLeftMainScreen()
1206 else if (ui.advEditShown) drawAdvEdit(); in showTopLeftMainScreen()
1326 else if (ui.advEditShown) ui.oldTopLeftScreen = 5; in setOldTopLeftScreenFlag()
H A Dft2_pattern_ed.c194 ui.advEditShown = false; in hideAdvEdit()
230 ui.advEditShown = true; in showAdvEdit()
237 if (ui.advEditShown) in toggleAdvEdit()
616 ui._advEditShown= ui.advEditShown; in patternEditorExtended()
699 ui.advEditShown = ui._advEditShown; in exitPatternEditorExtended()
H A Dft2_keyboard.c1176 if (ui.advEditShown) hideAdvEdit(); in checkModifiedKeys()
H A Dft2_inst_ed.c407 if (ui.advEditShown) in updateNewInstrument()
2750 if (ui.advEditShown) in testInstrSwitcherNormal()
2827 if (ui.advEditShown) in testInstrSwitcherExtended()
2869 if (ui.advEditShown) in testInstrSwitcherExtended()
H A Dft2_replayer.c3196 if (ui.advEditShown) in decCurIns()
3216 if (ui.advEditShown) in incCurIns()