scummvm/backends/midi
Torbjörn Andersson 61e438df22 Made the calculation of _samples_per_tick a bit less prone to arithmetic
overflow. It failed if the output rate was 44100 Hz. (It didn't use to, but
somewhere along the line an unsigned value was changed to a signed. This
seemed like a better fix, though.)

svn-id: r15610
2004-10-19 08:47:10 +00:00
..
.cvsignore added .cvsignore 2002-11-24 15:41:17 +00:00
adlib.cpp added MidiDriver_Emulated base class used by the adlib & ym2612 midi 'drivers' 2004-10-17 17:49:45 +00:00
alsa.cpp Add passthrough ability. Patch by Christian Schoenebeck with slight modifications 2004-07-27 13:21:52 +00:00
coreaudio.cpp updated copyright notice 2004-01-06 12:45:34 +00:00
emumidi.h Made the calculation of _samples_per_tick a bit less prone to arithmetic 2004-10-19 08:47:10 +00:00
morphos.cpp removed duplicate g_timer object (one was global, one was static to timer.cpp); set g_system earlier (might prevent a few race conditions) 2003-09-28 21:08:48 +00:00
null.cpp updated copyright notice 2004-01-06 12:45:34 +00:00
quicktime.cpp updated copyright notice 2004-01-06 12:45:34 +00:00
seq.cpp updated copyright notice 2004-01-06 12:45:34 +00:00
windows.cpp updated copyright notice 2004-01-06 12:45:34 +00:00
ym2612.cpp added MidiDriver_Emulated base class used by the adlib & ym2612 midi 'drivers' 2004-10-17 17:49:45 +00:00
ypa1.cpp updated copyright notice 2004-01-06 12:45:34 +00:00
zodiac.cpp Zodiac midi driver 2004-09-12 11:14:14 +00:00