From bd7166893f2bfe15b87c95c26f7a400f571ab857 Mon Sep 17 00:00:00 2001 From: Tom Poole Date: Mon, 27 Jun 2022 15:22:32 +0100 Subject: [PATCH] Update the README to include LV2 support --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 744b78ebc2..3faaced1f1 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ ![alt text](https://assets.juce.com/juce/JUCE_banner_github.png "JUCE") JUCE is an open-source cross-platform C++ application framework for creating high quality -desktop and mobile applications, including VST, VST3, AU, AUv3 and AAX audio plug-ins. -JUCE can be easily integrated with existing projects via CMake, or can be used as a project -generation tool via the [Projucer](https://juce.com/discover/projucer), which supports -exporting projects for Xcode (macOS and iOS), Visual Studio, Android Studio, Code::Blocks -and Linux Makefiles as well as containing a source code editor. +desktop and mobile applications, including VST, VST3, AU, AUv3, AAX and LV2 audio plug-ins +and plug-in hosts. JUCE can be easily integrated with existing projects via CMake, or can +be used as a project generation tool via the [Projucer](https://juce.com/discover/projucer), +which supports exporting projects for Xcode (macOS and iOS), Visual Studio, Android Studio, +Code::Blocks and Linux Makefiles as well as containing a source code editor. ## Getting Started