Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
Lv2_ext

Macros

#define Z_LV2_EXT_URI   "https://lv2.zrythm.org/ns/ext"
 
#define Z_LV2_HOST_INFO_URI   Z_LV2_EXT_URI "/host-info"
 
#define Z_LV2_HOST_INFO_PREFIX   Z_LV2_HOST_INFO_URI "#"
 
#define Z_LV2_HOST_INFO__name   Z_LV2_HOST_INFO_PREFIX "name"
 
#define Z_LV2_HOST_INFO__version   Z_LV2_HOST_INFO_PREFIX "version"
 

Detailed Description

Macro Definition Documentation

◆ Z_LV2_EXT_URI

#define Z_LV2_EXT_URI   "https://lv2.zrythm.org/ns/ext"

Definition at line 37 of file host_info.h.

◆ Z_LV2_HOST_INFO__name

#define Z_LV2_HOST_INFO__name   Z_LV2_HOST_INFO_PREFIX "name"

Definition at line 40 of file host_info.h.

◆ Z_LV2_HOST_INFO__version

#define Z_LV2_HOST_INFO__version   Z_LV2_HOST_INFO_PREFIX "version"

Definition at line 41 of file host_info.h.

◆ Z_LV2_HOST_INFO_PREFIX

#define Z_LV2_HOST_INFO_PREFIX   Z_LV2_HOST_INFO_URI "#"

Definition at line 39 of file host_info.h.

◆ Z_LV2_HOST_INFO_URI

#define Z_LV2_HOST_INFO_URI   Z_LV2_EXT_URI "/host-info"

Definition at line 38 of file host_info.h.