10#ifndef __AUDIO_PORT_CONNECTION_H__
11#define __AUDIO_PORT_CONNECTION_H__
13#include "zrythm-config.h"
71port_connection_update (
81port_connection_print_to_str (
NONNULL PortConnection * port_connection_clone(const PortConnection *src)
To be used during serialization.
NONNULL void port_connection_free(PortConnection *self)
Deletes port, doing required cleanup and updating counters.
A connection between two ports.
bool enabled
Whether the connection is enabled.
float multiplier
Multiplier to apply, where applicable.
bool locked
Whether the connection can be removed or the multiplier edited by the user.
float base_value
Used for CV -> control port connections.
Struct used to identify Ports in the project.