libgig
4.4.1
|
Defines Sample Loop Points. More...
#include <DLS.h>
Public Attributes | |
uint32_t | Size |
For internal usage only: usually reflects exactly sizeof(sample_loop_t) , otherwise if the value is larger then the DLS format was extended! | |
uint32_t | LoopType |
Defines how the waveform samples will be looped (appropriate loop types for the gig format are defined by gig::loop_type_t). | |
uint32_t | LoopStart |
The start value specifies the offset (in sample points) in the waveform data of the first sample point to be played in the loop. | |
uint32_t | LoopLength |
Length of the looping area (in sample points). | |