|
| enum class | Type {
Crescendo
, Flam
, FlipHorizontal
, FlipVertical
,
Legato
, Portato
, Staccato
, Strum
} |
| |
|
|
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.
|
| |
| static void | apply (ArrangerObjectSpan sel, Type type, Options opts) |
| | Applies the given action to the given selections.
|
| |
Definition at line 28 of file midi_function.h.
◆ Type
| enum class MidiFunction::Type |
|
strong |
◆ apply()
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: