Zrythm
a highly automated and intuitive digital audio workstation
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 */