MCPcopy Create free account
hub / github.com/audacity/audacity / SetTracks

Method SetTracks

libraries/lib-effects/EffectBase.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41EffectBase::~EffectBase() = default;
42
43void EffectBase::SetTracks(TrackList *pTracks)
44{
45 mTracks = pTracks ? pTracks->shared_from_this() : nullptr;
46}
47
48double EffectBase::GetDefaultDuration()
49{

Callers 2

PromptUserMethod · 0.80
doPerformEffectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected