20 #ifndef SOUND_SOUNDENVELOPE_H
21 #define SOUND_SOUNDENVELOPE_H
23 #include <boost/cstdint.hpp>
67 #endif // SOUND_SOUNDENVELOPE_H
A sound envelope.
Definition: SoundEnvelope.h:38
boost::uint32_t m_mark44
Byte offset this envelope applies to.
Definition: SoundEnvelope.h:50
boost::uint16_t m_level1
Volume for the right channel (0..32768)
Definition: SoundEnvelope.h:56
std::vector< SoundEnvelope > SoundEnvelopes
A vector of SoundEnvelope objects.
Definition: SoundEnvelope.h:60
boost::uint16_t m_level0
Volume for the left channel (0..32768)
Definition: SoundEnvelope.h:53