Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
fader_controls_grid.h File Reference

Channel slot. More...

#include <gtk/gtk.h>
Include dependency graph for fader_controls_grid.h:

Go to the source code of this file.

Data Structures

struct  FaderControlsGridWidget
 

Macros

#define FADER_CONTROLS_GRID_WIDGET_TYPE   (fader_controls_grid_widget_get_type ())
 

Typedefs

typedef struct _FaderWidget FaderWidget
 
typedef struct _MeterWidget MeterWidget
 
typedef struct _BalanceControlWidget BalanceControlWidget
 
typedef struct _FaderButtonsWidget FaderButtonsWidget
 

Functions

 G_DECLARE_FINAL_TYPE (FaderControlsGridWidget, fader_controls_grid_widget, Z, FADER_CONTROLS_GRID_WIDGET, GtkGrid) typedef struct Track Track
 
void fader_controls_grid_widget_setup (FaderControlsGridWidget *self, Track *track)
 
void fader_controls_grid_widget_tear_down (FaderControlsGridWidget *self)
 Prepare for finalization.
 
FaderControlsGridWidgetfader_controls_grid_widget_new (void)
 

Detailed Description

Channel slot.

Definition in file fader_controls_grid.h.

Macro Definition Documentation

◆ FADER_CONTROLS_GRID_WIDGET_TYPE

#define FADER_CONTROLS_GRID_WIDGET_TYPE   (fader_controls_grid_widget_get_type ())

Definition at line 18 of file fader_controls_grid.h.

Typedef Documentation

◆ BalanceControlWidget

typedef struct _BalanceControlWidget BalanceControlWidget

Definition at line 29 of file fader_controls_grid.h.

◆ FaderButtonsWidget

typedef struct _FaderButtonsWidget FaderButtonsWidget

Definition at line 30 of file fader_controls_grid.h.

◆ FaderWidget

typedef struct _FaderWidget FaderWidget

Definition at line 27 of file fader_controls_grid.h.

◆ MeterWidget

typedef struct _MeterWidget MeterWidget

Definition at line 28 of file fader_controls_grid.h.