Home
last modified time | relevance | path

Searched refs:getCurrentPatternIndex (Results 1 – 7 of 7) sorted by relevance

/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/
H A DPlayerLogic.cpp76 tracker.playerController->playPattern(tracker.moduleEditor->getCurrentPatternIndex(), in playPattern()
93 tracker.playerController->setCurrentPatternIndex(tracker.moduleEditor->getCurrentPatternIndex()); in playPosition()
102 tracker.playerController->playPattern(tracker.moduleEditor->getCurrentPatternIndex(), in playPosition()
141 …derlistPattern() ? tracker.getOrderListBoxIndex() : tracker.moduleEditor->getCurrentPatternIndex(); in storePosition()
219 tracker.playerController->playPattern(tracker.moduleEditor->getCurrentPatternIndex(), \
237 tracker.playerController->setNextPatternToPlay(tracker.moduleEditor->getCurrentPatternIndex()); in continuePlayingPattern()
243 tracker.playerController->playPattern(tracker.moduleEditor->getCurrentPatternIndex(), in continuePlayingPattern()
H A DTrackerKeyboard.cpp380 playerController->playPattern(moduleEditor->getCurrentPatternIndex(), in eventKeyDownBinding_PlayPatternFromFIRSTQUARTER()
397 playerController->playPattern(moduleEditor->getCurrentPatternIndex(), in eventKeyDownBinding_PlayPatternFromSECONDQUARTER()
414 playerController->playPattern(moduleEditor->getCurrentPatternIndex(), in eventKeyDownBinding_PlayPatternFromTHIRDQUARTER()
520 if (moduleEditor->getCurrentPatternIndex() < 255) in eventKeyDownBinding_NextPattern()
522 moduleEditor->setCurrentPatternIndex(moduleEditor->getCurrentPatternIndex()+1); in eventKeyDownBinding_NextPattern()
535 if (moduleEditor->getCurrentPatternIndex() > 0) in eventKeyDownBinding_PreviousPattern()
537 moduleEditor->setCurrentPatternIndex(moduleEditor->getCurrentPatternIndex()-1); in eventKeyDownBinding_PreviousPattern()
H A DRecPosProvider.cpp71 pp_int32 patIndex = moduleEditor->getCurrentPatternIndex(); in getPosition()
H A DTrackerUpdate.cpp395 …>getControlByID(STATICTEXT_PATTERN_INDEX))->setHexValue(moduleEditor->getCurrentPatternIndex(), 2); in updatePatternIndex()
401 staticText->setHexValue(moduleEditor->getCurrentPatternIndex(), 2); in updatePatternIndex()
736 if (moduleEditor->getCurrentPatternIndex() == moduleEditor->getOrderPosition(pos)) in updateSongPosition()
749 if (playerController->isPlayingPattern(moduleEditor->getCurrentPatternIndex())) in updateSongPosition()
H A DModuleEditor.h162 mp_sint32 getCurrentPatternIndex() const { return currentPatternIndex; } in getCurrentPatternIndex() function
H A DModuleEditor.cpp197 pattern == &module->phead[getCurrentPatternIndex()]) in reloadCurrentPattern()
200 patternEditor->attachPattern(getPattern(getCurrentPatternIndex()), module); in reloadCurrentPattern()
H A DTracker.cpp1110 …getPatternEditor()->resizePattern(moduleEditor->getPattern(moduleEditor->getCurrentPatternIndex())… in handleEvent()
1117 …getPatternEditor()->resizePattern(moduleEditor->getPattern(moduleEditor->getCurrentPatternIndex())… in handleEvent()