|
Zrythm
a highly automated and intuitive digital audio workstation
|


Go to the source code of this file.
Data Structures | |
| struct | PortConnection |
| A connection between two ports. More... | |
Functions | |
| PortConnection * | port_connection_new (const PortIdentifier *src, const PortIdentifier *dest, float multiplier, bool locked, bool enabled) |
| NONNULL void | port_connection_update (PortConnection *self, float multiplier, bool locked, bool enabled) |
| NONNULL bool | port_connection_is_send (const PortConnection *self) |
| NONNULL void | port_connection_print_to_str (const PortConnection *self, char *buf, size_t buf_sz) |
| NONNULL void | port_connection_print (const PortConnection *self) |
| 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. | |
Port connection.
Definition in file port_connection.h.