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

Modulator view in the bottom panel. More...

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

Go to the source code of this file.

Data Structures

struct  ModulatorViewWidget
 The ModulatorViewWidget contains the ModulatorWidgets for the selected Track. More...
 

Macros

#define MODULATOR_VIEW_WIDGET_TYPE   (modulator_view_widget_get_type ())
 
#define MW_MODULATOR_VIEW   MW_BOT_DOCK_EDGE->modulator_view
 
#define SHOW_MODULATOR_VIEW    gtk_notebook_set_current_page (MW_MODULATOR_VIEW->bot_notebook, 2)
 Brings up the ModulatorViewWidget in the notebook.
 

Functions

 G_DECLARE_FINAL_TYPE (ModulatorViewWidget, modulator_view_widget, Z, MODULATOR_VIEW_WIDGET, GtkWidget) TYPEDEF_STRUCT_UNDERSCORED(ModulatorWidget)
 
 TYPEDEF_STRUCT_UNDERSCORED (ModulatorMacroWidget)
 
 TYPEDEF_STRUCT_UNDERSCORED (ColorAreaWidget)
 
 TYPEDEF_STRUCT (Track)
 
void modulator_view_widget_refresh (ModulatorViewWidget *self, Track *track)
 
ModulatorViewWidgetmodulator_view_widget_new (void)
 

Detailed Description

Modulator view in the bottom panel.

Definition in file modulator_view.h.

Macro Definition Documentation

◆ MODULATOR_VIEW_WIDGET_TYPE

#define MODULATOR_VIEW_WIDGET_TYPE   (modulator_view_widget_get_type ())

Definition at line 16 of file modulator_view.h.