ComSquare
Public Attributes | List of all members
ComSquare::APU::DSP::Latch Struct Reference

#include <DSP.hpp>

Collaboration diagram for ComSquare::APU::DSP::Latch:

Public Attributes

uint8_t adsr1
 Current voice's adsr1 in use. More...
 
uint8_t envx
 Envelope value register (ENVX) More...
 
uint8_t outx
 Wave height register (OUTX) More...
 
uint16_t pitch
 Current voice's pitch in use. More...
 
uint16_t output
 Output currently being modified. More...
 

Member Data Documentation

◆ adsr1

uint8_t ComSquare::APU::DSP::Latch::adsr1

Current voice's adsr1 in use.

◆ envx

uint8_t ComSquare::APU::DSP::Latch::envx

Envelope value register (ENVX)

◆ output

uint16_t ComSquare::APU::DSP::Latch::output

Output currently being modified.

◆ outx

uint8_t ComSquare::APU::DSP::Latch::outx

Wave height register (OUTX)

◆ pitch

uint16_t ComSquare::APU::DSP::Latch::pitch

Current voice's pitch in use.


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