13#ifndef __GUI_WIDGETS_CHANNEL_SENDS_EXPANDER_H__
14#define __GUI_WIDGETS_CHANNEL_SENDS_EXPANDER_H__
18#include "gtk_wrapper.h"
20#define CHANNEL_SENDS_EXPANDER_WIDGET_TYPE \
21 (channel_sends_expander_widget_get_type ())
24 channel_sends_expander_widget,
26 CHANNEL_SENDS_EXPANDER_WIDGET,
38enum class ChannelSendsExpanderPosition
41 CSE_POSITION_INSPECTOR,
48typedef struct _ChannelSendsExpanderWidget
50 ExpanderBoxWidget parent_instance;
52 ChannelSendsExpanderPosition position;
56 GtkViewport * viewport;
83 ChannelSendsExpanderPosition position,
#define STRIP_SIZE
Number of plugin slots per channel.
Track to be inserted into the Project's Tracklist.