Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
MixerWidget Struct Reference
Collaboration diagram for MixerWidget:

Data Fields

GtkBox parent_instance
 
DragDestBoxWidgetddbox
 Drag n drop dest box.
 
GtkBox * channels_box
 Box containing all channels except master.
 
Trackstart_drag_track
 The track where dnd originated from.
 
AddTrackMenuButtonWidget * channels_add
 
GtkBox * master_box
 
ChannelSlotWidgetpaste_slot
 Selected slot to paste selections (when copy-pasting plugins).
 
bool setup
 

Detailed Description

Definition at line 37 of file mixer.h.

Field Documentation

◆ channels_add

AddTrackMenuButtonWidget* MixerWidget::channels_add

Definition at line 57 of file mixer.h.

◆ channels_box

GtkBox* MixerWidget::channels_box

Box containing all channels except master.

Definition at line 47 of file mixer.h.

◆ ddbox

DragDestBoxWidget* MixerWidget::ddbox

Drag n drop dest box.

Definition at line 42 of file mixer.h.

◆ master_box

GtkBox* MixerWidget::master_box

Definition at line 58 of file mixer.h.

◆ parent_instance

GtkBox MixerWidget::parent_instance

Definition at line 39 of file mixer.h.

◆ paste_slot

ChannelSlotWidget* MixerWidget::paste_slot

Selected slot to paste selections (when copy-pasting plugins).

Definition at line 64 of file mixer.h.

◆ setup

bool MixerWidget::setup

Definition at line 66 of file mixer.h.

◆ start_drag_track

Track* MixerWidget::start_drag_track

The track where dnd originated from.

Used to decide if left/right highlight means the track should be dropped before or after.

Definition at line 55 of file mixer.h.


The documentation for this struct was generated from the following file: