Update DUMB to revision 9e3012a7ce5fb52383f51c99061bc45921699f63

- Fixed pitch slides on non-playing channels



SVN r4098 (trunk)
This commit is contained in:
Randy Heit 2013-02-08 00:46:27 +00:00
parent 36157271fc
commit e66024fcbc

View file

@ -1262,6 +1262,7 @@ static void update_effects(DUMB_IT_SIGRENDERER *sigrenderer)
}
}
if (playing) {
if (sigrenderer->sigdata->flags & IT_LINEAR_SLIDES) {
if (channel->toneporta && channel->destnote < 120) {
int currpitch = ((playing->note - 60) << 8) + playing->slide;
@ -1312,6 +1313,7 @@ static void update_effects(DUMB_IT_SIGRENDERER *sigrenderer)
}
}
}
}
update_smooth_effects(sigrenderer);
}