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

Active hardware menu button. More...

#include <stdbool.h>
#include "utils/types.h"
#include <gtk/gtk.h>
Include dependency graph for active_hardware_mb.h:

Go to the source code of this file.

Data Structures

struct  ActiveHardwareMbWidget
 A menu button that allows selecting active hardware ports. More...
 

Macros

#define ACTIVE_HARDWARE_MB_WIDGET_TYPE   (active_hardware_mb_widget_get_type ())
 

Functions

void active_hardware_mb_widget_setup (ActiveHardwareMbWidget *self, bool is_input, bool is_midi, GSettings *settings, const char *key)
 
void active_hardware_mb_widget_save_settings (ActiveHardwareMbWidget *self)
 Called from PreferencesWidget to save the settings.
 
void active_hardware_mb_widget_refresh (ActiveHardwareMbWidget *self)
 
ActiveHardwareMbWidgetactive_hardware_mb_widget_new (void)
 

Detailed Description

Active hardware menu button.

Definition in file active_hardware_mb.h.

Macro Definition Documentation

◆ ACTIVE_HARDWARE_MB_WIDGET_TYPE

#define ACTIVE_HARDWARE_MB_WIDGET_TYPE   (active_hardware_mb_widget_get_type ())

Definition at line 19 of file active_hardware_mb.h.