|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
Scale point. More...
#include <src/gui/dsp/control_port.h>

Public Member Functions | |
| ScalePoint (float val, utils::Utf8String label) | |
Data Fields | |
| float | val_ |
| utils::Utf8String | label_ |
Friends | |
| auto | operator<=> (const ScalePoint &lhs, const ScalePoint &rhs) |
| bool | operator== (const ScalePoint &lhs, const ScalePoint &rhs) |
Scale point.
Definition at line 61 of file control_port.h.
|
inline |
Definition at line 66 of file control_port.h.
|
friend |
Definition at line 71 of file control_port.h.
|
friend |
Definition at line 76 of file control_port.h.
| utils::Utf8String ControlPort::ScalePoint::label_ |
Definition at line 64 of file control_port.h.
| float ControlPort::ScalePoint::val_ |
Definition at line 63 of file control_port.h.