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

Method OnNextFrame

src/menus/NavigationMenus.cpp:430–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428}
429
430void OnNextFrame(const CommandContext &context)
431{
432 auto &project = context.project;
433 NextOrPrevFrame(project, true);
434}
435
436// Handler state:
437bool mCircularTrackNavigation{};

Callers

nothing calls this directly

Calls 1

NextOrPrevFrameFunction · 0.85

Tested by

no test coverage detected