libgig
3.3.0.svn21
|
Reflects the current playback state for a sample. More...
#include <SF.h>
Public Attributes | |
unsigned long | position |
Current position within the sample. More... | |
bool | reverse |
If playback direction is currently backwards (in case there is a pingpong or reverse loop defined). More... | |
unsigned long | loop_cycles_left |
How many times the loop has still to be passed, this value will be decremented with each loop cycle. More... | |
unsigned long sf2::Sample::PlaybackState::loop_cycles_left |
unsigned long sf2::Sample::PlaybackState::position |
Current position within the sample.
Definition at line 279 of file SF.h.
Referenced by sf2::Sample::ReadAndLoop().
bool sf2::Sample::PlaybackState::reverse |