Tabula Sonora 0.1.0
A native C++20 implementation of the Roland Sound Canvas VA synth voice
Loading...
Searching...
No Matches
ts::ChorusPreset Struct Reference

Coefficients for one GS chorus type. More...

#include <tabulasonora/effect_presets.hpp>

Public Attributes

int lfo_increment = 0
double lpf_a = 0.0
double lpf_b = 0.0
int tap1_depth = 0
int tap1_base = 0
int tap2_depth = 0
int tap2_base = 0
double feedback = 0.0
double gain_write = 0.0
double gain_tap = 0.0

Detailed Description

Coefficients for one GS chorus type.

Member Data Documentation

◆ lfo_increment

int ts::ChorusPreset::lfo_increment = 0

◆ lpf_a

double ts::ChorusPreset::lpf_a = 0.0

◆ lpf_b

double ts::ChorusPreset::lpf_b = 0.0

◆ tap1_depth

int ts::ChorusPreset::tap1_depth = 0

◆ tap1_base

int ts::ChorusPreset::tap1_base = 0

◆ tap2_depth

int ts::ChorusPreset::tap2_depth = 0

◆ tap2_base

int ts::ChorusPreset::tap2_base = 0

◆ feedback

double ts::ChorusPreset::feedback = 0.0

◆ gain_write

double ts::ChorusPreset::gain_write = 0.0

◆ gain_tap

double ts::ChorusPreset::gain_tap = 0.0

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