Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
ChannelSendTarget Struct Reference

Send target (used in list views). More...

#include <src/gui/dsp/channel_send.h>

Collaboration diagram for ChannelSendTarget:

Public Member Functions

utils::Utf8String describe () const
 Returns a string describing this target (track/plugin name/etc.).
 
utils::Utf8String get_icon () const
 

Static Public Member Functions

static void free_func (void *target)
 

Data Fields

ChannelSendTargetType type = {}
 
int track_pos = 0
 
gui::old_dsp::plugins::Plugin::Uuid pl_id
 
utils::Utf8String port_group
 

Detailed Description

Send target (used in list views).

Definition at line 45 of file channel_send.h.

Member Function Documentation

◆ free_func()

static void ChannelSendTarget::free_func ( void * target)
inlinestatic

Definition at line 62 of file channel_send.h.

Field Documentation

◆ pl_id

gui::old_dsp::plugins::Plugin::Uuid ChannelSendTarget::pl_id

Definition at line 51 of file channel_send.h.

◆ port_group

utils::Utf8String ChannelSendTarget::port_group

Definition at line 53 of file channel_send.h.

◆ track_pos

int ChannelSendTarget::track_pos = 0

Definition at line 49 of file channel_send.h.

◆ type

ChannelSendTargetType ChannelSendTarget::type = {}

Definition at line 47 of file channel_send.h.


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