Zrythm
a highly automated and intuitive digital audio workstation
|
Custom image. More...
Go to the source code of this file.
Macros | |
#define | RW_CUSTOM_IMAGE_MARKER_SIZE 8 |
#define | RW_CUE_MARKER_HEIGHT 12 |
#define | RW_CUE_MARKER_WIDTH 7 |
#define | RW_PLAYHEAD_TRIANGLE_WIDTH 12 |
#define | RW_PLAYHEAD_TRIANGLE_HEIGHT 8 |
#define | RW_RANGE_HEIGHT_DIVISOR 4 |
#define | RW_PX_TO_HIDE_BEATS 40.0 |
Minimum number of pixels between beat lines. | |
#define | CUSTOM_IMAGE_WIDGET_TYPE (custom_image_widget_get_type ()) |
Functions | |
void | custom_image_widget_set_texture (CustomImageWidget *self, GdkTexture *texture) |
Variables | |
CustomImageWidget | |
Custom image.
Definition in file custom_image.h.
#define CUSTOM_IMAGE_WIDGET_TYPE (custom_image_widget_get_type ()) |
Definition at line 32 of file custom_image.h.
#define RW_CUE_MARKER_HEIGHT 12 |
Definition at line 21 of file custom_image.h.
#define RW_CUE_MARKER_WIDTH 7 |
Definition at line 22 of file custom_image.h.
#define RW_CUSTOM_IMAGE_MARKER_SIZE 8 |
Definition at line 20 of file custom_image.h.
#define RW_PLAYHEAD_TRIANGLE_HEIGHT 8 |
Definition at line 24 of file custom_image.h.
#define RW_PLAYHEAD_TRIANGLE_WIDTH 12 |
Definition at line 23 of file custom_image.h.
#define RW_PX_TO_HIDE_BEATS 40.0 |
Minimum number of pixels between beat lines.
Definition at line 30 of file custom_image.h.
#define RW_RANGE_HEIGHT_DIVISOR 4 |
Definition at line 25 of file custom_image.h.