Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
clipboard.h File Reference

Clipboard (copy/paste). More...

Include dependency graph for clipboard.h:

Go to the source code of this file.

Data Structures

struct  Clipboard
 Clipboard struct. More...
 

Enumerations

enum  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

Clipboardclipboard_new_for_arranger_selections (ArrangerSelections *sel, bool clone)
 Creates a new Clipboard instance for the given arranger selections.
 
Clipboardclipboard_new_for_mixer_selections (MixerSelections *sel, bool clone)
 
Clipboardclipboard_new_for_tracklist_selections (TracklistSelections *sel, bool clone)
 
ArrangerSelectionsclipboard_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.
 

Detailed Description

Clipboard (copy/paste).

Definition in file clipboard.h.

Enumeration Type Documentation

◆ ClipboardType

Clipboard type.

Definition at line 31 of file clipboard.h.