Home
last modified time | relevance | path

Searched refs:interpolationType (Results 1 – 7 of 7) sorted by relevance

/NW4C-1.3.3/sources/libraries/snd/
Dsnd_BankFileReader.cpp142 info->interpolationType = velocityRegion->GetInterpolationType(); in ReadVelocityRegionInfo()
156 info->interpolationType = regionParameter->interpolationType; in ReadVelocityRegionInfo()
Dsnd_Bank.cpp150 pChannel->SetInterpolationType( regionInfo.interpolationType ); in NoteOn()
Dsnd_Voice.cpp45 nn::snd::InterpolationType GetSdkInterpolationType( u8 interpolationType ) in GetSdkInterpolationType() argument
49 switch ( interpolationType ) in GetSdkInterpolationType()
61 NN_ASSERTMSG( 0, "invalid InterpolationType(%d)\n", interpolationType ); in GetSdkInterpolationType()
1664 void Voice::SetInterpolationType( u8 interpolationType ) in SetInterpolationType() argument
1672 pChannel->SetInterpolationType( GetSdkInterpolationType( interpolationType ) ); in SetInterpolationType()
/NW4C-1.3.3/include/nw/snd/
Dsnd_BankFileReader.h42 u8 interpolationType; member
Dsnd_Util.h89 nn::snd::InterpolationType interpolationType = nn::snd::INTERPOLATION_TYPE_POLYPHASE; in GetInterpolationType() local
93 interpolationType = nn::snd::INTERPOLATION_TYPE_NONE; in GetInterpolationType()
96 interpolationType = nn::snd::INTERPOLATION_TYPE_LINEAR; in GetInterpolationType()
102 return interpolationType; in GetInterpolationType()
Dsnd_BankFile.h204 u8 interpolationType; member
Dsnd_Voice.h174 void SetInterpolationType( u8 interpolationType );