|
Zrythm
a highly automated and intuitive digital audio workstation
|
Clipboard (copy/paste). More...
#include "gui/backend/audio_selections.h"#include "gui/backend/automation_selections.h"#include "gui/backend/chord_selections.h"#include "gui/backend/midi_arranger_selections.h"#include "gui/backend/mixer_selections.h"#include "gui/backend/timeline_selections.h"#include "gui/backend/tracklist_selections.h"#include "utils/yaml.h"#include "gtk_wrapper.h"
Go to the source code of this file.
Data Structures | |
| struct | Clipboard |
| Clipboard struct. More... | |
Enumerations | |
| enum class | ClipboardType { CLIPBOARD_TYPE_TIMELINE_SELECTIONS , CLIPBOARD_TYPE_MIDI_SELECTIONS , CLIPBOARD_TYPE_AUTOMATION_SELECTIONS , CLIPBOARD_TYPE_CHORD_SELECTIONS , CLIPBOARD_TYPE_AUDIO_SELECTIONS , CLIPBOARD_TYPE_MIXER_SELECTIONS , CLIPBOARD_TYPE_TRACKLIST_SELECTIONS } |
| Clipboard type. More... | |
Functions | |
| Clipboard * | clipboard_new_for_arranger_selections (ArrangerSelections *sel, bool clone) |
| Creates a new Clipboard instance for the given arranger selections. | |
| Clipboard * | clipboard_new_for_mixer_selections (MixerSelections *sel, bool clone) |
| Clipboard * | clipboard_new_for_tracklist_selections (TracklistSelections *sel, bool clone) |
| ArrangerSelections * | clipboard_get_selections (Clipboard *self) |
| Gets the ArrangerSelections, if this clipboard contains arranger selections. | |
| void | clipboard_free (Clipboard *self) |
| Frees the clipboard and all associated data. | |
Clipboard (copy/paste).
Definition in file clipboard.h.
|
strong |
Clipboard type.
Definition at line 31 of file clipboard.h.