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


Public Types | |
| enum class | ClipState { Stopped , PlayQueued , Playing , StopQueued } |
Public Member Functions | |
| ClipSlot (arrangement::ArrangerObjectRegistry &object_registry, QObject *parent=nullptr) | |
| arrangement::ArrangerObject * | region () const |
| void | setRegion (arrangement::ArrangerObject *region) |
| Q_SIGNAL void | regionChanged (arrangement::ArrangerObject *region) |
| Q_INVOKABLE void | clearRegion () |
| ClipState | state () const |
| void | setState (ClipState state) |
| Q_SIGNAL void | stateChanged (ClipState state) |
Properties | |
| zrythm::structure::arrangement::ArrangerObject * | region |
| ClipState | state |
Definition at line 14 of file clip_slot.h.
|
strong |
Definition at line 24 of file clip_slot.h.
|
inline |
Definition at line 49 of file clip_slot.h.
|
inline |
Definition at line 37 of file clip_slot.h.
|
inline |
Definition at line 60 of file clip_slot.h.
|
readwrite |
Definition at line 17 of file clip_slot.h.
|
readwrite |
Definition at line 18 of file clip_slot.h.