Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_BankFileReader.cpp149 info->interpolationType = velocityRegion->GetInterpolationType(); in ReadVelocityRegionInfo()
163 info->interpolationType = regionParameter->interpolationType; in ReadVelocityRegionInfo()
Dsnd_Bank.cpp152 pChannel->SetInterpolationType( regionInfo.interpolationType ); in NoteOn()
Dsnd_Voice.cpp47 nn::snd::InterpolationType GetSdkInterpolationType( u8 interpolationType ) in GetSdkInterpolationType() argument
51 switch ( interpolationType ) in GetSdkInterpolationType()
63 NN_ASSERTMSG( 0, "invalid InterpolationType(%d)\n", interpolationType ); in GetSdkInterpolationType()
1666 void Voice::SetInterpolationType( u8 interpolationType ) in SetInterpolationType() argument
1674 pChannel->SetInterpolationType( GetSdkInterpolationType( interpolationType ) ); in SetInterpolationType()
/NW4C-2.0.3/include/nw/snd/
Dsnd_BankFileReader.h44 u8 interpolationType; member
Dsnd_Util.h91 nn::snd::InterpolationType interpolationType = nn::snd::INTERPOLATION_TYPE_POLYPHASE; in GetInterpolationType() local
95 interpolationType = nn::snd::INTERPOLATION_TYPE_NONE; in GetInterpolationType()
98 interpolationType = nn::snd::INTERPOLATION_TYPE_LINEAR; in GetInterpolationType()
104 return interpolationType; in GetInterpolationType()
Dsnd_BankFile.h206 u8 interpolationType; member
Dsnd_Voice.h176 void SetInterpolationType( u8 interpolationType );