Zrythm
a highly automated and intuitive digital audio workstation
|
Go to the source code of this file.
Data Structures | |
struct | MeterWidget |
Macros | |
#define | METER_WIDGET_TYPE (meter_widget_get_type ()) |
Functions | |
void | meter_widget_setup (MeterWidget *self, Port *port, bool small) |
Sets up an existing meter and binds it to the given port. | |
MeterWidget * | meter_widget_new (Port *port, int width) |
Creates a new MeterWidget and binds it to the given port. | |
MeterWidget * meter_widget_new | ( | Port * | port, |
int | width ) |
Creates a new MeterWidget and binds it to the given port.
port | Port this meter is for. |
void meter_widget_setup | ( | MeterWidget * | self, |
Port * | port, | ||
bool | small ) |
Sets up an existing meter and binds it to the given port.
port | Port this meter is for. |
small | Whether this should be smaller than normal size. |