#include <DLS.h>
Inheritance diagram for DLS::Sampler:

Public Attributes | |
| uint8_t | UnityNote |
| int16_t | FineTune |
| int32_t | Gain |
| bool | NoSampleDepthTruncation |
| bool | NoSampleCompression |
| uint32_t | SampleLoops |
| Reflects the number of sample loops. | |
| sample_loop_t * | pSampleLoops |
| Points to the beginning of a sample loop array, or is NULL if there are no loops defined. | |
Protected Member Functions | |
| Sampler (RIFF::List *ParentList) | |
| virtual | ~Sampler () |
Protected Attributes | |
| uint32_t | SamplerOptions |
Definition at line 359 of file DLS.h.
|
|
|
Definition at line 209 of file DLS.cpp. References pSampleLoops. |
|
|
Definition at line 362 of file DLS.h. Referenced by PrintDimensionRegions(), and Sampler(). |
|
|
Definition at line 363 of file DLS.h. Referenced by gig::DimensionRegion::DimensionRegion(), PrintDimensionRegions(), and Sampler(). |
|
|
Definition at line 365 of file DLS.h. Referenced by Sampler(). |
|
|
Definition at line 364 of file DLS.h. Referenced by Sampler(). |
|
|
Points to the beginning of a sample loop array, or is NULL if there are no loops defined.
Definition at line 367 of file DLS.h. Referenced by Sampler(), and ~Sampler(). |
|
|
Reflects the number of sample loops.
Definition at line 366 of file DLS.h. Referenced by PrintRegions(), and Sampler(). |
|
|
Definition at line 369 of file DLS.h. Referenced by gig::DimensionRegion::DimensionRegion(), and Sampler(). |
|
|
Definition at line 361 of file DLS.h. Referenced by PrintDimensionRegions(), and Sampler(). |
1.4.5