Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/snd/
Dsnd_Bank.cpp150 pChannel->SetInterpolationType( regionInfo.interpolationType ); in NoteOn()
Dsnd_Voice.cpp559 pChannel->SetInterpolationType( in Initialize()
1664 void Voice::SetInterpolationType( u8 interpolationType ) in SetInterpolationType() function in nw::snd::internal::driver::Voice
1672 pChannel->SetInterpolationType( GetSdkInterpolationType( interpolationType ) ); in SetInterpolationType()
Dsnd_Channel.cpp339 m_pVoice->SetInterpolationType( m_InterpolationType ); in Start()
/NW4C-1.3.3/include/nw/snd/
Dsnd_Voice.h174 void SetInterpolationType( u8 interpolationType );
Dsnd_Channel.h195 void SetInterpolationType( u8 type ) { m_InterpolationType = type; } in SetInterpolationType() function