Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
chord_region.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: © 2019 Alexandros Theodotou <alex@zrythm.org>
3 *
4 * SPDX-License-Identifier: LicenseRef-ZrythmLicense
5 */
6
14#ifndef __GUI_WIDGETS_CHORD_REGION_H__
15#define __GUI_WIDGETS_CHORD_REGION_H__
16
17#include "dsp/region.h"
18#include "gui/widgets/region.h"
19#include "utils/ui.h"
20
21#include <gtk/gtk.h>
22
33void
35
36#if 0
37
45typedef struct _ChordRegionWidget
46{
47 RegionWidget parent_instance;
48} ChordRegionWidget;
49
53ChordRegionWidget *
54chord_region_widget_new (
55 ZRegion * chord_region);
56
57#endif
58
63#endif
A region in the timeline.
void chord_region_recreate_pango_layouts(ZRegion *self)
Recreates the pango layout for drawing chord names inside the region.
Base widget class for Region's.
A region (clip) is an object on the timeline that contains either MidiNote's or AudioClip's.
Definition region.h:72
User Interface utils.