Zrythm
a highly automated and intuitive digital audio workstation
|
A Position is made up of bars.beats.sixteenths.ticks. More...
#include <dsp/position.h>
Data Fields | |
double | ticks |
Precise total number of ticks. | |
signed_frame_t | frames |
Position in frames (samples). | |
A Position is made up of bars.beats.sixteenths.ticks.
Definition at line 123 of file position.h.
signed_frame_t Position::frames |
Position in frames (samples).
This should be used in most calculations.
Definition at line 133 of file position.h.
double Position::ticks |
Precise total number of ticks.
Definition at line 126 of file position.h.