Home
last modified time | relevance | path

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

/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Dticksynth.h63 inline virtual bool soloMode() const { return false; } in soloMode() function
H A Dtrack.h289 virtual bool soloMode() const { return _soloRefCnt; } in soloMode() function
/dports/comms/cubicsdr/CubicSDR-0248e5a/src/visual/
H A DPrimaryGLContext.cpp106 bool soloMode = wxGetApp().getSoloMode(); in DrawDemodInfo() local
108 bool isSolo = soloMode && demod == wxGetApp().getDemodMgr().getCurrentModem(); in DrawDemodInfo()
116 } else if (soloMode) { in DrawDemodInfo()
/dports/comms/cubicsdr/CubicSDR-0248e5a/src/
H A DCubicSDR.cpp219 soloMode.store(false); in CubicSDR()
1101 soloMode.store(solo); in setSoloMode()
1105 return soloMode.load(); in getSoloMode()
H A DCubicSDR.h249 std::atomic_bool soloMode; variable
H A DAppFrame.cpp2569 int soloMode = soloModeButton->getSelection(); local
2571 if (soloMode == 1) {
2578 if (wxGetApp().getSoloMode() != (soloMode == 1)) {
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/arranger/
H A Dtlist.cpp845 setTo = !(*t)->soloMode(); in soloSelectedTracksSlot()