struct
AudioProcessorInfoDetailed information and common properties of AudioProcessor subclasses.
Public variables
- CString label
- Preferred user interface name.
- CString version
- Version identifier.
- CString category
- Category to allow grouping for processors of similar function.
- CString blurb
- Short description for overviews.
- CString description
- Elaborate description for help dialogs.
- CString website_url
- Website of/about this AudioProcessor.
- CString creator_name
- Name of the creator.
- CString creator_url
- Internet contact of the creator.