Zrythm
a highly automated and intuitive digital audio workstation
|
Modulator view in the bottom panel. More...
#include <adwaita.h>
#include "gtk_wrapper.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) |
ModulatorViewWidget * | modulator_view_widget_new (void) |
Modulator view in the bottom panel.
Definition in file modulator_view.h.
#define MODULATOR_VIEW_WIDGET_TYPE (modulator_view_widget_get_type ()) |
Definition at line 17 of file modulator_view.h.