|
| enum class | Type { FlipHorizontal
, FlipVertical
, Flatten
} |
|
| static void | apply (std::span< AutomationPoint * > sel, Type type) |
| | Applies the given action to the given selections.
|
Definition at line 12 of file automation_function.h.
◆ Type
| enum class zrythm::structure::arrangement::AutomationFunction::Type |
|
strong |
◆ apply()
| void zrythm::structure::arrangement::AutomationFunction::apply |
( |
std::span< AutomationPoint * > | sel, |
|
|
Type | type ) |
|
static |
Applies the given action to the given selections.
- Parameters
-
| sel | Selections to edit. |
| type | Function type. |
- Exceptions
-
The documentation for this class was generated from the following file: