AutomationPoint struct
An automation point inside an AutomationTrack.
Contents
- Reference
Public variables
- ArrangerObject base
- Base struct.
- float fvalue
- Float value (real).
- float normalized_val
- Normalized value (0 to 1) used as a cache.
- int index
- Index in the region.
- AutomationPointDrawSettings last_settings
- Last settings used for drawing in editor.
- AutomationPointDrawSettings last_settings_tl
- Last settings used for drawing in timeline.
- GskRenderNode* cairo_node
- Cached cairo node to reuse when drawing in the editor.
- GskRenderNode* cairo_node_tl
- Cached cairo node to reuse when drawing in the timeline.
- char* tmp_str
- Temporary string used with StringEntryDialogWidget.