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

Bottomest bar. More...

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

Go to the source code of this file.

Data Structures

struct  BotBarWidget
 Bot bar. More...
 

Macros

#define BOT_BAR_WIDGET_TYPE   (bot_bar_widget_get_type ())
 
#define MW_BOT_BAR   MW->bot_bar
 
#define MW_DIGITAL_TRANSPORT   MW_BOT_BAR->digital_transport
 
#define MW_DIGITAL_BPM   MW_BOT_BAR->digital_bpm
 
#define MW_DIGITAL_TIME_SIG   MW_BOT_BAR->digital_timesig
 

Typedefs

typedef struct _MidiActivityBarWidget MidiActivityBarWidget
 
typedef struct _LiveWaveformWidget LiveWaveformWidget
 
typedef struct _SpectrumAnalyzerWidget SpectrumAnalyzerWidget
 
typedef struct _DigitalMeterWidget DigitalMeterWidget
 
typedef struct _TransportControlsWidget TransportControlsWidget
 
typedef struct _CpuWidget CpuWidget
 
typedef struct _ButtonWithMenuWidget ButtonWithMenuWidget
 

Functions

void bot_bar_widget_refresh (BotBarWidget *self)
 
void bot_bar_widget_update_status (BotBarWidget *self)
 Updates the content of the status bar.
 
void bot_bar_widget_setup (BotBarWidget *self)
 Sets up the bot bar.
 

Detailed Description

Bottomest bar.

Definition in file bot_bar.h.

Typedef Documentation

◆ ButtonWithMenuWidget

typedef struct _ButtonWithMenuWidget ButtonWithMenuWidget

Definition at line 23 of file bot_bar.h.

◆ CpuWidget

typedef struct _CpuWidget CpuWidget

Definition at line 22 of file bot_bar.h.

◆ DigitalMeterWidget

typedef struct _DigitalMeterWidget DigitalMeterWidget

Definition at line 20 of file bot_bar.h.

◆ LiveWaveformWidget

typedef struct _LiveWaveformWidget LiveWaveformWidget

Definition at line 18 of file bot_bar.h.

◆ MidiActivityBarWidget

typedef struct _MidiActivityBarWidget MidiActivityBarWidget

Definition at line 17 of file bot_bar.h.

◆ SpectrumAnalyzerWidget

typedef struct _SpectrumAnalyzerWidget SpectrumAnalyzerWidget

Definition at line 19 of file bot_bar.h.

◆ TransportControlsWidget

typedef struct _TransportControlsWidget TransportControlsWidget

Definition at line 21 of file bot_bar.h.