Marker for the MarkerTrack.
More...
#include <src/structure/arrangement/marker.h>
|
| enum class | MarkerType : std::uint8_t { Start
, End
, Custom
} |
| | Marker type. More...
|
| enum class | Type : basic_enum_base_type_t {
MidiRegion
, AudioRegion
, ChordRegion
, AutomationRegion
,
MidiNote
, ChordObject
, ScaleObject
, Marker
,
AutomationPoint
, AudioSourceObject
, TempoObject
, TimeSignatureObject
} |
| | The type of the object. More...
|
|
| enum class | ArrangerObjectFeatures : std::uint8_t {
Bounds = 1 << 0
, LoopingBit = 1 << 1
, Name = 1 << 2
, Color = 1 << 3
,
Mute = 1 << 4
, Fading = 1 << 5
, Looping = LoopingBit | Bounds
, Region = Looping | Name | Color | Mute
} |
| | ArrangerObject (Type type, const dsp::TempoMap &tempo_map, ArrangerObjectFeatures features, QObject *parent=nullptr) noexcept |
| | Construct a new ArrangerObject.
|
Marker for the MarkerTrack.
Definition at line 15 of file marker.h.
◆ MarkerType
Marker type.
| Enumerator |
|---|
| Start | Song start Marker that cannot be deleted.
|
| End | Song end Marker that cannot be deleted.
|
| Custom | Custom Marker.
|
Definition at line 26 of file marker.h.
◆ isEndMarker()
| Q_INVOKABLE bool zrythm::structure::arrangement::Marker::isEndMarker |
( |
| ) |
const |
|
inline |
◆ isStartMarker()
| Q_INVOKABLE bool zrythm::structure::arrangement::Marker::isStartMarker |
( |
| ) |
const |
|
inline |
◆ markerType()
| auto zrythm::structure::arrangement::Marker::markerType |
( |
| ) |
const |
|
inline |
◆ from_json
| void from_json |
( |
const nlohmann::json & | j, |
|
|
Marker & | m ) |
|
friend |
◆ to_json
| void to_json |
( |
nlohmann::json & | j, |
|
|
const Marker & | m ) |
|
friend |
◆ markerType
The documentation for this class was generated from the following file: