Zrythm
a highly automated and intuitive digital audio workstation
|
MIDI functions. More...
Go to the source code of this file.
Data Structures | |
struct | MidiFunctionOpts |
Functions | |
char * | midi_function_type_to_string_id (MidiFunctionType type) |
Returns a string identifier for the type. | |
MidiFunctionType | midi_function_string_id_to_type (const char *id) |
Returns a string identifier for the type. | |
int | midi_function_apply (ArrangerSelections *sel, MidiFunctionType type, MidiFunctionOpts opts, GError **error) |
Applies the given action to the given selections. | |