index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
Rockbox Meta-User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
midiplay.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-09-24
Move all of midiplay into its subdir and add a Makefile for it, add header fi...
Nils Wallménius
1
-347
/
+0
2007-09-20
Enable plugins on the Sansa C200. Large parts taken from patch FS#7749 by Max...
Marianne Arnold
1
-1
/
+2
2007-09-10
Clean up hard-coded paths
Nils Wallménius
1
-1
/
+2
2007-07-27
Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet.
Jens Arnold
1
-1
/
+2
2007-07-24
Check if the HW is capable of 22.050KHz playback, and revert to using 44.1Khz...
Dave Chapman
1
-5
/
+14
2007-06-10
Plugins that play sound must be sure to set inputs and outputs on audio muxed...
Michael Sevakis
1
-2
/
+7
2007-05-19
attempt to make the Gigabeat button mappings in the plugins more logical and ...
Marcoen Hirschberg
1
-2
/
+2
2007-05-19
Prevent idle poweroff in the MIDI player
Linus Nielsen Feltzing
1
-0
/
+3
2007-04-21
Fix the undefined char symbols appearing in many output lines. This printf do...
Jens Arnold
1
-4
/
+4
2007-04-11
Some quick and dirty MIDI player optimizations, now it works on the X5 and M5...
Linus Nielsen Feltzing
1
-7
/
+5
2007-03-16
Rename some macros to account for the recently added M5 port. No code changes.
Jens Arnold
1
-1
/
+1
2007-03-16
Ooops.
Jens Arnold
1
-2
/
+2
2007-03-14
Reset sample rate correctly after MIDI playback
Steve Bavin
1
-3
/
+1
2007-01-11
Make MIDI playback work on the Simulator, with sound etc. The #define stuff i...
Stepan Moskovchenko
1
-9
/
+22
2006-11-26
FS#6357, patch 1: let iramcopy and bss share the same space in codecs and
Tomasz Malesinski
1
-3
/
+3
2006-11-18
SWCODEC/IRAM: Save voice IRAM when a plugin initializes its IRAM. Defines two...
Michael Sevakis
1
-13
/
+2
2006-10-26
Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the ...
Barry Wardell
1
-0
/
+7
2006-08-03
Barry Wardell's keymappings for H10
Daniel Stenberg
1
-0
/
+6
2006-06-30
To avoid having to use the main unit when accidentally launching a plugin fro...
Kevin Ferrare
1
-1
/
+5
2006-06-12
HAVE_ADJUSTABLE_CPU_FREQ isn't defined for simulators, so we don't have to ch...
Christian Gmeiner
1
-2
/
+2
2006-05-08
Fixed freezing after loader error messages.
Stepan Moskovchenko
1
-0
/
+5
2006-05-07
Whoops! Lousy button code...
Stepan Moskovchenko
1
-6
/
+48
2006-05-07
Added ability to adjust the volume during playback.
Stepan Moskovchenko
1
-8
/
+60
2006-05-03
Optimize synth code by pre-computing the volume scaling for each note.
Stepan Moskovchenko
1
-1
/
+1
2006-05-03
Remove some debug junk, start a new build.
Stepan Moskovchenko
1
-2
/
+0
2006-05-03
Fix file descriptor leak that would cause a hard lockup every 7 files
Stepan Moskovchenko
1
-70
/
+68
2006-05-01
----------------------------------------------------------------------
Stepan Moskovchenko
1
-0
/
+217