Home
last modified time | relevance | path

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

/dports/audio/mixxx/mixxx-2.3.0/src/preferences/dialog/
H A Ddlgprefdeck.cpp303 int configSPAutoReset = m_pConfig->getValue<int>( in DlgPrefDeck() local
307 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() local
710 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()