Wayverb
wayverb::core::cl_representation< waveguide::coefficients_biquad > Struct Template Referencefinal

Static Public Attributes

static const std::string value
 

Member Data Documentation

Initial value:
{
R"(
typedef struct {
filt_real b[)" +
std::to_string(waveguide::coefficients_biquad::order + 1) +
R"(];
filt_real a[)" +
std::to_string(waveguide::coefficients_biquad::order + 1) +
R"(];
} coefficients_)" +
std::to_string(waveguide::coefficients_biquad::order) + R"(;
typedef coefficients_)" +
std::to_string(waveguide::coefficients_biquad::order) +
R"( coefficients_biquad;
)"}

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