Skip to content

EZ Web Audio / TransportPosition

Interface: TransportPosition

Defined in: packages/core/src/transport.ts:38

Musical time position reported by the Transport.

Properties

bar

bar: number

Defined in: packages/core/src/transport.ts:40

Current bar number (1-indexed)


beat

beat: number

Defined in: packages/core/src/transport.ts:42

Current beat within the bar (1-indexed)


seconds

seconds: number

Defined in: packages/core/src/transport.ts:46

Elapsed time in seconds since playback started


tick

tick: number

Defined in: packages/core/src/transport.ts:44

Current tick within the beat (0-indexed)