Searched refs:SetInterpolationType (Results 1 – 5 of 5) sorted by relevance
152 pChannel->SetInterpolationType( regionInfo.interpolationType ); in NoteOn()
561 pChannel->SetInterpolationType( in Initialize()1666 void Voice::SetInterpolationType( u8 interpolationType ) in SetInterpolationType() function in nw::snd::internal::driver::Voice1674 pChannel->SetInterpolationType( GetSdkInterpolationType( interpolationType ) ); in SetInterpolationType()
341 m_pVoice->SetInterpolationType( m_InterpolationType ); in Start()
176 void SetInterpolationType( u8 interpolationType );
197 void SetInterpolationType( u8 type ) { m_InterpolationType = type; } in SetInterpolationType() function