summaryrefslogtreecommitdiff
path: root/apps/plugins/midi/midifile.c
diff options
context:
space:
mode:
authorStepan Moskovchenko <stevenm@rockbox.org>2006-05-07 07:12:07 +0000
committerStepan Moskovchenko <stevenm@rockbox.org>2006-05-07 07:12:07 +0000
commit68af7bae87b0fa4f0da080752a73e638f2ecdf21 (patch)
tree2c76e67d62458c9406a2764eef91cc5bc14fd0a8 /apps/plugins/midi/midifile.c
parenta95068cf39a8ee4c6972502d924b35b73bfabbfd (diff)
downloadrockbox-68af7bae87b0fa4f0da080752a73e638f2ecdf21.tar.gz
rockbox-68af7bae87b0fa4f0da080752a73e638f2ecdf21.zip
Added ability to adjust the volume during playback.
Gracefully fail if no soundset installed. Yet more messing with the ramping code. I swear, that will be the end of me. Basic skipping support- skip foreward a bit if Right is pressed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9883 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/midi/midifile.c')
-rw-r--r--apps/plugins/midi/midifile.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/midi/midifile.c b/apps/plugins/midi/midifile.c
index 13887e4a98..11f81b1fd6 100644
--- a/apps/plugins/midi/midifile.c
+++ b/apps/plugins/midi/midifile.c
@@ -68,8 +68,6 @@ struct MIDIfile * loadFile(char * filename)
68 int track=0; 68 int track=0;
69 69
70 printf("\nFile has %d tracks.", mfload->numTracks); 70 printf("\nFile has %d tracks.", mfload->numTracks);
71 printf("Time division=%d\n", mfload->div);
72
73 71
74 while(! eof(file) && track < mfload->numTracks) 72 while(! eof(file) && track < mfload->numTracks)
75 { 73 {