Home
last modified time | relevance | path

Searched refs:sampleEditorShown (Results 1 – 8 of 8) sorted by relevance

/dports/audio/fasttracker2/ft2-clone-1.49/src/
H A Dft2_keyboard.c363 if (ui.sampleEditorShown) in handleKeys()
785 if (ui.sampleEditorShown) in checkModifiedKeys()
798 if (ui.sampleEditorShown) in checkModifiedKeys()
828 if (ui.sampleEditorShown) in checkModifiedKeys()
847 if (ui.sampleEditorShown) in checkModifiedKeys()
1042 if (ui.sampleEditorShown) in checkModifiedKeys()
1061 if (ui.sampleEditorShown) in checkModifiedKeys()
1109 if (ui.sampleEditorShown) in checkModifiedKeys()
1118 if (ui.sampleEditorShown) in checkModifiedKeys()
1156 if (ui.sampleEditorShown) in checkModifiedKeys()
[all …]
H A Dft2_mouse.c512 if (ui.sampleEditorShown) in mouseWheelHandler()
526 if (ui.sampleEditorShown && mouse.y >= 174 && mouse.y <= 327 && ui.sampleDataOrLoopDrag == -1) in testSamplerDataMouseDown()
584 if (ui.sampleEditorShown) in mouseButtonUpHandler()
601 if (ui.sampleEditorShown) in mouseButtonUpHandler()
H A Dft2_structs.h56 bool patternEditorShown, instEditorShown, sampleEditorShown, pattChanScrollShown; member
H A Dft2_sample_ed.c613 if (!ui.sampleEditorShown) in fixLoopGadgets()
1353 if (ui.sampleEditorShown) in writeSample()
1358 if (ui.sampleEditorShown) in writeSample()
1364 if (ui.sampleEditorShown) in writeSample()
1383 if (ui.sampleEditorShown) in writeSample()
1390 if (ui.sampleEditorShown) in writeSample()
1400 if (ui.sampleEditorShown) in writeSample()
1449 if (!ui.sampleEditorShown) in updateSampleEditor()
2951 ui.sampleEditorShown = true; in showSampleEditor()
3018 if (ui.sampleEditorShown) in toggleSampleEditor()
[all …]
H A Dft2_pattern_ed.c615 ui._sampleEditorShown = ui.sampleEditorShown; in patternEditorExtended()
698 ui.sampleEditorShown = ui._sampleEditorShown; in exitPatternEditorExtended()
1448 if (ui.sampleEditorShown || ui.instEditorShown) in jumpToChannel()
2624 if (ui.sampleEditorShown) in zapInstrs()
H A Dft2_inst_ed.c382 if (ui.sampleEditorShown) in updateNewSample()
401 if (ui.sampleEditorShown) in updateNewInstrument()
2265 if (ui.sampleEditorShown) hideSampleEditor(); in showInstEditor()
2383 if (ui.sampleEditorShown) in toggleInstEditor()
2775 if (ui.sampleEditorShown) updateSampleEditor(); in testInstrSwitcherNormal()
H A Dft2_video.c1101 else if (ui.sampleEditorShown) in handleRedrawing()
H A Dft2_gui.c1390 else if (ui.sampleEditorShown) in showBottomScreen()