20 #ifndef SOUND_SOUNDENVELOPE_H 21 #define SOUND_SOUNDENVELOPE_H 67 #endif // SOUND_SOUNDENVELOPE_H A sound envelope.
Definition: SoundEnvelope.h:38
Anonymous namespace for callbacks, local functions, event handlers etc.
Definition: dbus_ext.cpp:40
std::uint32_t m_mark44
Byte offset this envelope applies to.
Definition: SoundEnvelope.h:50
std::vector< SoundEnvelope > SoundEnvelopes
A vector of SoundEnvelope objects.
Definition: SoundEnvelope.h:60
std::uint16_t m_level1
Volume for the right channel (0..32768)
Definition: SoundEnvelope.h:56
std::uint16_t m_level0
Volume for the left channel (0..32768)
Definition: SoundEnvelope.h:53