Ardour  9.0-pre0-582-g084a23a80d
PTFFormat::track_t Struct Reference

#include <ptformat.h>

Public Member Functions

bool operator< (const track_t &other) const
 
bool operator== (const track_t &other) const
 
 track_t (uint16_t idx=0)
 

Public Attributes

std::string name
 
uint16_t index
 
uint8_t playlist
 
region_t reg
 

Detailed Description

Definition at line 98 of file ptformat.h.

Constructor & Destructor Documentation

◆ track_t()

PTFFormat::track_t::track_t ( uint16_t  idx = 0)
inline

Definition at line 111 of file ptformat.h.

Member Function Documentation

◆ operator<()

bool PTFFormat::track_t::operator< ( const track_t other) const
inline

Definition at line 104 of file ptformat.h.

◆ operator==()

bool PTFFormat::track_t::operator== ( const track_t other) const
inline

Definition at line 108 of file ptformat.h.

Member Data Documentation

◆ index

uint16_t PTFFormat::track_t::index

Definition at line 100 of file ptformat.h.

◆ name

std::string PTFFormat::track_t::name

Definition at line 99 of file ptformat.h.

◆ playlist

uint8_t PTFFormat::track_t::playlist

Definition at line 101 of file ptformat.h.

◆ reg

region_t PTFFormat::track_t::reg

Definition at line 102 of file ptformat.h.


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