Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
ChannelSendAction Struct Reference

Action for channel send changes. More...

#include <actions/channel_send_action.h>

Collaboration diagram for ChannelSendAction:

Data Fields

UndoableAction parent_instance
 
ChannelSendsend_before
 
float amount
 
PortIdentifierl_id
 Target port identifiers.
 
PortIdentifierr_id
 
PortIdentifiermidi_id
 
PortConnectionsManagerconnections_mgr_before
 A clone of the port connections at the start of the action.
 
PortConnectionsManagerconnections_mgr_after
 A clone of the port connections after applying the action.
 
ChannelSendActionType type
 Action type.
 

Detailed Description

Action for channel send changes.

Definition at line 39 of file channel_send_action.h.

Field Documentation

◆ amount

float ChannelSendAction::amount

Definition at line 45 of file channel_send_action.h.

◆ connections_mgr_after

PortConnectionsManager* ChannelSendAction::connections_mgr_after

A clone of the port connections after applying the action.

Definition at line 58 of file channel_send_action.h.

◆ connections_mgr_before

PortConnectionsManager* ChannelSendAction::connections_mgr_before

A clone of the port connections at the start of the action.

Definition at line 54 of file channel_send_action.h.

◆ l_id

PortIdentifier* ChannelSendAction::l_id

Target port identifiers.

Definition at line 48 of file channel_send_action.h.

◆ midi_id

PortIdentifier* ChannelSendAction::midi_id

Definition at line 50 of file channel_send_action.h.

◆ parent_instance

UndoableAction ChannelSendAction::parent_instance

Definition at line 41 of file channel_send_action.h.

◆ r_id

PortIdentifier* ChannelSendAction::r_id

Definition at line 49 of file channel_send_action.h.

◆ send_before

ChannelSend* ChannelSendAction::send_before

Definition at line 43 of file channel_send_action.h.

◆ type

ChannelSendActionType ChannelSendAction::type

Action type.

Definition at line 61 of file channel_send_action.h.


The documentation for this struct was generated from the following file: