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

Function SnapToSamples

libraries/lib-snapping/details/TimeSnapFunctions.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16namespace
17{
18double SnapToSamples(const AudacityProject& project)
19{
20 return ProjectRate::Get(project).GetRate();
21}
22
23SnapRegistryItemRegistrator secondsAndSamples {
24 SnapFunctionItems("time",

Callers

nothing calls this directly

Calls 2

GetFunction · 0.85
GetRateMethod · 0.45

Tested by

no test coverage detected