mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
ARA Host: Add support for scanning and hosting ARA plugins
This commit is contained in:
parent
d99fbccb66
commit
f36949c1b2
31 changed files with 3522 additions and 133 deletions
|
|
@ -664,10 +664,11 @@ target!).
|
|||
juce_set_aax_sdk_path(<absolute path>)
|
||||
juce_set_vst2_sdk_path(<absolute path>)
|
||||
juce_set_vst3_sdk_path(<absolute path>)
|
||||
juce_set_ara_sdk_path(<absolute path>)
|
||||
|
||||
Call these functions from your CMakeLists to set up your local AAX, VST2, and VST3 SDKs. These
|
||||
functions should be called *before* adding any targets that may depend on the AAX/VST2/VST3 SDKs
|
||||
(plugin hosts, AAX/VST2/VST3 plugins etc.).
|
||||
Call these functions from your CMakeLists to set up your local AAX, VST2, VST3 and ARA SDKs. These
|
||||
functions should be called *before* adding any targets that may depend on the AAX/VST2/VST3/ARA SDKs
|
||||
(plugin hosts, AAX/VST2/VST3/ARA plugins etc.).
|
||||
|
||||
#### `juce_add_module`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue