OpenTTD Source 20241224-master-gee860a5c8e
DLSFile::DLSInstrument Struct Reference

Instrument definition read from a DLS file. More...

Data Fields

INSTHEADER hdr
 
std::vector< CONNECTION > articulators
 
std::vector< DLSRegionregions
 

Detailed Description

Instrument definition read from a DLS file.

Definition at line 57 of file dmusic.cpp.

Field Documentation

◆ articulators

std::vector<CONNECTION> DLSFile::DLSInstrument::articulators

Definition at line 60 of file dmusic.cpp.

◆ hdr

INSTHEADER DLSFile::DLSInstrument::hdr

Definition at line 58 of file dmusic.cpp.

◆ regions

std::vector<DLSRegion> DLSFile::DLSInstrument::regions

Definition at line 61 of file dmusic.cpp.


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