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