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
/
sound
/
softsynth
/
ym2612.cpp
Age
Commit message (
Expand
)
Author
2009-12-09
Remove the Audio::Mixer parameter from the midi/music plugins
Max Horn
2008-11-29
Remove warnings from NDS build.
Robin Watts
2008-11-05
Turned enum PluginError into Common::Error, which in the future is to be used...
Max Horn
2008-06-13
Added initial interface to list music devices and their types
Jordi Vilalta Prat
2008-06-13
Renamed MIDI plugins to Music plugins
Jordi Vilalta Prat
2008-05-14
- Added more information (ID and capabilities) to the MIDI drivers
Jordi Vilalta Prat
2008-05-07
Changed all delete [] usages to delete[].
Johannes Schickel
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2007-07-01
Removing non-ASCII chars from source code
Max Horn
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-04-19
Patch #1701118: Remove non-english characters from ym2612.cpp
Max Horn
2007-03-24
Commit of patch #1686414 ("Kyra: FM-Towns music").
Johannes Schickel
2007-02-20
Patch #1663933 (Kill premix channel) with a few tiny additional tweaks by me
Max Horn
2006-06-20
Cleanup. It seems unnecessary to have a "break" right after an unconditional
Torbjörn Andersson
2006-02-27
SysEx data now passed around with const pointers. Permits simplification of s...
Jamieson Christian
2006-02-11
Change CVS keywords to SVN keywords
Max Horn
2006-01-18
Update copyright notice
Eugene Sandulenko
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-05-10
Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec...
Max Horn
2005-01-10
A little more moving around #include's (last one for today ;-)
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