dev123 - store sample loop mode
This commit is contained in:
parent
15df2ed6bf
commit
184a6bd6b2
4 changed files with 18 additions and 9 deletions
|
|
@ -106,10 +106,9 @@ struct DivSample {
|
|||
DivSampleDepth depth;
|
||||
bool loop;
|
||||
// valid values are:
|
||||
// - 0: No loop
|
||||
// - 1: Forward loop
|
||||
// - 2: Backward loop
|
||||
// - 3: Pingpong loop
|
||||
// - 0: Forward loop
|
||||
// - 1: Backward loop
|
||||
// - 2: Pingpong loop
|
||||
DivSampleLoopMode loopMode;
|
||||
|
||||
// these are the new data structures.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue