MCPcopy 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
1107bool MixerBoard::HasSolo()
1108{
1109 return
1110 !(mTracks->Any<PlayableTrack>() + &PlayableTrack::GetSolo).empty();
1111}
1112
1113void MixerBoard::RefreshTrackClusters(bool bEraseBackground /*= true*/)
1114{

Callers 1

UpdateMeterMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected