12#ifndef __AUDIO_AUTOMATION_FUNCTION_H__
13#define __AUDIO_AUTOMATION_FUNCTION_H__
17#include <glib/gi18n.h>
27enum class AutomationFunctionType
29 AUTOMATION_FUNCTION_FLIP_HORIZONTAL,
30 AUTOMATION_FUNCTION_FLIP_VERTICAL,
31 AUTOMATION_FUNCTION_FLATTEN,
34static const char * automation_function_type_strings[] = {
40static inline const char *
41automation_function_type_to_string (AutomationFunctionType
type)
43 return automation_function_type_strings[
static_cast<int> (
type)];
55 AutomationFunctionType
type,
int automation_function_apply(ArrangerSelections *sel, AutomationFunctionType type, GError **error)
Applies the given action to the given selections.
ArrangerSelectionsType type
Type of selections.