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