Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ HasSolo
Method
HasSolo
src/MixerBoard.cpp:1107–1111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1105
}
1106
1107
bool MixerBoard::HasSolo()
1108
{
1109
return
1110
!(mTracks->Any<PlayableTrack>() + &PlayableTrack::GetSolo).empty();
1111
}
1112
1113
void MixerBoard::RefreshTrackClusters(bool bEraseBackground /*= true*/)
1114
{
Callers
1
UpdateMeter
Method · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected