Home
last modified time | relevance | path

Searched refs:SetInterpolationType (Results 1 – 5 of 5) sorted by relevance

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Bank.cpp152 pChannel->SetInterpolationType( regionInfo.interpolationType ); in NoteOn()
Dsnd_Voice.cpp561 pChannel->SetInterpolationType( in Initialize()
1666 void Voice::SetInterpolationType( u8 interpolationType ) in SetInterpolationType() function in nw::snd::internal::driver::Voice
1674 pChannel->SetInterpolationType( GetSdkInterpolationType( interpolationType ) ); in SetInterpolationType()
Dsnd_Channel.cpp341 m_pVoice->SetInterpolationType( m_InterpolationType ); in Start()
/NW4C-2.0.3/include/nw/snd/
Dsnd_Voice.h176 void SetInterpolationType( u8 interpolationType );
Dsnd_Channel.h197 void SetInterpolationType( u8 type ) { m_InterpolationType = type; } in SetInterpolationType() function