#include <AAX_VEffectDescriptor.h>
Version-managed concrete AAX_IEffectDescriptor class.
◆ AAX_VEffectDescriptor()
AAX_VEffectDescriptor::AAX_VEffectDescriptor |
( |
IACFUnknown * |
pUnkHost | ) |
|
◆ ~AAX_VEffectDescriptor()
AAX_VEffectDescriptor::~AAX_VEffectDescriptor |
( |
| ) |
|
◆ NewComponentDescriptor()
◆ AddComponent()
◆ AddName()
AAX_Result AAX_VEffectDescriptor::AddName |
( |
const char * |
inPlugInName | ) |
|
|
virtual |
Add a name to the Effect.
May be called multiple times to add abbreviated Effect names.
- Note
- Every Effect must include at least one name variant with 31 or fewer characters, plus a null terminating character
- Parameters
-
[in] | inPlugInName | The name assigned to the plug-in. |
Implements AAX_IEffectDescriptor.
◆ AddCategory()
AAX_Result AAX_VEffectDescriptor::AddCategory |
( |
uint32_t |
inCategory | ) |
|
|
virtual |
◆ AddCategoryBypassParameter()
Add a category to your plug-in. See AAX_EPlugInCategory.
- Parameters
-
[in] | inCategory | One of the categories for the plug-in. |
[in] | inParamID | The parameter ID of the parameter used to bypass the category seciont of the plug-in. |
Implements AAX_IEffectDescriptor.
◆ AddProcPtr()
Add a process pointer.
- Parameters
-
[in] | inProcPtr | A process pointer. |
[in] | inProcID | A process ID. |
Implements AAX_IEffectDescriptor.
◆ NewPropertyMap()
◆ SetProperties()
Set the properties of a new property map.
- Parameters
-
[in] | inProperties | Description |
Implements AAX_IEffectDescriptor.
◆ AddResourceInfo()
Set resource file info.
- Parameters
-
[in] | inResourceType | See AAX_EResourceType. |
[in] | inInfo | Definition varies on the resource type. |
Implements AAX_IEffectDescriptor.
◆ AddMeterDescription()
Add name and property map to meter with given ID.
- Parameters
-
[in] | inMeterID | The ID of the meter being described. |
[in] | inMeterName | The name of the meter. |
[in] | inProperties | The property map containing meter related data such as meter type, orientation, etc. |
Implements AAX_IEffectDescriptor.
◆ AddControlMIDINode()
Add a control MIDI node to the plug-in data model.
- See also
- AAX_IACFEffectParameters_V2::UpdateControlMIDINodes()
- Parameters
-
[in] | inNodeID | The ID for the new control MIDI node. |
[in] | inNodeType | The type of the node. |
[in] | inNodeName | The name of the node. |
[in] | inChannelMask | The bit mask for required nodes channels (up to 16) or required global events for global node. |
Implements AAX_IEffectDescriptor.
◆ GetIUnknown()
IACFUnknown* AAX_VEffectDescriptor::GetIUnknown |
( |
void |
| ) |
const |
The documentation for this class was generated from the following file: