Home
last modified time | relevance | path

Searched refs:sampleEditorExtShown (Results 1 – 7 of 7) 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.c1091 ui.sampleEditorExtShown = false; in showTopLeftMainScreen()
1105 case 2: ui.sampleEditorExtShown = true; break; in showTopLeftMainScreen()
1203 if (ui.sampleEditorExtShown) drawSampleEditorExt(); in showTopLeftMainScreen()
1323 else if (ui.sampleEditorExtShown) ui.oldTopLeftScreen = 2; in setOldTopLeftScreenFlag()
H A Dft2_keyboard.c1017 if (ui.sampleEditorExtShown) hideSampleEditorExt(); in checkModifiedKeys()
1167 if (ui.sampleEditorExtShown) hideSampleEditorExt(); in checkModifiedKeys()
H A Dft2_sample_ed.c2938 if (ui.sampleEditorExtShown) in exitSampleEditor()
3489 ui.sampleEditorExtShown = true; in showSampleEditorExt()
3496 ui.sampleEditorExtShown = false; in hideSampleEditorExt()
3517 if (ui.sampleEditorExtShown) in toggleSampleEditorExt()
H A Dft2_video.c1089 if (ui.sampleEditorExtShown) in handleRedrawing()
H A Dft2_pattern_ed.c613 ui._sampleEditorExtShown = ui.sampleEditorExtShown; in patternEditorExtended()
696 ui.sampleEditorExtShown = ui._sampleEditorExtShown; in exitPatternEditorExtended()
H A Dft2_inst_ed.c2266 if (ui.sampleEditorExtShown) hideSampleEditorExt(); in showInstEditor()