forked from len0rd/rockbox
MIDI: Make seeking neater by moving it into another file. Will be more useful later.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15467 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
47eb569b62
commit
bdfe87c0f1
3 changed files with 71 additions and 63 deletions
|
@ -23,5 +23,8 @@ int tick(void);
|
|||
void pressNote(int ch, int note, int vol);
|
||||
void rewindFile(void);
|
||||
|
||||
void seekForward(int nSec);
|
||||
void seekBackward(int nSec);
|
||||
|
||||
extern long tempo;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue