Skip to content

Commit 4f60d04

Browse files
committed
Added support for LV2 plugins [Fixes #25]
1 parent c4a72cf commit 4f60d04

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELIST.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
### 1.0.4
44
- Fixed incorrect "ALL TESTS PASSED" message when validating out of process [#125]
5-
- - Updated juce to 113009c074
5+
- Updated juce to 113009c074
6+
- Added LV2 support [#25]
67

78
### 1.0.3
89
- Fix VST3 host bus issue

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ target_compile_definitions(pluginval PRIVATE
7373
JUCE_PLUGINHOST_AU=1
7474
JUCE_PLUGINHOST_LADSPA=1
7575
JUCE_PLUGINHOST_VST3=1
76+
JUCE_PLUGINHOST_LV2=1
7677
JUCE_USE_CURL=0
7778
JUCE_WEB_BROWSER=0
7879
JUCER_ENABLE_GPL_MODE=1

0 commit comments

Comments
 (0)