Home
last modified time | relevance | path

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

/dports/audio/mixxx/mixxx-2.3.0/src/preferences/dialog/
H A Ddlgprefcolors.cpp121 int hotcueDefaultColorIndex = m_pConfig->getValue( in loadSettings() local
123 if (hotcueDefaultColorIndex < 0 || in loadSettings()
124 hotcueDefaultColorIndex >= hotcuePalette.size()) { in loadSettings()
125 hotcueDefaultColorIndex = in loadSettings()
129 hotcueDefaultColorIndex + 1); in loadSettings()
/dports/audio/mixxx/mixxx-2.3.0/src/engine/controls/
H A Dcuecontrol.cpp712 …int hotcueDefaultColorIndex = m_pConfig->getValue(ConfigKey("[Controls]", "HotcueDefaultColorIndex… in hotcueSet() local
713 if (hotcueDefaultColorIndex < 0 || hotcueDefaultColorIndex >= hotcueColorPalette.size()) { in hotcueSet()
714hotcueDefaultColorIndex = hotcueColorPalette.size() - 1; // default to last color (orange) in hotcueSet()
716 pCue->setColor(hotcueColorPalette.at(hotcueDefaultColorIndex)); in hotcueSet()