Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SequenceTrack.cpp95 m_ParserTrackParam.sweepPitch = 0.0f; in InitParam()
795 f32 sweepPitch = m_ParserTrackParam.sweepPitch; in NoteOn() local
799 sweepPitch += m_ParserTrackParam.portaKey - key; in NoteOn()
805 channel->SetSweepParam( sweepPitch, length, false ); in NoteOn()
811 sweepTime = static_cast<int>( sweepTime * ( sweepPitch >= 0 ? sweepPitch : -sweepPitch ) ); 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
527 m_SweepPitch = sweepPitch; in SetSweepParam()
Dsnd_MidiSequencePlayer.cpp281 param.sweepPitch = (value - 64) / 64.0f; in HandleControlChangeMessage()
284 param.sweepPitch = (value - 64) / 64.0f * 24; in HandleControlChangeMessage()
Dsnd_MmlParser.cpp547 trackParam.sweepPitch = static_cast<f32>( commandArg1 ) / 64.0f; in CommandProc()
/NW4C-2.0.3/include/nw/snd/
Dsnd_SequenceTrack.h83 f32 sweepPitch; member
Dsnd_Channel.h176 void SetSweepParam( f32 sweepPitch, int sweepTime, bool autoUpdate );