mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
Update the README to include LV2 support
This commit is contained in:
parent
bcad7f1456
commit
bd7166893f
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -1,11 +1,11 @@
|
||||||

|

|
||||||
|
|
||||||
JUCE is an open-source cross-platform C++ application framework for creating high quality
|
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.
|
desktop and mobile applications, including VST, VST3, AU, AUv3, AAX and LV2 audio plug-ins
|
||||||
JUCE can be easily integrated with existing projects via CMake, or can be used as a project
|
and plug-in hosts. JUCE can be easily integrated with existing projects via CMake, or can
|
||||||
generation tool via the [Projucer](https://juce.com/discover/projucer), which supports
|
be used as a project generation tool via the [Projucer](https://juce.com/discover/projucer),
|
||||||
exporting projects for Xcode (macOS and iOS), Visual Studio, Android Studio, Code::Blocks
|
which supports exporting projects for Xcode (macOS and iOS), Visual Studio, Android Studio,
|
||||||
and Linux Makefiles as well as containing a source code editor.
|
Code::Blocks and Linux Makefiles as well as containing a source code editor.
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue