changeset 210:1aac7a53b2ae

10L. Fixed.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 07 Oct 2012 15:13:08 +0300
parents 17d4cc4c3ed1
children 3dc35ce354f7
files jssplr.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/jssplr.c	Sun Oct 07 15:09:44 2012 +0300
+++ b/jssplr.c	Sun Oct 07 15:13:08 2012 +0300
@@ -722,7 +722,7 @@
     }
 
     // Set the new frequency
-    jmpCSetPitch(mp, channel, chn->pitch + delta);
+    jmpCSetPitch(mp, chn, chn->pitch + delta);
 
     // Advance vibrato waveform position
     chn->vibrato.pos += chn->vibrato.speed;