|
Base Module
VST 3.6.6
SDK for developing VST Plug-in
|
Namespaces | |
| Steinberg | |
Functions | |
| void * | alignedMalloc (int32 size, int32 alignment=16) |
| Allocate memory aligned to a given alignment. More... | |
| bool | alignedFree (void *buffer) |
| Free aligned memory allocated by alignedMalloc. More... | |