diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-01-26 20:31:31 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2022-02-05 12:34:49 +0100 |
commit | 47833d52f6e9f8d3d68d0b22ca8fd31dde09e4b1 (patch) | |
tree | 829c77c301e257174e5591a27e0870c05e89edec /src/DGDOM.h | |
parent | 235ad6fbbce2e0ae9e06db960a5ba3b099936ace (diff) |
Add positional information to drumkit xml and sample class.
Diffstat (limited to 'src/DGDOM.h')
-rw-r--r-- | src/DGDOM.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DGDOM.h b/src/DGDOM.h index 474b29c..a03f0ef 100644 --- a/src/DGDOM.h +++ b/src/DGDOM.h @@ -59,6 +59,7 @@ struct SampleDOM { std::string name; double power; // >= v2.0 only + double position; // >=v2.0 only bool normalized; // >= v2.0 only std::vector<AudioFileDOM> audiofiles; }; |