Skip to content

Commit

Permalink
HACK - Put rate system back together. This fixes crashes, and doesn't…
Browse files Browse the repository at this point in the history
… have the awful effect of panning sound off to the right.
  • Loading branch information
xwidghet committed Aug 21, 2016
1 parent e0f4d7c commit b5f7cc7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/RageSoundReader_PitchChange.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,10 @@ bool RageSoundReader_PitchChange::SetProperty( const RString &sProperty, float f
}
if( sProperty == "Speed" )
{
/* HACK: Put rate functions back together,
this needs to be refactored. */
SetSpeedRatio( fValue );
SetPitchRatio( fValue );
return true;
}

Expand Down

0 comments on commit b5f7cc7

Please sign in to comment.