Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SequenceTrack.cpp809 int sweepTime = m_ParserTrackParam.portaTime; in NoteOn() local
810 sweepTime *= sweepTime; in NoteOn()
811 sweepTime = static_cast<int>( sweepTime * ( sweepPitch >= 0 ? sweepPitch : -sweepPitch ) ); in NoteOn()
812 sweepTime >>= 5; in NoteOn()
813 sweepTime *= 5; // 単位はmsec in NoteOn()
815 channel->SetSweepParam( sweepPitch, sweepTime, true ); in NoteOn()
Dsnd_Channel.cpp525 void Channel::SetSweepParam( f32 sweepPitch, int sweepTime, bool autoUpdate ) in SetSweepParam() argument
528 m_SweepLength = sweepTime; in SetSweepParam()
/NW4C-2.0.3/include/nw/snd/
Dsnd_Channel.h176 void SetSweepParam( f32 sweepPitch, int sweepTime, bool autoUpdate );