Zrythm
a highly automated and intuitive digital audio workstation
|
Data Fields | |
int | schema_version |
SnapGridType | type |
bool | snap_adaptive |
If this is on, the snap note length will be determined automatically based on the current zoom level. | |
NoteLength | snap_note_length |
Snap note length. | |
NoteType | snap_note_type |
Snap note type. | |
bool | snap_to_grid |
Whether to snap to the grid. | |
bool | snap_to_grid_keep_offset |
Whether to keep the offset when moving items. | |
bool | snap_to_events |
Whether to snap to events. | |
NoteLength | default_note_length |
Default note length. | |
NoteType | default_note_type |
Default note type. | |
bool | default_adaptive |
If this is on, the default note length will be determined automatically based on the current zoom level. | |
NoteLengthType | length_type |
See NoteLengthType. | |
Definition at line 121 of file snap_grid.h.
bool SnapGrid::default_adaptive |
If this is on, the default note length will be determined automatically based on the current zoom level.
The default note type still applies.
TODO this will be done after v1.
Definition at line 168 of file snap_grid.h.
NoteLength SnapGrid::default_note_length |
Default note length.
Definition at line 155 of file snap_grid.h.
NoteType SnapGrid::default_note_type |
Default note type.
Definition at line 157 of file snap_grid.h.
NoteLengthType SnapGrid::length_type |
See NoteLengthType.
Definition at line 173 of file snap_grid.h.
int SnapGrid::schema_version |
Definition at line 123 of file snap_grid.h.
bool SnapGrid::snap_adaptive |
If this is on, the snap note length will be determined automatically based on the current zoom level.
The snap note type still applies.
Definition at line 132 of file snap_grid.h.
NoteLength SnapGrid::snap_note_length |
Snap note length.
Definition at line 135 of file snap_grid.h.
NoteType SnapGrid::snap_note_type |
Snap note type.
Definition at line 138 of file snap_grid.h.
bool SnapGrid::snap_to_events |
Whether to snap to events.
Definition at line 152 of file snap_grid.h.
bool SnapGrid::snap_to_grid |
Whether to snap to the grid.
Definition at line 141 of file snap_grid.h.
bool SnapGrid::snap_to_grid_keep_offset |
Whether to keep the offset when moving items.
This requires SnapGrid::snap_to_grid to be enabled.
Definition at line 149 of file snap_grid.h.
SnapGridType SnapGrid::type |
Definition at line 124 of file snap_grid.h.