Home
last modified time | relevance | path

Searched refs:KeyRegion (Results 1 – 3 of 3) sorted by relevance

/NW4C-1.3.3/include/nw/snd/
Dsnd_BankFile.h138 struct KeyRegion;
145 const KeyRegion* GetKeyRegion( u32 key ) const;
149 struct KeyRegion struct
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_BankFile.cpp264 const BankFile::KeyRegion*
270 return reinterpret_cast<const BankFile::KeyRegion*>( in GetKeyRegion()
280 BankFile::KeyRegion::GetVelocityRegion( u32 velocity ) const in GetVelocityRegion()
Dsnd_BankFileReader.cpp101 const BankFile::KeyRegion* keyRegion = instrument->GetKeyRegion( key ); in ReadVelocityRegionInfo()