|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|

Data Fields | |
| int | schema_version |
| PortIdentifier_v1 * | src_id |
| PortIdentifier_v1 * | dest_id |
| float | multiplier |
| bool | locked |
| bool | enabled |
| float | base_value |
Definition at line 10 of file port_connection.h.
| float PortConnection_v1::base_value |
Definition at line 18 of file port_connection.h.
| PortIdentifier_v1* PortConnection_v1::dest_id |
Definition at line 14 of file port_connection.h.
| bool PortConnection_v1::enabled |
Definition at line 17 of file port_connection.h.
| bool PortConnection_v1::locked |
Definition at line 16 of file port_connection.h.
| float PortConnection_v1::multiplier |
Definition at line 15 of file port_connection.h.
| int PortConnection_v1::schema_version |
Definition at line 12 of file port_connection.h.
| PortIdentifier_v1* PortConnection_v1::src_id |
Definition at line 13 of file port_connection.h.