10#ifndef __GUI_WIDGETS_CHANNEL_SLOT_H__
11#define __GUI_WIDGETS_CHANNEL_SLOT_H__
16#include "gtk_wrapper.h"
18#define CHANNEL_SLOT_WIDGET_TYPE (channel_slot_widget_get_type ())
36typedef struct _ChannelSlotWidget
38 GtkWidget parent_instance;
47 GtkGestureClick * click;
48 GtkGestureDrag * drag;
60 GtkGestureClick * right_mouse_mp;
62 PangoLayout * txt_layout;
81 GtkImage * bridge_icon;
36typedef struct _ChannelSlotWidget {
…};
100 bool open_plugin_inspector_on_click);
A Channel is part of a Track (excluding Tracks that don't have Channels) and contains information rel...
The base plugin Inheriting plugins must have this as a child.
Track to be inserted into the Project's Tracklist.