From c62b42a7c9cbcc1eb61da00808968d6dbabe2ed9 Mon Sep 17 00:00:00 2001 From: Andrew Wiltshire <62200778+AW1534@users.noreply.github.com> Date: Mon, 2 Feb 2026 22:10:39 +0000 Subject: [PATCH] Clarify VST support to VST2 and mention LV2 support in README (#8233) * Clarify VST support to VST2 in README Updated VST support mention from VST(i) to VST2 in features section for clarity. * Update README.md Co-authored-by: Dalton Messmer * mention LV2 support --------- Co-authored-by: Dalton Messmer --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d626fb4b..d17780420 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ What is LMMS? -------------- -LMMS is an open-source cross-platform digital audio workstation designed for music production. It includes an advanced Piano Roll, Beat Sequencer, Song Editor, and Mixer for composing, arranging, and mixing music. It comes with 15+ synthesizer plugins by default, along with VST(i) and SoundFont2 support. +LMMS is an open-source cross-platform digital audio workstation designed for music production. It includes an advanced Piano Roll, Beat Sequencer, Song Editor, and Mixer for composing, arranging, and mixing music. It comes with 15+ synthesizer plugins by default, along with VST2 and SoundFont2 support. Features --------- @@ -39,7 +39,7 @@ Features * A Mixer with unlimited mixer channels and arbitrary number of effects * Many powerful instrument and effect-plugins out of the box * Full user-defined track-based automation and computer-controlled automation sources -* Compatible with many standards such as SoundFont2, VST(i), LADSPA, GUS Patches, and full MIDI support +* Compatible with many standards such as SoundFont2, VST2 (instruments and effects), LADSPA, LV2, GUS Patches, and full MIDI support * MIDI file importing and exporting Building