#include <DLS.h>
Inheritance diagram for DLS::Resource:
Public Member Functions | |
Resource * | GetParent () |
Public Attributes | |
Info * | pInfo |
Points (in any case) to an Info object, providing additional, optional infos and comments. | |
dlsid_t * | pDLSID |
Points to a dlsid_t structure if the file provided a DLS ID else is NULL. | |
Protected Member Functions | |
Resource (Resource *Parent, RIFF::List *lstResource) | |
virtual | ~Resource () |
Protected Attributes | |
Resource * | pParent |
Definition at line 345 of file DLS.h.
|
Definition at line 162 of file DLS.cpp. References DLS::dlsid_t::abData, CHUNK_ID_DLID, RIFF::List::GetSubChunk(), pDLSID, pInfo, pParent, RIFF::Chunk::Read(), DLS::dlsid_t::ulData1, DLS::dlsid_t::usData2, and DLS::dlsid_t::usData3. |
|
|
|
Definition at line 350 of file DLS.h. References pParent. Referenced by DLS::Region::GetSample(), gig::Region::GetSampleFromWavePool(), and gig::Region::Region(). |
|
Points to a dlsid_t structure if the file provided a DLS ID else is NULL.
Definition at line 348 of file DLS.h. Referenced by Resource(), and ~Resource(). |
|
Points (in any case) to an Info object, providing additional, optional infos and comments.
Definition at line 347 of file DLS.h. Referenced by ExtractSamples(), main(), PrintDimensionRegions(), PrintInstruments(), PrintRegions(), PrintSamples(), Resource(), and ~Resource(). |
|
Definition at line 352 of file DLS.h. Referenced by GetParent(), and Resource(). |