|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
Channel sends. More...

Go to the source code of this file.
Macros | |
| #define | CHANNEL_SENDS_EXPANDER_WIDGET_TYPE (channel_sends_expander_widget_get_type ()) |
Typedefs | |
| typedef struct _ChannelSendWidget | ChannelSendWidget |
| using | ChannelSendsExpanderWidget |
| A TwoColExpanderBoxWidget for showing the ports in the InspectorWidget. | |
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 19 of file channel_sends_expander.h.
| typedef struct _ChannelSendWidget ChannelSendWidget |
Definition at line 29 of file channel_sends_expander.h.