|
| void | init_from (ArrangerObjectFadeRange &obj, const ArrangerObjectFadeRange &other, utils::ObjectCloneType clone_type) |
| auto | to_json (nlohmann::json &j, const ArrangerObjectFadeRange &object) |
| auto | from_json (const nlohmann::json &j, ArrangerObjectFadeRange &object) |
Definition at line 12 of file fadeable_object.h.
◆ endOffset()
◆ fadeInCurveOpts()
◆ fadeOutCurveOpts()
◆ get_normalized_y_for_fade()
| double zrythm::structure::arrangement::ArrangerObjectFadeRange::get_normalized_y_for_fade |
( |
double | x, |
|
|
bool | fade_in ) const |
|
inline |
Gets the normalized Y (ie, gain from 0-1) for a normalized X, for a fade.
- Parameters
-
| x | Normalized x. |
| fade_in | True for in, false for out. |
Definition at line 58 of file fadeable_object.h.
◆ startOffset()
◆ from_json
| auto from_json |
( |
const nlohmann::json & | j, |
|
|
ArrangerObjectFadeRange & | object ) |
|
friend |
◆ init_from
| void init_from |
( |
ArrangerObjectFadeRange & | obj, |
|
|
const ArrangerObjectFadeRange & | other, |
|
|
utils::ObjectCloneType | clone_type ) |
|
friend |
◆ to_json
| auto to_json |
( |
nlohmann::json & | j, |
|
|
const ArrangerObjectFadeRange & | object ) |
|
friend |
◆ endOffset
◆ fadeInCurveOpts
◆ startOffset
The documentation for this class was generated from the following file: