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

Channel send. More...

#include <dsp/channel_send.h>

Collaboration diagram for ChannelSend:

Data Fields

int schema_version
 
int slot
 Slot index in the channel sends.
 
StereoPortsstereo_in
 Stereo input if audio send.
 
Portmidi_in
 MIDI input if MIDI send.
 
StereoPortsstereo_out
 Stereo output if audio send.
 
Portmidi_out
 MIDI output if MIDI send.
 
Portamount
 Send amount (amplitude), 0 to 2 for audio, velocity multiplier for MIDI.
 
Portenabled
 Whether the send is currently enabled.
 
bool is_sidechain
 If the send is a sidechain.
 
Tracktrack
 Pointer back to owner track.
 
unsigned int track_name_hash
 Track name hash (used in actions).
 

Detailed Description

Channel send.

The actual connection is tracked separately by PortConnectionsManager.

Definition at line 93 of file channel_send.h.

Field Documentation

◆ amount

Port* ChannelSend::amount

Send amount (amplitude), 0 to 2 for audio, velocity multiplier for MIDI.

Definition at line 134 of file channel_send.h.

◆ enabled

Port* ChannelSend::enabled

Whether the send is currently enabled.

If enabled, corresponding connection(s) will exist in PortConnectionsManager.

Definition at line 142 of file channel_send.h.

◆ is_sidechain

bool ChannelSend::is_sidechain

If the send is a sidechain.

Definition at line 145 of file channel_send.h.

◆ midi_in

Port* ChannelSend::midi_in

MIDI input if MIDI send.

Prefader or fader MIDI out should connect here.

Definition at line 114 of file channel_send.h.

◆ midi_out

Port* ChannelSend::midi_out

MIDI output if MIDI send.

This should connect to the send destination, if any.

Definition at line 130 of file channel_send.h.

◆ schema_version

int ChannelSend::schema_version

Definition at line 95 of file channel_send.h.

◆ slot

int ChannelSend::slot

Slot index in the channel sends.

Definition at line 98 of file channel_send.h.

◆ stereo_in

StereoPorts* ChannelSend::stereo_in

Stereo input if audio send.

Prefader or fader stereo out should connect here.

Definition at line 106 of file channel_send.h.

◆ stereo_out

StereoPorts* ChannelSend::stereo_out

Stereo output if audio send.

This should connect to the send destination, if any.

Definition at line 122 of file channel_send.h.

◆ track

Track* ChannelSend::track

Pointer back to owner track.

Definition at line 148 of file channel_send.h.

◆ track_name_hash

unsigned int ChannelSend::track_name_hash

Track name hash (used in actions).

Definition at line 151 of file channel_send.h.


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