#include "processor.hh"
Public Attributes | |
CString | blurb |
CString | category |
CString | creator_name |
CString | creator_url |
CString | description |
CString | label |
CString | version |
CString | website_url |
Detailed information and common properties of AudioProcessor subclasses.
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.