Zrythm
a highly automated and intuitive digital audio workstation
|
#include "dsp/velocity.h"
#include "gui/widgets/arranger_object.h"
#include "utils/ui.h"
#include "gtk_wrapper.h"
Go to the source code of this file.
Macros | |
#define | VELOCITY_WIDTH 8 |
#define | VELOCITY_LINE_WIDTH 4 |
#define | VELOCITY_RESIZE_THRESHOLD 16 |
Functions | |
void | velocity_draw (Velocity *self, GtkSnapshot *snapshot) |
Draws the Velocity in the given cairo context in relative coordinates. | |
Velocity widget.
Definition in file velocity.h.