We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4a72cf commit 4f60d04Copy full SHA for 4f60d04
CHANGELIST.md
@@ -2,7 +2,8 @@
2
3
### 1.0.4
4
- Fixed incorrect "ALL TESTS PASSED" message when validating out of process [#125]
5
-- - Updated juce to 113009c074
+- Updated juce to 113009c074
6
+- Added LV2 support [#25]
7
8
### 1.0.3
9
- Fix VST3 host bus issue
CMakeLists.txt
@@ -73,6 +73,7 @@ target_compile_definitions(pluginval PRIVATE
73
JUCE_PLUGINHOST_AU=1
74
JUCE_PLUGINHOST_LADSPA=1
75
JUCE_PLUGINHOST_VST3=1
76
+ JUCE_PLUGINHOST_LV2=1
77
JUCE_USE_CURL=0
78
JUCE_WEB_BROWSER=0
79
JUCER_ENABLE_GPL_MODE=1
0 commit comments