10#ifndef __IO_SELECTIONS_H__
11#define __IO_SELECTIONS_H__
29mixer_selections_serialize_to_json (
31 yyjson_mut_val * sel_obj,
36arranger_selections_serialize_to_json (
38 yyjson_mut_val * sel_obj,
43timeline_selections_serialize_to_json (
45 yyjson_mut_val * sel_obj,
50midi_arranger_selections_serialize_to_json (
52 yyjson_mut_val * sel_obj,
57chord_selections_serialize_to_json (
59 yyjson_mut_val * sel_obj,
64automation_selections_serialize_to_json (
66 yyjson_mut_val * sel_obj,
71audio_selections_serialize_to_json (
73 yyjson_mut_val * sel_obj,
78tracklist_selections_serialize_to_json (
80 yyjson_mut_val * sel_obj,
85mixer_selections_deserialize_from_json (
92arranger_selections_deserialize_from_json (
99timeline_selections_deserialize_from_json (
101 yyjson_val * sel_obj,
106midi_arranger_selections_deserialize_from_json (
108 yyjson_val * sel_obj,
113chord_selections_deserialize_from_json (
115 yyjson_val * sel_obj,
120automation_selections_deserialize_from_json (
122 yyjson_val * sel_obj,
127audio_selections_deserialize_from_json (
129 yyjson_val * sel_obj,
134tracklist_selections_deserialize_from_json (
136 yyjson_val * sel_obj,
Selections to be used for the AudioArrangerWidget's current selections, copying, undoing,...
Selections to be used for the AutomationArrangerWidget's current selections, copying,...
Selections to be used for the ChordArrangerWidget's current selections, copying, undoing,...
A collection of selected MidiNote's.
Selections to be used for the timeline's current selections, copying, undoing, etc.
Selections to be used for the timeline's current selections, copying, undoing, etc.
Selections to be used for the tracklist's current selections, copying, undoing, etc.