Zrythm
a highly automated and intuitive digital audio workstation
Toggle main menu visibility
Main Page
Related Pages
Topics
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
e
f
g
i
m
p
r
t
w
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
Typedefs
Enumerations
a
b
c
e
f
g
i
k
m
n
p
r
s
t
u
z
Enumerator
a
u
z
Macros
_
a
b
c
d
e
f
h
i
k
m
p
r
s
t
u
v
z
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
audio_clip_editor.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: © 2019-2021 Alexandros Theodotou <alex@zrythm.org>
2
// SPDX-License-Identifier: LicenseRef-ZrythmLicense
3
10
#ifndef __AUDIO_AUDIO_CLIP_EDITOR_H__
11
#define __AUDIO_AUDIO_CLIP_EDITOR_H__
12
13
#include "
gui/backend/editor_settings.h
"
14
#include "
utils/yaml.h
"
15
22
#define AUDIO_CLIP_EDITOR_SCHEMA_VERSION 1
23
24
#define AUDIO_CLIP_EDITOR (CLIP_EDITOR->audio_clip_editor)
25
32
typedef
struct
AudioClipEditor
33
{
34
EditorSettings
editor_settings;
35
}
AudioClipEditor
;
32
typedef
struct
AudioClipEditor
{
…
};
36
37
void
38
audio_clip_editor_init (
AudioClipEditor
* self);
39
40
AudioClipEditor
*
41
audio_clip_editor_clone (
AudioClipEditor
* src);
42
43
AudioClipEditor
*
44
audio_clip_editor_new (
void
);
45
46
void
47
audio_clip_editor_free (
AudioClipEditor
* self);
48
53
#endif
editor_settings.h
Common editor settings.
AudioClipEditor
Audio clip editor serializable backend.
Definition
audio_clip_editor.h:33
EditorSettings
Common editor settings.
Definition
editor_settings.h:23
yaml.h
YAML utils.
gui
backend
audio_clip_editor.h
Generated by
1.11.0