MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
MayaFlux::Nodes::Network::ResonatorNetwork::ResonatorNode Struct Reference

State of a single biquad bandpass resonator. More...

#include <ResonatorNetwork.hpp>

+ Collaboration diagram for MayaFlux::Nodes::Network::ResonatorNetwork::ResonatorNode:

Public Attributes

std::shared_ptr< Filters::IIRfilter
 Underlying biquad IIR.
 
double frequency
 Centre frequency (Hz)
 
double q
 Quality factor (dimensionless; higher = narrower bandwidth)
 
double gain
 Per-resonator output amplitude scale.
 
double last_output
 Most recent process_sample output.
 
size_t index
 Position in network.
 
std::shared_ptr< Nodeexciter
 Per-resonator exciter (nullptr = use network-level exciter)
 

Detailed Description

State of a single biquad bandpass resonator.

Definition at line 110 of file ResonatorNetwork.hpp.


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