Can tracktion host an external lv2 plugin?
Yes
could not find any sample code… any hints?
thanks max
You just have to enable JUCE_PLUGINHOST_LV2=1 in your project and then JUCE will pick up LV2 plugins in the same way as AU/VST3 so you can extrapolate the existing plugin examples from there.
1 Like
