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

Method Get

libraries/lib-snapping/Snap.cpp:124–127  ·  view source on GitHub ↗

Return the time of the SnapPoint at a given index

Source from the content-addressed store, hash-verified

122
123// Return the time of the SnapPoint at a given index
124double SnapManager::Get(size_t index)
125{
126 return mSnapPoints[index].t;
127}
128
129// Returns the difference in time between t and the point at a given index
130wxInt64 SnapManager::PixelDiff(double t, size_t index)

Callers 15

SaveSettingsMethod · 0.45
ProcessMethod · 0.45
ProcessMethod · 0.45
ProcessOneMethod · 0.45
ProcessMethod · 0.45
ProcessMethod · 0.45
ProcessIndependentlyMethod · 0.45
ProcessAllMethod · 0.45
ProcessMethod · 0.45
ProcessMethod · 0.45
ProcessMethod · 0.45

Calls

no outgoing calls

Tested by 1

ClipFilledWithMethod · 0.36