PortConnection struct
#include <audio/port_connection.h>
A connection between two ports.
Contents
- Reference
Public variables
- float multiplier
- Multiplier to apply, where applicable.
- bool locked
- Whether the connection can be removed or the multiplier edited by the user.
- bool enabled
- Whether the connection is enabled.
- float base_value
- Used for CV -> control port connections.
Variable documentation
bool PortConnection:: locked
Whether the connection can be removed or the multiplier edited by the user.
Ignored when connecting things internally and only used to deter the user from breaking necessary connections.
bool PortConnection:: enabled
Whether the connection is enabled.