Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
CurveOptions Struct Reference

Curve options. More...

#include <dsp/curve.h>

Data Fields

int schema_version
 
CurveAlgorithm algo
 Curve algorithm to use.
 
double curviness
 Curviness between -1 and 1, where < 0 tils downwards, > 0 tilts upwards and 0 is a straight line.
 

Detailed Description

Curve options.

Definition at line 108 of file curve.h.

Field Documentation

◆ algo

CurveAlgorithm CurveOptions::algo

Curve algorithm to use.

Definition at line 113 of file curve.h.

◆ curviness

double CurveOptions::curviness

Curviness between -1 and 1, where < 0 tils downwards, > 0 tilts upwards and 0 is a straight line.

Definition at line 117 of file curve.h.

◆ schema_version

int CurveOptions::schema_version

Definition at line 110 of file curve.h.


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