This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define LV2_URID__batchMap LV2_URID_PREFIX "batchMap" ///< http://lv2plug.in/ns/ext/urid#batchMap | |
#define LV2_URID__batchUnmap LV2_URID_PREFIX "batchUnmap" ///< http://lv2plug.in/ns/ext/urid#batchUnmap | |
#define LV2_URID_BATCH_MAP_URI LV2_URID__batchMap | |
#define LV2_URID_BATCH_UNMAP_URI LV2_URID__batchUnmap | |
#ifdef __cplusplus | |
extern "C" { | |
#endif |