|
Zrythm
a highly automated and intuitive digital audio workstation
|
Action for channel send changes. More...
#include <actions/channel_send_action.h>

Data Fields | |
| UndoableAction | parent_instance |
| ChannelSend * | send_before |
| float | amount |
| PortIdentifier * | l_id |
| Target port identifiers. | |
| PortIdentifier * | r_id |
| PortIdentifier * | midi_id |
| PortConnectionsManager * | connections_mgr_before |
| A clone of the port connections at the start of the action. | |
| PortConnectionsManager * | connections_mgr_after |
| A clone of the port connections after applying the action. | |
| ChannelSendActionType | type |
| Action type. | |
Action for channel send changes.
Definition at line 30 of file channel_send_action.h.
| float ChannelSendAction::amount |
Definition at line 36 of file channel_send_action.h.
| PortConnectionsManager* ChannelSendAction::connections_mgr_after |
A clone of the port connections after applying the action.
Definition at line 49 of file channel_send_action.h.
| PortConnectionsManager* ChannelSendAction::connections_mgr_before |
A clone of the port connections at the start of the action.
Definition at line 45 of file channel_send_action.h.
| PortIdentifier* ChannelSendAction::l_id |
Target port identifiers.
Definition at line 39 of file channel_send_action.h.
| PortIdentifier* ChannelSendAction::midi_id |
Definition at line 41 of file channel_send_action.h.
| UndoableAction ChannelSendAction::parent_instance |
Definition at line 32 of file channel_send_action.h.
| PortIdentifier* ChannelSendAction::r_id |
Definition at line 40 of file channel_send_action.h.
| ChannelSend* ChannelSendAction::send_before |
Definition at line 34 of file channel_send_action.h.
| ChannelSendActionType ChannelSendAction::type |
Action type.
Definition at line 52 of file channel_send_action.h.