From 27d78fea270c882cc1484c34cc5eaf17b6222714 Mon Sep 17 00:00:00 2001 From: hariel1985 Date: Mon, 23 Mar 2026 12:03:34 +0100 Subject: [PATCH] Add LV2 plugin format Co-Authored-By: Claude Opus 4.6 (1M context) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9ae34c5..59af986 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ juce_add_plugin(InstaDrums NEEDS_MIDI_OUTPUT TRUE PLUGIN_MANUFACTURER_CODE Inst PLUGIN_CODE Idrm - FORMATS VST3 AU Standalone + FORMATS VST3 AU LV2 Standalone PRODUCT_NAME "InstaDrums" COPY_PLUGIN_AFTER_BUILD FALSE )