|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
Send target (used in list views). More...
#include <src/gui/dsp/channel_send.h>

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 |
Send target (used in list views).
Definition at line 45 of file channel_send.h.
|
inlinestatic |
Definition at line 62 of file channel_send.h.
| gui::old_dsp::plugins::Plugin::Uuid ChannelSendTarget::pl_id |
Definition at line 51 of file channel_send.h.
| utils::Utf8String ChannelSendTarget::port_group |
Definition at line 53 of file channel_send.h.
| int ChannelSendTarget::track_pos = 0 |
Definition at line 49 of file channel_send.h.
| ChannelSendTargetType ChannelSendTarget::type = {} |
Definition at line 47 of file channel_send.h.