Searched refs:configSPAutoReset (Results 1 – 1 of 1) sorted by relevance
303 int configSPAutoReset = m_pConfig->getValue<int>( in DlgPrefDeck() local307 m_speedAutoReset = (configSPAutoReset==BaseTrackPlayer::RESET_SPEED || in DlgPrefDeck()308 configSPAutoReset==BaseTrackPlayer::RESET_PITCH_AND_SPEED); in DlgPrefDeck()309 m_pitchAutoReset = (configSPAutoReset==BaseTrackPlayer::RESET_PITCH || in DlgPrefDeck()310 configSPAutoReset==BaseTrackPlayer::RESET_PITCH_AND_SPEED); in DlgPrefDeck()707 int configSPAutoReset = BaseTrackPlayer::RESET_NONE; in slotApply() local710 configSPAutoReset = BaseTrackPlayer::RESET_PITCH_AND_SPEED; in slotApply()712 configSPAutoReset = BaseTrackPlayer::RESET_SPEED; in slotApply()714 configSPAutoReset = BaseTrackPlayer::RESET_PITCH; in slotApply()718 ConfigValue(configSPAutoReset)); in slotApply()