10#include "utils/utf8_string.h"
12namespace zrythm::structure::arrangement
38 bool ascending_ =
true;
63 static void apply (std::span<MidiNote *> sel, Type type,
Options opts);
Algorithm
The algorithm to use for curves.
static void apply(std::span< MidiNote * > sel, Type type, Options opts)
Applies the given action to the given selections.
static utils::Utf8String type_to_string_id(Type type)
Returns a string identifier for the type.
static auto string_id_to_type(const char *id) -> Type
Returns a string identifier for the type.
A MIDI note inside a Region shown in the piano roll.
Lightweight UTF-8 string wrapper with safe conversions.
std::uint8_t midi_byte_t
MIDI byte.