diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2019-10-10 17:31:35 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2019-10-14 22:04:13 +0200 |
commit | 05270cd4abe1cc61fb680b801676436f10069413 (patch) | |
tree | 7bf77d0753c8a9822c2a7ff06016c8f73cddb186 /src/DGDOM.h | |
parent | 1f7d744819968aec3c82035f730558cb73e0bd18 (diff) |
Added 'normalized' attribute to sample tag.
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 1adf391..b6c52ac 100644 --- a/src/DGDOM.h +++ b/src/DGDOM.h @@ -59,6 +59,7 @@ struct SampleDOM { std::string name; double power; // >= v2.0 only + bool normalized; // >= v2.0 only std::vector<AudioFileDOM> audiofiles; }; |