Table of Contents

Enum NavGranularity

Namespace
Ofs
Assembly
Ofs.Api.dll

Which step a NavStep targets. A navigator may redefine one channel and Pass the rest back to the native (overlay / adjacent-action) resolution.

public enum NavGranularity

Fields

Frame = 0

The overlay grid (frame interval / tempo beat) — the ← / → keys.

Action = 1

The adjacent action on the active axis — the ↓ / ↑ keys.

ActionAllAxes = 2

The nearest adjacent action across all axes — the Ctrl+↓ / Ctrl+↑ keys.