drummer/lv2_plugin.c
Arnaud G. GIBERT 6be9e0f582 - Fix memory leaks with valgrind!
- Move data structure management  in datastruct.c and datastruct.h files,
- Prepare LV2 plugin in new lv2_plugin.c and lv2_plugin.h files.
2022-03-27 11:33:37 +02:00

25 lines
777 B
C

/*---------------------------------------------------------------------------------*/
/* Includes */
/*---------------------------------------------------------------------------------*/
#define _LV2_PLUGIN_C_
#include <drummer.h>
/*---------------------------------------------------------------------------------*/
/* */
/*---------------------------------------------------------------------------------*/
static LV2_Handle instantiate(const LV2_Descriptor *descriptor,
double rate,
const char* bundle_path,
const LV2_Feature* const* features)
{
}