Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/snd/
Dsnd_BankFile.h140 struct KeyRegion;
147 const KeyRegion* GetKeyRegion( u32 key ) const;
151 struct KeyRegion struct
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_BankFile.cpp266 const BankFile::KeyRegion*
272 return reinterpret_cast<const BankFile::KeyRegion*>( in GetKeyRegion()
282 BankFile::KeyRegion::GetVelocityRegion( u32 velocity ) const in GetVelocityRegion()
Dsnd_BankFileReader.cpp103 const BankFile::KeyRegion* keyRegion = instrument->GetKeyRegion( key ); in ReadVelocityRegionInfo()