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

#include <WAV.h>

Public Attributes

uint8_t unshiftedNote
int8_t fineTune
int8_t gain
uint8_t lowNote
uint8_t highNote
uint8_t lowVelocity
uint8_t highVelocity

Detailed Description

Definition at line 126 of file WAV.h.

Member Data Documentation

◆ fineTune

int8_t sndpp::WAV::ChunkINST::fineTune

Definition at line 128 of file WAV.h.

◆ gain

int8_t sndpp::WAV::ChunkINST::gain

Definition at line 129 of file WAV.h.

◆ highNote

uint8_t sndpp::WAV::ChunkINST::highNote

Definition at line 131 of file WAV.h.

◆ highVelocity

uint8_t sndpp::WAV::ChunkINST::highVelocity

Definition at line 133 of file WAV.h.

◆ lowNote

uint8_t sndpp::WAV::ChunkINST::lowNote

Definition at line 130 of file WAV.h.

◆ lowVelocity

uint8_t sndpp::WAV::ChunkINST::lowVelocity

Definition at line 132 of file WAV.h.

◆ unshiftedNote

uint8_t sndpp::WAV::ChunkINST::unshiftedNote

Definition at line 127 of file WAV.h.


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