dev123 - store sample loop mode

This commit is contained in:
tildearrow 2022-11-07 17:22:13 -05:00
parent 15df2ed6bf
commit 184a6bd6b2
4 changed files with 18 additions and 9 deletions

View file

@ -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.