![]() |
AAX SDK
2.4.1
Avid Audio Extensions Development Kit
|
MIDI logging utilities | |
void | AAX::AsStringMIDIStream_Debug (const AAX_CMidiStream &inStream, char *outBuffer, int32_t inBufferSize) |
Filesystem utilities | |
bool | AAX::GetPathToPlugInBundle (const char *iBundleName, int iMaxLength, char *oModuleName) |
Retrieve the file path of the .aaxplugin bundle. More... | |
void AAX::AsStringMIDIStream_Debug | ( | const AAX_CMidiStream & | inStream, |
char * | outBuffer, | ||
int32_t | inBufferSize | ||
) |
Print a MIDI stream as a C-string
Sets an empty string in release builds
bool AAX::GetPathToPlugInBundle | ( | const char * | iBundleName, |
int | iMaxLength, | ||
char * | oModuleName | ||
) |
Retrieve the file path of the .aaxplugin bundle.
[in] | iBundleName |
|
[in] | iMaxLength | |
[out] | oModuleName | A preallocated buffer of size iMaxLength |