Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yaxu committed Oct 23, 2012
1 parent 0d57b03 commit 9efffd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audio.c
Expand Up @@ -442,7 +442,7 @@ void playback(float **buffers, int frame, jack_nframes_t frametime) {
p->position += (1 - (tmppos * 2)) * p->accellerate + p->speed;
}
else {
if (reverse) {
if (p->reverse) {
p->position -= p->speed;
}
else {
Expand Down

0 comments on commit 9efffd2

Please sign in to comment.