6#include "structure/arrangement/arranger_object_span.h"
7#include "utils/format.h"
9namespace zrythm::structure::arrangement
34DEFINE_ENUM_FORMATTER (
35 zrythm::structure::arrangement::AutomationFunction::Type,
36 AutomationFunctionType,
37 QT_TR_NOOP_UTF8 (
"Flip H"),
38 QT_TR_NOOP_UTF8 (
"Flip V"),
39 QT_TR_NOOP_UTF8 (
"Flatten"));
Track span that offers helper methods on a range of tracks.
static void apply(ArrangerObjectSpan sel, Type type)
Applies the given action to the given selections.