From 230340dbfc580628596243bb63b31aeb4d6b5a6d Mon Sep 17 00:00:00 2001 From: szkkng Date: Mon, 24 Nov 2025 16:39:18 +0900 Subject: [PATCH] Docs: Correct VST3_CATEGORIES defaults in CMake API --- docs/CMake API.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/CMake API.md b/docs/CMake API.md index b6d821bb17..fb50fe4e70 100644 --- a/docs/CMake API.md +++ b/docs/CMake API.md @@ -583,9 +583,10 @@ attributes directly to these creation functions, rather than adding them later. `VST3_CATEGORIES` - Should be one or more, separated by spaces, of the following: `Fx`, `Instrument`, `Analyzer`, `Delay`, `Distortion`, `Drum`, `Dynamics`, `EQ`, `External`, `Filter`, `Generator`, `Mastering`, - `Modulation`, `Mono`, `Network`, `NoOfflineProcess`, `OnlyOfflineProcess`, `OnlyRT`, - `Pitch Shift`, `Restoration`, `Reverb`, `Sampler`, `Spatial`, `Stereo`, `Surround`, `Synth`, - `Tools`, `Up-Downmix`. Defaults to `Synth` if `IS_SYNTH` is `TRUE`. Otherwise defaults to `Fx`. + `Modulation`, `Mono`, `Network`, `NoOfflineProcess`, `OnlyOfflineProcess`, `OnlyRT`, `Pitch + Shift`, `Restoration`, `Reverb`, `Sampler`, `Spatial`, `Stereo`, `Surround`, `Synth`, `Tools`, + `Up-Downmix`. Defaults to `Instrument Synth` if `IS_SYNTH` is `TRUE`. Otherwise defaults to + `Fx`. `AU_MAIN_TYPE` - Should be one of: `kAudioUnitType_Effect`, `kAudioUnitType_FormatConverter`,