From 1dfb1c6143161d5201d9d8264835e0814f05164f Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Mon, 14 Mar 2011 01:34:10 -0400 Subject: [PATCH] Answer AJ's question. (comment update) --- src/TimingData.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/TimingData.cpp b/src/TimingData.cpp index 5959ef36fe..02abd33c7e 100644 --- a/src/TimingData.cpp +++ b/src/TimingData.cpp @@ -569,8 +569,8 @@ float TimingData::GetElapsedTimeFromBeatNoOffset( float fBeat ) const int iRow = BeatToNoteRow(fBeat); for( unsigned j=0; j=) - * A Pump delay acts differently. [aj: how?] (>) + /* A traditional stop has the beat happening before the stop. (>=) + * A Pump delay acts differently: the pause is before the beat. (>) */ if( ( m_StopSegments[j].m_iStartRow >= iRow && !m_StopSegments[j].m_bDelay ) || ( m_StopSegments[j].m_iStartRow > iRow && m_StopSegments[j].m_bDelay ) )