Home
last modified time | relevance | path

Searched refs:sweepPitch (Results 1 – 6 of 6) sorted by relevance

/NW4C-1.3.3/sources/libraries/snd/
Dsnd_SequenceTrack.cpp93 m_ParserTrackParam.sweepPitch = 0.0f; in InitParam()
792 f32 sweepPitch = m_ParserTrackParam.sweepPitch; in NoteOn() local
796 sweepPitch += m_ParserTrackParam.portaKey - key; in NoteOn()
802 channel->SetSweepParam( sweepPitch, length, false ); in NoteOn()
808 sweepTime = static_cast<int>( sweepTime * ( sweepPitch >= 0 ? sweepPitch : -sweepPitch ) ); in NoteOn()
812 channel->SetSweepParam( sweepPitch, sweepTime, true ); in NoteOn()
Dsnd_MidiSequencePlayer.cpp279 param.sweepPitch = (value - 64) / 64.0f; in HandleControlChangeMessage()
282 param.sweepPitch = (value - 64) / 64.0f * 24; in HandleControlChangeMessage()
Dsnd_Channel.cpp523 void Channel::SetSweepParam( f32 sweepPitch, int sweepTime, bool autoUpdate ) in SetSweepParam() argument
525 m_SweepPitch = sweepPitch; in SetSweepParam()
Dsnd_MmlParser.cpp545 trackParam.sweepPitch = static_cast<f32>( commandArg1 ) / 64.0f; in CommandProc()
/NW4C-1.3.3/include/nw/snd/
Dsnd_SequenceTrack.h81 f32 sweepPitch; member
Dsnd_Channel.h174 void SetSweepParam( f32 sweepPitch, int sweepTime, bool autoUpdate );