SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
Loading...
Searching...
No Matches
sndpp::WAV::ChunkINST Struct Reference

#include <WAV.h>

Inheritance diagram for sndpp::WAV::ChunkINST:
Collaboration diagram for sndpp::WAV::ChunkINST:

Public Attributes

uint8_t unshiftedNote
 
int8_t fineTune
 
int8_t gain
 
uint8_t lowNote
 
uint8_t highNote
 
uint8_t lowVelocity
 
uint8_t highVelocity
 
- Public Attributes inherited from sndpp::WAV::ChunkBase
ChunkType type = ChunkType::JUNK
 

Additional Inherited Members

- Public Member Functions inherited from sndpp::WAV::ChunkBase
virtual ~ChunkBase ()=default
 

Detailed Description

Definition at line 148 of file WAV.h.

Member Data Documentation

◆ fineTune

int8_t sndpp::WAV::ChunkINST::fineTune

Definition at line 150 of file WAV.h.

◆ gain

int8_t sndpp::WAV::ChunkINST::gain

Definition at line 151 of file WAV.h.

◆ highNote

uint8_t sndpp::WAV::ChunkINST::highNote

Definition at line 153 of file WAV.h.

◆ highVelocity

uint8_t sndpp::WAV::ChunkINST::highVelocity

Definition at line 155 of file WAV.h.

◆ lowNote

uint8_t sndpp::WAV::ChunkINST::lowNote

Definition at line 152 of file WAV.h.

◆ lowVelocity

uint8_t sndpp::WAV::ChunkINST::lowVelocity

Definition at line 154 of file WAV.h.

◆ unshiftedNote

uint8_t sndpp::WAV::ChunkINST::unshiftedNote

Definition at line 149 of file WAV.h.


The documentation for this struct was generated from the following file: