Home
last modified time | relevance | path

Searched refs:sweepTime (Results 1 – 3 of 3) sorted by relevance

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_SequenceTrack.cpp806 int sweepTime = m_ParserTrackParam.portaTime; in NoteOn() local
807 sweepTime *= sweepTime; in NoteOn()
808 sweepTime = static_cast<int>( sweepTime * ( sweepPitch >= 0 ? sweepPitch : -sweepPitch ) ); in NoteOn()
809 sweepTime >>= 5; in NoteOn()
810 sweepTime *= 5; // 単位はmsec in NoteOn()
812 channel->SetSweepParam( sweepPitch, sweepTime, true ); in NoteOn()
Dsnd_Channel.cpp523 void Channel::SetSweepParam( f32 sweepPitch, int sweepTime, bool autoUpdate ) in SetSweepParam() argument
526 m_SweepLength = sweepTime; in SetSweepParam()
/NW4C-1.2.23/include/nw/snd/
Dsnd_Channel.h174 void SetSweepParam( f32 sweepPitch, int sweepTime, bool autoUpdate );