|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|

Public Member Functions | |
| CurvePreset (std::string id, QString label, zrythm::dsp::CurveOptions::Algorithm algo, double curviness) | |
Static Public Member Functions | |
| static std::vector< CurvePreset > | get_fade_presets () |
| Returns an array of CurveFadePreset. | |
Data Fields | |
| zrythm::dsp::CurveOptions | opts_ |
| std::string | id_ |
| QString | label_ |
Definition at line 13 of file curve_preset.h.
| std::string CurvePreset::id_ |
Definition at line 29 of file curve_preset.h.
| QString CurvePreset::label_ |
Definition at line 30 of file curve_preset.h.
| zrythm::dsp::CurveOptions CurvePreset::opts_ |
Definition at line 28 of file curve_preset.h.