Zrythm
a highly automated and intuitive digital audio workstation
|
The MidiNote velocity. More...
#include <dsp/velocity.h>
Data Fields | |
ArrangerObject | base |
Base struct. | |
uint8_t | vel |
Velocity value (0-127). | |
uint8_t | vel_at_start |
Velocity at drag begin - used for ramp actions only. | |
MidiNote * | midi_note |
Pointer back to the MIDI note. | |
![]() | |
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 | |
![]() | |
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. | |
The MidiNote velocity.
Definition at line 40 of file velocity.h.
ArrangerObject Velocity::base |
Base struct.
Definition at line 43 of file velocity.h.
MidiNote* Velocity::midi_note |
Pointer back to the MIDI note.
Definition at line 53 of file velocity.h.
uint8_t Velocity::vel |
Velocity value (0-127).
Definition at line 46 of file velocity.h.
uint8_t Velocity::vel_at_start |
Velocity at drag begin - used for ramp actions only.
Definition at line 50 of file velocity.h.