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

Method Notify

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

Source from the content-addressed store, hash-verified

232}
233
234void Track::Notify(bool allChannels, int code)
235{
236 auto pList = mList.lock();
237 if (pList)
238 pList->DataEvent(SharedPointer(), allChannels, code);
239}
240
241void Track::SyncLockAdjust(double oldT1, double newT1)
242{

Callers

nothing calls this directly

Calls 3

SharedPointerFunction · 0.85
DataEventMethod · 0.80
lockMethod · 0.45

Tested by

no test coverage detected