From f186d1e2d52111de73aa4389044579f256840fc7 Mon Sep 17 00:00:00 2001 From: Pi-Kay <59236705+Pi-Kay@users.noreply.github.com> Date: Sun, 3 May 2026 23:27:03 +0200 Subject: [PATCH] docs: add LADSPA user plugin path on macOS Adds the Audacity-specific user plugin folder (~/Library/Application Support/audacity/Plug-Ins/) to the macOS tab of the Installing plugins page. This matches the existing Windows documentation of %AppData%\audacity\Plug-ins. Verified by inspecting Audacity source: LadspaEffectsModule.cpp loads plugins from FileNames::PlugInDir(), which on macOS resolves to ~/Library/Application Support/audacity/Plug-Ins/. Refs #45 --- basics/customizing-audacity/installing-plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/basics/customizing-audacity/installing-plugins.md b/basics/customizing-audacity/installing-plugins.md index a67aebc..00a3e37 100644 --- a/basics/customizing-audacity/installing-plugins.md +++ b/basics/customizing-audacity/installing-plugins.md @@ -42,6 +42,7 @@ All Plugins can be installed per-user (`~/Library/Audio/Plug-Ins/...`) or system * LV2: `~/.lv2` or `/Library/Audio/Plug-Ins/LV2`,\ **Note:** always copy the entire .lv2 _folder_ * Vamp: `/Library/Audio/Plug-Ins/Vamp` +* LADSPA: `~/Library/Application Support/audacity/Plug-Ins/` * Nyquist: See below {% endtab %}