Skip to content

_AWEPluginModuleArray

Module: AudioWeaver Plugins

A list of module classes provided by a plugin.

#include <AWEPluginTypes.h>

Public Attributes

Name
size_t count
Number of module classes in the array.
const void *const * array
Pointer to a contiguous array of module class pointers with count elements.

Public Attributes Documentation

variable count

size_t count;

Number of module classes in the array.

Not the array size in bytes!

variable array

const void *const  * array;

Pointer to a contiguous array of module class pointers with count elements.

If this is dynamically allocated, it should be freed in the AWEPlugin cleanup function.


Updated on 2026-02-10 at 15:44:29 -0500