Searched refs:sweepPitch (Results 1 – 6 of 6) sorted by relevance
93 m_ParserTrackParam.sweepPitch = 0.0f; in InitParam()792 f32 sweepPitch = m_ParserTrackParam.sweepPitch; in NoteOn() local796 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()
279 param.sweepPitch = (value - 64) / 64.0f; in HandleControlChangeMessage()282 param.sweepPitch = (value - 64) / 64.0f * 24; in HandleControlChangeMessage()
523 void Channel::SetSweepParam( f32 sweepPitch, int sweepTime, bool autoUpdate ) in SetSweepParam() argument525 m_SweepPitch = sweepPitch; in SetSweepParam()
545 trackParam.sweepPitch = static_cast<f32>( commandArg1 ) / 64.0f; in CommandProc()
81 f32 sweepPitch; member
174 void SetSweepParam( f32 sweepPitch, int sweepTime, bool autoUpdate );