Skip to content

Commit

Permalink
Added support for LV2 plugins [Fixes #25]
Browse files Browse the repository at this point in the history
  • Loading branch information
drowaudio committed Jun 6, 2024
1 parent c4a72cf commit 4f60d04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

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

### 1.0.3
- Fix VST3 host bus issue
Expand Down
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ target_compile_definitions(pluginval PRIVATE
JUCE_PLUGINHOST_AU=1
JUCE_PLUGINHOST_LADSPA=1
JUCE_PLUGINHOST_VST3=1
JUCE_PLUGINHOST_LV2=1
JUCE_USE_CURL=0
JUCE_WEB_BROWSER=0
JUCER_ENABLE_GPL_MODE=1
Expand Down

0 comments on commit 4f60d04

Please sign in to comment.