Ardour  9.0-pre0-350-gf17a656217
smf_tempo_struct Struct Reference

#include <smf.h>

Public Attributes

size_t time_pulses
 
int microseconds_per_quarter_note
 
int numerator
 
int denominator
 
int clocks_per_click
 
int notes_per_note
 

Detailed Description

Describes a single tempo or time signature change.

Definition at line 264 of file smf.h.

Member Data Documentation

◆ clocks_per_click

int smf_tempo_struct::clocks_per_click

Definition at line 269 of file smf.h.

◆ denominator

int smf_tempo_struct::denominator

Definition at line 268 of file smf.h.

◆ microseconds_per_quarter_note

int smf_tempo_struct::microseconds_per_quarter_note

Definition at line 266 of file smf.h.

◆ notes_per_note

int smf_tempo_struct::notes_per_note

Definition at line 270 of file smf.h.

◆ numerator

int smf_tempo_struct::numerator

Definition at line 267 of file smf.h.

◆ time_pulses

size_t smf_tempo_struct::time_pulses

Definition at line 265 of file smf.h.


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