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

Method Create

libraries/lib-track/Track.cpp:330–333  ·  view source on GitHub ↗

Factory function

Source from the content-addressed store, hash-verified

328
329// Factory function
330TrackListHolder TrackList::Create(AudacityProject *pOwner)
331{
332 return std::make_shared<TrackList>(pOwner);
333}
334
335#if 0
336TrackList &TrackList::operator= (TrackList &&that)

Callers 4

DoEffectMethod · 0.45
MixAndRenderFunction · 0.45
GetSubImageWithAlphaFunction · 0.45
NewWaveTrackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected