Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
Position Struct Reference

A Position is made up of bars.beats.sixteenths.ticks. More...

#include <dsp/position.h>

Data Fields

int schema_version
 
double ticks
 Precise total number of ticks.
 
signed_frame_t frames
 Position in frames (samples).
 

Detailed Description

A Position is made up of bars.beats.sixteenths.ticks.

Definition at line 128 of file position.h.

Field Documentation

◆ frames

signed_frame_t Position::frames

Position in frames (samples).

This should be used in most calculations.

Definition at line 140 of file position.h.

◆ schema_version

int Position::schema_version

Definition at line 130 of file position.h.

◆ ticks

double Position::ticks

Precise total number of ticks.

Definition at line 133 of file position.h.


The documentation for this struct was generated from the following file: