MCPcopy 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
84void MuteAndSolo::SetSolo(bool value)
85{
86 mSolo.store(value, std::memory_order_relaxed);
87}
88}
89
90

Callers 5

DoSetSoloMethod · 0.80
DoTrackMuteMethod · 0.80
DoTrackSoloMethod · 0.80
ApplyInnerMethod · 0.80
MuteTracksFunction · 0.80

Calls 1

storeMethod · 0.45

Tested by

no test coverage detected