MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ set_all_q()

void MayaFlux::Nodes::Network::ResonatorNetwork::set_all_q ( double  q)

Set Q factor of all resonators uniformly.

Parameters
qNew quality factor

Definition at line 445 of file ResonatorNetwork.cpp.

446{
447 for (size_t i = 0; i < m_resonators.size(); ++i) {
448 set_q(i, q);
449 }
450}
double q
void set_q(size_t index, double q)
Set Q factor of a single resonator and recompute its coefficients.

References m_resonators, q, and set_q().

Referenced by apply_broadcast_parameter().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: