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
host_info.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: © 2021 Alexandros Theodotou <alex@zrythm.org>
2
// SPDX-License-Identifier: ISC
3
4
/* TODO move custom extensions to separate repo. */
5
28
#ifndef Z_LV2_HOST_INFO_H
29
#define Z_LV2_HOST_INFO_H
30
37
#define Z_LV2_EXT_URI "https://lv2.zrythm.org/ns/ext"
38
#define Z_LV2_HOST_INFO_URI Z_LV2_EXT_URI "/host-info"
39
#define Z_LV2_HOST_INFO_PREFIX Z_LV2_HOST_INFO_URI "#"
40
#define Z_LV2_HOST_INFO__name Z_LV2_HOST_INFO_PREFIX "name"
41
#define Z_LV2_HOST_INFO__version Z_LV2_HOST_INFO_PREFIX "version"
42
47
#endif
/* Z_LV2_HOST_INFO_H */
plugins
lv2
ext
host_info.h
Generated by
1.10.0