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

Used for queueing changes to be applied during processing. More...

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

Data Fields

PortIdentifier::Flags flag {}
 Flag to identify the port the change is for.
float real_val = 0.0f
 Real (not normalized) value to set.
int ival = 0
 Integer val.

Detailed Description

Used for queueing changes to be applied during processing.

Used only for non-plugin ports such as BPM and time signature.

Definition at line 42 of file control_port.h.

Field Documentation

◆ flag

PortIdentifier::Flags ControlPort::ChangeEvent::flag {}

Flag to identify the port the change is for.

See also
BPM.

Definition at line 49 of file control_port.h.

◆ ival

int ControlPort::ChangeEvent::ival = 0

Integer val.

Definition at line 55 of file control_port.h.

◆ real_val

float ControlPort::ChangeEvent::real_val = 0.0f

Real (not normalized) value to set.

Definition at line 52 of file control_port.h.


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