DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
Loading...
Searching...
No Matches
dspark::Compressor< T >::FeedbackSolve Struct Reference

Semi-implicit solve result: stepped gain and the law's target. More...

#include <Compressor.h>

Collaboration diagram for dspark::Compressor< T >::FeedbackSolve:

Public Attributes

gain
 Blended gain (dB) after this sample's ballistics step.
 
target
 The element law's static target at the solved level.
 

Detailed Description

template<FloatType T>
struct dspark::Compressor< T >::FeedbackSolve

Semi-implicit solve result: stepped gain and the law's target.

Definition at line 1446 of file Compressor.h.

Member Data Documentation

◆ gain

template<FloatType T>
T dspark::Compressor< T >::FeedbackSolve::gain

Blended gain (dB) after this sample's ballistics step.

Definition at line 1448 of file Compressor.h.

◆ target

template<FloatType T>
T dspark::Compressor< T >::FeedbackSolve::target

The element law's static target at the solved level.

Definition at line 1449 of file Compressor.h.


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