Mercurial > hg > svapp
diff audioio/PlaySpeedRangeMapper.h @ 351:36efd75d7b7b tonioni
Merge from default branch
author | Chris Cannam |
---|---|
date | Wed, 14 May 2014 09:58:27 +0100 |
parents | 46b24009ce7a |
children | dee4aceb131c |
line wrap: on
line diff
--- a/audioio/PlaySpeedRangeMapper.h Thu Apr 03 08:51:30 2014 +0100 +++ b/audioio/PlaySpeedRangeMapper.h Wed May 14 09:58:27 2014 +0100 @@ -24,7 +24,10 @@ PlaySpeedRangeMapper(int minpos, int maxpos); virtual int getPositionForValue(float value) const; + virtual int getPositionForValueUnclamped(float value) const; + virtual float getValueForPosition(int position) const; + virtual float getValueForPositionUnclamped(int position) const; int getPositionForFactor(float factor) const; float getValueForFactor(float factor) const;