Searched refs:SetInterpolationType (Results 1 – 5 of 5) sorted by relevance
150 pChannel->SetInterpolationType( regionInfo.interpolationType ); in NoteOn()
559 pChannel->SetInterpolationType( in Initialize()1664 void Voice::SetInterpolationType( u8 interpolationType ) in SetInterpolationType() function in nw::snd::internal::driver::Voice1672 pChannel->SetInterpolationType( GetSdkInterpolationType( interpolationType ) ); in SetInterpolationType()
339 m_pVoice->SetInterpolationType( m_InterpolationType ); in Start()
174 void SetInterpolationType( u8 interpolationType );
195 void SetInterpolationType( u8 type ) { m_InterpolationType = type; } in SetInterpolationType() function