1
0
Fork 0
forked from len0rd/rockbox

Revert some changes that broke looping in midiplayer

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15631 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2007-11-15 21:20:29 +00:00
parent 7aa4ae6e45
commit 65331f1749
3 changed files with 26 additions and 21 deletions

View file

@ -109,7 +109,7 @@ struct SynthObject
int delta;
int decay;
unsigned int cp; /* unsigned int */
int state;
int state, loopState;
int note, vol, ch;
int curRate, curOffset, targetOffset;
int curPoint;