Home
last modified time | relevance | path

Searched refs:SetLfoTarget (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_Channel.h170 void SetLfoTarget( LfoTarget type ) { m_LfoTarget = type; } in SetLfoTarget() function
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SequenceTrack.cpp458 channel->SetLfoTarget( static_cast<Channel::LfoTarget>( m_ParserTrackParam.lfoTarget ) ); in UpdateChannelParam()