Zrythm
a highly automated and intuitive digital audio workstation
|
Mixer widget. More...
#include "gui/widgets/main_window.h"
#include "gtk_wrapper.h"
Go to the source code of this file.
Data Structures | |
struct | MixerWidget |
Macros | |
#define | MIXER_WIDGET_TYPE (mixer_widget_get_type ()) |
#define | MW_MIXER MW_BOT_DOCK_EDGE->mixer |
Typedefs | |
typedef struct _DragDestBoxWidget | DragDestBoxWidget |
typedef struct _ChannelSlotWidget | ChannelSlotWidget |
typedef struct _AddTrackMenuButtonWidget | AddTrackMenuButtonWidget |
Functions | |
void | mixer_widget_setup (MixerWidget *self, Channel *master) |
To be called once. | |
void | mixer_widget_hard_refresh (MixerWidget *self) |
Deletes and readds all channels. | |
void | mixer_widget_soft_refresh (MixerWidget *self) |
Calls refresh on each channel. | |
MixerWidget * | mixer_widget_new (void) |
Mixer widget.
Definition in file mixer.h.
typedef struct _AddTrackMenuButtonWidget AddTrackMenuButtonWidget |