Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ SetSolo
Method
SetSolo
libraries/lib-playable-track/PlayableTrack.cpp:84–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
void MuteAndSolo::SetSolo(bool value)
85
{
86
mSolo.store(value, std::memory_order_relaxed);
87
}
88
}
89
90
Callers
5
DoSetSolo
Method · 0.80
DoTrackMute
Method · 0.80
DoTrackSolo
Method · 0.80
ApplyInner
Method · 0.80
MuteTracks
Function · 0.80
Calls
1
store
Method · 0.45
Tested by
no test coverage detected