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

Function TimeInvariantSnapFunction

libraries/lib-snapping/SnapUtils.cpp:286–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285
286std::unique_ptr<SnapRegistryItem> TimeInvariantSnapFunction(
287 const Identifier& functionId, const TranslatableString& label,
288 MultiplierFunctor functor)
289{
290 return std::make_unique<ProjectDependentMultiplierSnapItem>(
291 functionId, label, std::move(functor));
292}
293
294std::unique_ptr<SnapRegistryItem> TimeInvariantSnapFunction(
295 const Identifier& functionId, const TranslatableString& label,

Callers 3

Calls 1

moveFunction · 0.85

Tested by

no test coverage detected