|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
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. | |
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.
| PortIdentifier::Flags ControlPort::ChangeEvent::flag {} |
Flag to identify the port the change is for.
Definition at line 49 of file control_port.h.
| int ControlPort::ChangeEvent::ival = 0 |
Integer val.
Definition at line 55 of file control_port.h.
| float ControlPort::ChangeEvent::real_val = 0.0f |
Real (not normalized) value to set.
Definition at line 52 of file control_port.h.