Home
last modified time | relevance | path

Searched refs:PB_RANGE1 (Results 1 – 2 of 2) sorted by relevance

/dports/audio/fasttracker2/ft2-clone-1.49/src/
H A Dft2_pushbuttons.h73 PB_RANGE1, enumerator
H A Dft2_pattern_ed.c540 p = &pushButtons[PB_RANGE1]; in updatePatternEditorGUI()
592 p = &pushButtons[PB_RANGE1]; in updatePatternEditorGUI()
2367 showPushButton(PB_RANGE1 + i + (editor.instrBankSwapped * 8)); in showInstrumentSwitcher()
2375 hidePushButton(PB_RANGE1 + i); in hideInstrumentSwitcher()
2405 hidePushButton(PB_RANGE1 + i + (!editor.instrBankSwapped * 8)); in pbSwapInstrBank()
2406 showPushButton(PB_RANGE1 + i + ( editor.instrBankSwapped * 8)); in pbSwapInstrBank()