Zrythm
a highly automated and intuitive digital audio workstation
|
API for selections in the AudioArrangerWidget. More...
#include "dsp/position.h"
#include "dsp/region_identifier.h"
#include "gui/backend/arranger_selections.h"
#include "utils/yaml.h"
Go to the source code of this file.
Data Structures | |
struct | AudioSelections |
Selections to be used for the AudioArrangerWidget's current selections, copying, undoing, etc. More... | |
Macros | |
#define | AUDIO_SELECTIONS_SCHEMA_VERSION 1 |
#define | AUDIO_SELECTIONS (PROJECT->audio_selections) |
Functions | |
bool | audio_selections_can_be_pasted (AudioSelections *ts, Position *pos, ZRegion *r) |
Returns if the selections can be pasted. | |
API for selections in the AudioArrangerWidget.
Definition in file audio_selections.h.