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

MIDI ruler. More...

#include "gui/widgets/ruler.h"
#include "utils/ui.h"
#include <gtk/gtk.h>
Include dependency graph for editor_ruler.h:

Go to the source code of this file.

Macros

#define EDITOR_RULER   MW_CLIP_EDITOR_INNER->ruler
 

Functions

void editor_ruler_widget_draw_markers (RulerWidget *self)
 Called from RulerWidget to draw the markers specific to the editor, such as region loop points.
 
void editor_ruler_on_drag_begin_no_marker_hit (RulerWidget *self, gdouble start_x, gdouble start_y)
 Called from ruler drag begin.
 
void editor_ruler_on_drag_update (RulerWidget *self, gdouble offset_x, gdouble offset_y)
 
void editor_ruler_on_drag_end (RulerWidget *self)
 
int editor_ruler_get_regions_in_range (RulerWidget *self, double x_start, double x_end, ZRegion **regions)
 

Detailed Description

MIDI ruler.

Definition in file editor_ruler.h.