Home
last modified time | relevance | path

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

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