Add LV2_SYMBOL_EXPORT for the descriptor function - this does the same thing as our existing linker scripts I believe, but it seems to be the recommended way for LV2
This commit is contained in:
@@ -29,6 +29,7 @@
|
|||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
||||||
|
LV2_SYMBOL_EXPORT
|
||||||
const LV2_Descriptor *lv2_descriptor(uint32_t index)
|
const LV2_Descriptor *lv2_descriptor(uint32_t index)
|
||||||
{
|
{
|
||||||
return RubberBandPitchShifter::getDescriptor(index);
|
return RubberBandPitchShifter::getDescriptor(index);
|
||||||
|
|||||||
Reference in New Issue
Block a user