Ardour  9.0-pre0-582-g084a23a80d
License-Report

Classes

struct  _LV2_License_Interface
 

Macros

#define LV2_PLUGINLICENSE_URI   "http://harrisonconsoles.com/lv2/license"
 
#define LV2_PLUGINLICENSE_PREFIX   LV2_PLUGINLICENSE_URI "#"
 
#define LV2_PLUGINLICENSE__interface   LV2_PLUGINLICENSE_PREFIX "interface"
 
#define LV2_PLUGINLICENSE__interface2   LV2_PLUGINLICENSE_PREFIX "interface2"
 

Typedefs

typedef struct _LV2_License_Interface LV2_License_Interface
 

Detailed Description

Allow for commercial LV2 to report their licensing status.

Macro Definition Documentation

◆ LV2_PLUGINLICENSE__interface

#define LV2_PLUGINLICENSE__interface   LV2_PLUGINLICENSE_PREFIX "interface"

Definition at line 130 of file lv2_extensions.h.

◆ LV2_PLUGINLICENSE__interface2

#define LV2_PLUGINLICENSE__interface2   LV2_PLUGINLICENSE_PREFIX "interface2"

Definition at line 131 of file lv2_extensions.h.

◆ LV2_PLUGINLICENSE_PREFIX

#define LV2_PLUGINLICENSE_PREFIX   LV2_PLUGINLICENSE_URI "#"

Definition at line 129 of file lv2_extensions.h.

◆ LV2_PLUGINLICENSE_URI

#define LV2_PLUGINLICENSE_URI   "http://harrisonconsoles.com/lv2/license"

Definition at line 128 of file lv2_extensions.h.

Typedef Documentation

◆ LV2_License_Interface