OpenGothic
Open source reimplementation of Gothic I and II
Loading...
Searching...
No Matches
Dx8::Track Class Referencefinal

#include <track.h>

Classes

class  Chord
 
class  CommandTrack
 
struct  StyleRef
 
struct  StyleTrack
 

Public Member Functions

 Track (Riff &input)
 

Public Attributes

DMUS_IO_TRACK_HEADER head
 
std::shared_ptr< StyleTracksttr
 
std::shared_ptr< Chordcord
 
std::shared_ptr< CommandTrackcmnd
 

Detailed Description

Definition at line 12 of file track.h.

Constructor & Destructor Documentation

◆ Track()

Track::Track ( Riff input)

Definition at line 83 of file track.cpp.

Member Data Documentation

◆ cmnd

std::shared_ptr<CommandTrack> Dx8::Track::cmnd

Definition at line 49 of file track.h.

◆ cord

std::shared_ptr<Chord> Dx8::Track::cord

Definition at line 48 of file track.h.

◆ head

DMUS_IO_TRACK_HEADER Dx8::Track::head

Definition at line 46 of file track.h.

◆ sttr

std::shared_ptr<StyleTrack> Dx8::Track::sttr

Definition at line 47 of file track.h.


The documentation for this class was generated from the following files: