Zrythm
a highly automated and intuitive digital audio workstation
|
A ScaleObject to be shown in the TimelineArrangerWidget. More...
#include <dsp/scale_object.h>
Data Fields | |
ArrangerObject | base |
Base struct. | |
MusicalScale * | scale |
int | index |
int | magic |
PangoLayout * | layout |
Cache layout for drawing the name. | |
Data Fields inherited from ArrangerObject | |
ArrangerObjectType | type |
ArrangerObjectFlags | flags |
Flags. | |
Position | pos |
Position (or start Position if the object has length). | |
Position | end_pos |
End Position, if the object has one. | |
Position | clip_start_pos |
Start position of the clip loop, relative to the object's start. | |
Position | loop_start_pos |
Loop start Position, if the object has one, relative to the object's start. | |
Position | loop_end_pos |
End position of the clip loop, relative to the object's start. | |
Position | fade_in_pos |
Fade in position, relative to the object's start. | |
Position | fade_out_pos |
Fade out position, relative to the object's start. | |
CurveOptions | fade_in_opts |
Fade in curve options. | |
CurveOptions | fade_out_opts |
Fade out curve options. | |
GdkRectangle | full_rect |
The full rectangle this object covers including off-screen parts, in absolute coordinates. | |
int | textw |
Cache text H extents and W extents for the text, if the object has any. | |
int | texth |
ArrangerObject * | transient |
A copy ArrangerObject corresponding to this, such as when ctrl+dragging. | |
ArrangerObject * | main |
The opposite of the above. | |
bool | muted |
Whether muted or not (if applicable). | |
int | magic |
RegionIdentifier | region_id |
Parent region identifier for objects that are part of a region. | |
int | index_in_prev_lane |
Object's index in the previous lane (before being moved to a new lane/track). | |
bool | deleted_temporarily |
Whether deleted with delete tool. | |
cairo_t * | cached_cr [2] |
Cached cairo_t. | |
cairo_surface_t * | cached_surface [2] |
Cached surface containing drawing. | |
GdkRectangle | last_name_rect |
Last drawn name rectangle, if object has a name. | |
bool | is_auditioner |
Whether part of an auditioner track. | |
Additional Inherited Members | |
Public Member Functions inherited from ArrangerObject | |
void | arranger_object_move (ArrangerObject *self, const double ticks) |
Moves the object by the given amount of ticks. | |
bool | arranger_object_validate (const ArrangerObject *const self) |
Validates the arranger object. | |
void | arranger_object_set_name (ArrangerObject *self, const char *name, int fire_events) |
Sets the name of the object, if the object can have a name. | |
A ScaleObject to be shown in the TimelineArrangerWidget.
Definition at line 40 of file scale_object.h.
ArrangerObject ScaleObject::base |
Base struct.
Definition at line 43 of file scale_object.h.
int ScaleObject::index |
Definition at line 47 of file scale_object.h.
PangoLayout* ScaleObject::layout |
Cache layout for drawing the name.
Definition at line 52 of file scale_object.h.
int ScaleObject::magic |
Definition at line 49 of file scale_object.h.
MusicalScale* ScaleObject::scale |
Definition at line 45 of file scale_object.h.