#include <logcurve.h>
|
| Glib::Threads::Mutex | lock |
| |
|
| float | a |
| |
| float | b |
| |
| float | S |
| |
| uint32_t | l |
| |
Definition at line 32 of file logcurve.h.
◆ LogCurve()
| ARDOUR::LogCurve::LogCurve |
( |
float |
steepness = 0.2, |
|
|
uint32_t |
len = 0 |
|
) |
| |
|
inline |
◆ fill()
| void ARDOUR::LogCurve::fill |
( |
float * |
vec, |
|
|
uint32_t |
veclen, |
|
|
bool |
invert |
|
) |
| const |
|
inline |
◆ invert_value() [1/2]
| float ARDOUR::LogCurve::invert_value |
( |
float |
frac | ) |
const |
|
inline |
◆ invert_value() [2/2]
| float ARDOUR::LogCurve::invert_value |
( |
uint32_t |
pos | ) |
const |
|
inline |
◆ length()
| uint32_t ARDOUR::LogCurve::length |
( |
| ) |
const |
|
inline |
◆ operator!=()
| bool ARDOUR::LogCurve::operator!= |
( |
const LogCurve & |
other | ) |
const |
|
inline |
◆ operator==()
| bool ARDOUR::LogCurve::operator== |
( |
const LogCurve & |
other | ) |
const |
|
inline |
◆ set_length()
| void ARDOUR::LogCurve::set_length |
( |
uint32_t |
len | ) |
|
|
inline |
◆ set_steepness()
| void ARDOUR::LogCurve::set_steepness |
( |
float |
steepness | ) |
|
|
inline |
◆ steepness()
| float ARDOUR::LogCurve::steepness |
( |
| ) |
const |
|
inline |
◆ value() [1/2]
| float ARDOUR::LogCurve::value |
( |
float |
frac | ) |
const |
|
inline |
◆ value() [2/2]
| float ARDOUR::LogCurve::value |
( |
uint32_t |
pos | ) |
const |
|
inline |
| float ARDOUR::LogCurve::a |
|
protected |
| float ARDOUR::LogCurve::b |
|
protected |
| uint32_t ARDOUR::LogCurve::l |
|
protected |
◆ lock
| Glib::Threads::Mutex ARDOUR::LogCurve::lock |
|
mutable |
| float ARDOUR::LogCurve::S |
|
protected |
The documentation for this class was generated from the following file: