drummer/lv2_plugin.c

25 lines
777 B
C
Raw Normal View History

/*---------------------------------------------------------------------------------*/
/* 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)
{
}