Zrythm
a highly automated and intuitive digital audio workstation
|
Go to the source code of this file.
Data Structures | |
struct | ChannelSendsExpanderWidget |
A TwoColExpanderBoxWidget for showing the ports in the InspectorWidget. More... | |
Macros | |
#define | CHANNEL_SENDS_EXPANDER_WIDGET_TYPE (channel_sends_expander_widget_get_type ()) |
Typedefs | |
typedef struct _ChannelSendWidget | ChannelSendWidget |
Enumerations | |
enum class | ChannelSendsExpanderPosition { CSE_POSITION_CHANNEL , CSE_POSITION_INSPECTOR } |
Functions | |
G_DECLARE_FINAL_TYPE (ChannelSendsExpanderWidget, channel_sends_expander_widget, Z, CHANNEL_SENDS_EXPANDER_WIDGET, ExpanderBoxWidget) | |
void | channel_sends_expander_widget_refresh (ChannelSendsExpanderWidget *self) |
Refreshes each field. | |
void | channel_sends_expander_widget_setup (ChannelSendsExpanderWidget *self, ChannelSendsExpanderPosition position, Track *track) |
Sets up the ChannelSendsExpanderWidget. | |
Channel sends.
Definition in file channel_sends_expander.h.
#define CHANNEL_SENDS_EXPANDER_WIDGET_TYPE (channel_sends_expander_widget_get_type ()) |
Definition at line 20 of file channel_sends_expander.h.
typedef struct _ChannelSendWidget ChannelSendWidget |
Definition at line 30 of file channel_sends_expander.h.