From 6ea25018546ebc099845158de7fef29c1c4fb28d Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Fri, 4 Feb 2011 16:20:12 +0100 Subject: Tiny bugfix in in-synth-cli, updated TODO and stuff --- synth/jack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'synth/jack.cpp') diff --git a/synth/jack.cpp b/synth/jack.cpp index 79c7b4a..c86cbce 100644 --- a/synth/jack.cpp +++ b/synth/jack.cpp @@ -459,7 +459,7 @@ int process_callback(jack_nframes_t nframes, void *notused) #endif // if the above changes, (1) must also change #ifdef FRAMESKIP - for (size_t k=i+frameskip-1;k>i;k--) + for (size_t k=i+frameskip-1;k>i;--k) { outbuf[j][k]=outbuf[j][i]; #ifdef STEREO -- cgit v1.2.3