1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

AAX: Allow runtime custom search paths for a page table file

This commit is contained in:
Anthony Nicholls 2023-06-05 15:22:54 +01:00
parent f16a430f08
commit 61b27097b7
42 changed files with 656 additions and 258 deletions

View file

@ -37,13 +37,13 @@ namespace Steinberg
namespace juce
{
/** An interface to allow an AudioProcessor to implement extended VST3-specific
functionality.
/**
An interface to allow an AudioProcessor to implement extended VST3-specific functionality.
To use this class, ensure that your AudioProcessor publicly inherits
from VST3ClientExtensions.
To use this class, create an object that inherits from it, implement the methods, then return
a pointer to the object in your AudioProcessor::getVST3ClientExtensions() method.
@see VSTCallbackHandler
@see AudioProcessor, AAXClientExtensions, VST2ClientExtensions
@tags{Audio}
*/