10#ifndef __GUI_BACKEND_CHORD_SELECTIONS_H__
11#define __GUI_BACKEND_CHORD_SELECTIONS_H__
23#define CHORD_SELECTIONS_SCHEMA_VERSION 1
25#define CHORD_SELECTIONS (PROJECT->chord_selections)
41 int num_chord_objects;
42 size_t chord_objects_size;
Chord object in the TimelineArranger.
int chord_selections_can_be_pasted(ChordSelections *ts, Position *pos, Region *region)
Returns if the selections can be pasted.
Common data structures and functions for *ArrangerSelections.
A ChordObject to be shown in the TimelineArrangerWidget.
Selections to be used for the ChordArrangerWidget's current selections, copying, undoing,...
ArrangerSelections base
Base struct.
ChordObject ** chord_objects
Selected ChordObject's.
A Position is made up of bars.beats.sixteenths.ticks.
A region (clip) is an object on the timeline that contains either MidiNote's or AudioClip's.