![]() |
AAX SDK
2.4.1
Avid Audio Extensions Development Kit
|
Go to the source code of this file.
Namespaces | |
AAX | |
Functions | |
template<class T1 , class T2 > | |
bool | AAX::PageTableParameterMappingsAreEqual (const T1 &inL, const T2 &inR) |
template<class T1 , class T2 > | |
bool | AAX::PageTableParameterNameVariationsAreEqual (const T1 &inL, const T2 &inR) |
template<class T1 , class T2 > | |
bool | AAX::PageTablesAreEqual (const T1 &inL, const T2 &inR) |
template<class T > | |
void | AAX::CopyPageTable (T &to, const T &from) |
template<class T > | |
std::vector< std::pair< int32_t, int32_t > > | AAX::FindParameterMappingsInPageTable (const T &inTable, AAX_CParamID inParameterID) |
template<class T > | |
void | AAX::ClearMappedParameterByID (T &ioTable, AAX_CParamID inParameterID) |