|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|


Public Types | |
| using | CurveType = dsp::TempoEventWrapper::CurveType |
| Public Types inherited from zrythm::structure::arrangement::ArrangerObject | |
| 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... | |
Public Member Functions | |
| TempoObject (const dsp::TempoMap &tempo_map, QObject *parent=nullptr) | |
| double | tempo () const |
| void | setTempo (double tempo) |
| Q_SIGNAL void | tempoChanged (double tempo) |
| CurveType | curve () const |
| void | setCurve (CurveType curve) |
| Q_SIGNAL void | curveChanged (CurveType curve) |
| Public Member Functions inherited from zrythm::structure::arrangement::ArrangerObject | |
| bool | is_start_hit_by_range (const units::sample_t frames_start, const units::sample_t frames_end, bool range_start_inclusive=true, bool range_end_inclusive=false) const |
| auto | type () const |
| dsp::AtomicPositionQmlAdapter * | position () const |
| ArrangerObjectBounds * | bounds () const |
| ArrangerObjectLoopRange * | loopRange () const |
| ArrangerObjectName * | name () const |
| ArrangerObjectColor * | color () const |
| ArrangerObjectMuteFunctionality * | mute () const |
| ArrangerObjectFadeRange * | fadeRange () const |
| Q_SIGNAL void | propertiesChanged () |
| Emitted when any of the properties of the object changed. | |
| ArrangerObject * | parentObject () const |
| void | setParentObject (ArrangerObject *object) |
| Q_SIGNAL void | parentObjectChanged (QObject *parentObject) |
| auto & | get_tempo_map () const |
| Public Member Functions inherited from zrythm::utils::UuidIdentifiableObject< ArrangerObject > | |
| UuidIdentifiableObject & | operator= (const UuidIdentifiableObject &other)=default |
| auto | get_uuid () const |
Static Public Attributes | |
| static constexpr double | DEFAULT_TEMPO = 120.0 |
Friends | |
| void | init_from (TempoObject &obj, const TempoObject &other, utils::ObjectCloneType clone_type) |
| void | to_json (nlohmann::json &j, const TempoObject &so) |
| void | from_json (const nlohmann::json &j, TempoObject &so) |
Additional Inherited Members | |
| Protected Types inherited from zrythm::structure::arrangement::ArrangerObject | |
| 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 } |
| Protected Member Functions inherited from zrythm::structure::arrangement::ArrangerObject | |
| ArrangerObject (Type type, const dsp::TempoMap &tempo_map, ArrangerObjectFeatures features, QObject *parent=nullptr) noexcept | |
| Construct a new ArrangerObject. | |
Definition at line 13 of file tempo_object.h.
Definition at line 22 of file tempo_object.h.
|
inline |
Definition at line 36 of file tempo_object.h.
|
inline |
Definition at line 32 of file tempo_object.h.
|
staticconstexpr |
Definition at line 23 of file tempo_object.h.
|
readwrite |
Definition at line 17 of file tempo_object.h.
|
readwrite |
Definition at line 16 of file tempo_object.h.