#include <gig.h>
Public Attributes | |
unsigned long | position |
Current position within the sample. | |
bool | reverse |
If playback direction is currently backwards (in case there is a pingpong or reverse loop defined). | |
unsigned long | loop_cycles_left |
How many times the loop has still to be passed, this value will be decremented with each loop cycle. |
Definition at line 299 of file gig.h.
|
How many times the loop has still to be passed, this value will be decremented with each loop cycle.
Definition at line 302 of file gig.h. Referenced by gig::Sample::ReadAndLoop(). |
|
Current position within the sample.
Definition at line 300 of file gig.h. Referenced by gig::Sample::ReadAndLoop(). |
|
If playback direction is currently backwards (in case there is a pingpong or reverse loop defined).
Definition at line 301 of file gig.h. Referenced by gig::Sample::ReadAndLoop(). |