copy: clarify plugin format platform support

AudioUnits are macOS-only; Nyquist and VST3 are the cross-platform formats.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Mudskipper
2026-05-20 17:31:46 +10:00
parent 1407a88393
commit a9752d0efa

View File

@@ -157,8 +157,8 @@ import cloudProjectsImg from "../../assets/img/beta/audacity-4-beta-cloud-projec
<div>
<h4 class="text-base font-semibold text-gray-900">Plugin support</h4>
<p class="text-gray-700 text-sm mt-1">
Nyquist, AudioUnits, and VST3 are supported across all platforms,
with LV2 on Linux.
Nyquist and VST3 are supported across all platforms, with AudioUnits
on macOS and LV2 on Linux.
</p>
</div>
</li>