summaryrefslogtreecommitdiff
path: root/setup/sound.c
AgeCommit message (Collapse)Author
2010-07-28Add config file parameter to set OPL I/O port.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1947
2010-03-08Use native MIDI music by default.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1879
2009-11-21Merge from trunk.Simon Howard
Subversion-branch: /branches/opl-branch Subversion-revision: 1734
2009-11-19Rework the OS X MIDI disabling code, as SDL_mixer 1.2.11 fixes theSimon Howard
crash. Check and disable MIDI by default if using an older version of SDL on OS X. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1730
2009-09-28Change music enable/disable control in setup tool to a dropdown list, toSimon Howard
allow MIDI playback type to be selected. Subversion-branch: /branches/opl-branch Subversion-revision: 1695
2008-02-12Add use_libsamplerate variable to setup.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1082
2007-06-14Add configuration file variable to change the sound sample rateSimon Howard
(snd_samplerate) Subversion-branch: /trunk/chocolate-doom Subversion-revision: 906
2007-06-04Remove unneeded SDL.h include.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 895
2007-03-12Change "sound effects enabled" checkbox to a dropdown, allowing PCSimon Howard
speaker to be selected as well. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 855
2006-12-26On OSX, make MIDI music disabled by default. There are problems with theSimon Howard
native MIDI code in SDL_mixer. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 811
2006-10-23Change config variable names to be the same as used in Doom.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 717
2006-10-22Standardise setup config variable names on the same variable names usedSimon Howard
in Doom. Add header files for source files where they are needed. Make variables static where appropriate. General cleanups etc. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 712
2006-09-29Use TXT_AddWidgets in setup for greatly enhanced readability.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 679
2006-09-20Add sound config dialog. Convert some of the mouse settings to use Simon Howard
spin controls. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 636