index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
midi
Age
Commit message (
Expand
)
Author
2007-03-09
reduced dependency from windows-specific header files
Nicola Mettifogo
2007-03-08
Explicitly #include fcntl.h and unistd.h for the open/write/close syscalls
Max Horn
2007-03-08
Replaced uses of fprintf() with warning() or error()
Max Horn
2007-02-16
Unified how we deal with (and how we generate) MIDI sysex messages -- in part...
Max Horn
2006-09-20
Some updates (mostly guesswork) for the ALSA MIDI driver, mostly prompted by
Torbjörn Andersson
2006-09-17
Fixed compilation
Chris Apers
2006-04-14
Avoid using exceptions
Max Horn
2006-04-04
Don't use HAVE_CONFIG_H / config.h directly, use scummsys.h instead
Max Horn
2006-03-29
Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...
Max Horn
2006-03-14
Adds support for building on Intel Macs, using a modified
Oystein Eftevaag
2006-03-04
WIP of maemo port
Eugene Sandulenko
2006-02-27
Fixed compilation.
Torbjörn Andersson
2006-02-27
SysEx data now passed around with const pointers. Permits simplification of s...
Jamieson Christian
2006-02-27
clear ALSA event structure before use
Willem Jan Palenstijn
2006-02-25
Moved dummy MIDI driver from backends/ to sound/ (this fixes bug #1435221)
Max Horn
2006-02-11
Disable Adlib on PalmOS 68k devices
Chris Apers
2006-02-11
Change CVS keywords to SVN keywords
Max Horn
2006-02-07
Removed .cvsignore files
Max Horn
2006-01-18
Update copyright notice
Eugene Sandulenko
2005-12-30
Fixed the CoreMIDI driver -- MT-32 now sounds perfect under Mac OS X :-)
Max Horn
2005-12-26
Switched the CoreAudio driver to use an AUGraph; this simplifies things a lot...
Max Horn
2005-12-26
New CoreMIDI midi backend for OS X
Max Horn
2005-11-06
Default to /dev/sequencer before /dev/null if no MIDI device
Jonathan Gray
2005-10-18
Update FSF address. Eek. Actually that took place on May 1, 2005
Eugene Sandulenko
2005-07-30
Remove trailing whitespaces.
Eugene Sandulenko
2005-07-11
Fix more GCC 4.0 warnings
Max Horn
2005-07-02
cleanup
Max Horn
2005-07-02
Small fixes
Max Horn
2005-07-02
Hackish native MIDI HW support for Mac OS X (incomplete)
Max Horn
2005-06-24
When including files from common/, explicitly use the common/ prefix
Max Horn
2005-05-05
Add a comment regarding use of CoreAudio/AudioUnits v1 API
Max Horn
2005-04-18
If we don't want to use reverb, then at least disable it properly, not via a ...
Max Horn
2005-01-10
Remove some more header dependencies
Max Horn
2005-01-01
Updated copyright
Max Horn
2004-12-25
Moved the softsynth midi drivers into a sound/softsynth; amongst other things...
Max Horn
2004-12-05
Clean up OSystem::Event
Max Horn
2004-12-02
Synched with upstream (Munt 0.1.1).
Jerome Fisher
2004-11-29
- Fixed uninitialised reverb level. This bug took embarrassingly long to find...
Jerome Fisher
2004-11-29
- Now actually read and write the 4 bytes of tuning frequency info in the hea...
Jerome Fisher
2004-11-28
Changed parameter order of SoundMixer::playInputStream to match that of playRaw
Max Horn
2004-11-28
- Now sets the palette earlier, and only once.
Jerome Fisher
2004-11-28
- Now sets itself as a "permanent" mixer channel.
Jerome Fisher
2004-11-28
Initialize palette for the progress bar
Eugene Sandulenko
2004-11-28
- Cleanup.
Jerome Fisher
2004-11-28
Fixed various warnings
Max Horn
2004-11-28
fixed an unsigned comparision warning (does this code really do what you inte...
Max Horn
2004-11-28
const correctness fix
Max Horn
2004-11-28
- More cleanup.
Jerome Fisher
2004-11-28
- Now really use g_scummfont everywhere.
Jerome Fisher
2004-11-28
- Now uses g_scummfont instead of g_sysfont.
Jerome Fisher
[next]