Searched refs:sweepPitch (Results 1 – 6 of 6) sorted by relevance
95 m_ParserTrackParam.sweepPitch = 0.0f; in InitParam()795 f32 sweepPitch = m_ParserTrackParam.sweepPitch; in NoteOn() local799 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()
525 void Channel::SetSweepParam( f32 sweepPitch, int sweepTime, bool autoUpdate ) in SetSweepParam() argument527 m_SweepPitch = sweepPitch; in SetSweepParam()
281 param.sweepPitch = (value - 64) / 64.0f; in HandleControlChangeMessage()284 param.sweepPitch = (value - 64) / 64.0f * 24; in HandleControlChangeMessage()
547 trackParam.sweepPitch = static_cast<f32>( commandArg1 ) / 64.0f; in CommandProc()
83 f32 sweepPitch; member
176 void SetSweepParam( f32 sweepPitch, int sweepTime, bool autoUpdate );