Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
ControlPort::ScalePoint Struct Reference

Scale point. More...

#include <src/gui/dsp/control_port.h>

Collaboration diagram for ControlPort::ScalePoint:

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)

Detailed Description

Scale point.

Definition at line 61 of file control_port.h.

Constructor & Destructor Documentation

◆ ScalePoint()

ControlPort::ScalePoint::ScalePoint ( float val,
utils::Utf8String label )
inline

Definition at line 66 of file control_port.h.

◆ operator<=>

auto operator<=> ( const ScalePoint & lhs,
const ScalePoint & rhs )
friend

Definition at line 71 of file control_port.h.

◆ operator==

bool operator== ( const ScalePoint & lhs,
const ScalePoint & rhs )
friend

Definition at line 76 of file control_port.h.

Field Documentation

◆ label_

utils::Utf8String ControlPort::ScalePoint::label_

Definition at line 64 of file control_port.h.

◆ val_

float ControlPort::ScalePoint::val_

Definition at line 63 of file control_port.h.


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