1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

CMake: Allow more than one AAX category to be specified

This commit is contained in:
reuk 2021-02-18 13:02:16 +00:00
parent a31a4dc5f7
commit 77ffb3839a
2 changed files with 26 additions and 22 deletions

View file

@ -512,7 +512,7 @@ attributes directly to these creation functions, rather than adding them later.
in GarageBand.
- `AAX_CATEGORY`
- Should be one of: `AAX_ePlugInCategory_None`, `AAX_ePlugInCategory_EQ`,
- Should be one or more of: `AAX_ePlugInCategory_None`, `AAX_ePlugInCategory_EQ`,
`AAX_ePlugInCategory_Dynamics`, `AAX_ePlugInCategory_PitchShift`, `AAX_ePlugInCategory_Reverb`,
`AAX_ePlugInCategory_Delay`, `AAX_ePlugInCategory_Modulation`, `AAX_ePlugInCategory_Harmonic`,
`AAX_ePlugInCategory_NoiseReduction`, `AAX_ePlugInCategory_Dither`,