gzdoom/src/sound
Randy Heit e7ff22457e - Changed FMOD_INIT_ENABLE_DSPNET use to its replacement from 4.14.00,
FMOD_INIT_ENABLE_PROFILE. Renamed the corresponding cvar to snd_profile.
- Removed the normalize parameter from SoundStream::Play().
- Disabled the chorus and reverb effects added to SDL_mixer's Timidity,
  because they were probably never tested well, either. Thanks to the bug
  in vc_alloc(), they were never even activated.
- Restored the exact frequency range search that was missing from SDL_mixer's
  verion of select_sample().
- Fixed: vc_alloc(), kill_others(), and note_on() treated Voice::status as a
  bit mask, when it's not. These were changes made to SDL_mixer's Timidity.
- Restored the original Timidity volume equation. The other louder one was
  put in when I didn't realize all channels were mono and many notes sounded
  too quiet because they never completed their attack phase.
- Fixed: FileReader::Gets() acted as if fgets() always read the maximum
  number of characters.
- Fixed: FileReader::Open() did not set FilePos and StartPos to 0.


SVN r908 (trunk)
2008-04-13 03:23:33 +00:00
..
fmod_wrap.h VERY IMPORTANT NOTE FOR ANYBODY BUILDING FROM THE TRUNK: This commit adds support 2008-03-09 03:13:49 +00:00
fmodsound.cpp - Changed FMOD_INIT_ENABLE_DSPNET use to its replacement from 4.14.00, 2008-04-13 03:23:33 +00:00
fmodsound.h - Changed the MIDIStreamer to send the all notes off controller to each 2008-04-11 04:59:23 +00:00
i_music.cpp - Changed the MIDIStreamer to send the all notes off controller to each 2008-04-11 04:59:23 +00:00
i_music.h - The garbage collector is now run one last time just before exiting the game. 2008-03-26 04:27:07 +00:00
i_musicinterns.h - Changed the internal Timidity player so that it uses timidity_mastervolume 2008-04-12 21:36:10 +00:00
i_sound.cpp - Changed the MIDIStreamer to send the all notes off controller to each 2008-04-11 04:59:23 +00:00
i_sound.h - Changed FMOD_INIT_ENABLE_DSPNET use to its replacement from 4.14.00, 2008-04-13 03:23:33 +00:00
music_cd.cpp Directory restructuring to make it easier to version projects that don't build zdoom.exe. 2006-02-24 04:48:15 +00:00
music_midi_base.cpp - Removed some GCC warnings. 2008-04-12 05:33:20 +00:00
music_midi_midiout.cpp - Removed some GCC warnings. 2008-04-12 05:33:20 +00:00
music_midi_timidity.cpp - Changed FMOD_INIT_ENABLE_DSPNET use to its replacement from 4.14.00, 2008-04-13 03:23:33 +00:00
music_midistream.cpp - Changed the internal Timidity player so that it uses timidity_mastervolume 2008-04-12 21:36:10 +00:00
music_mus_midiout.cpp - Fixed: Timidity::Channel::mono, rpn, and nrpn were not initialized. In 2008-04-12 05:04:37 +00:00
music_mus_opl.cpp - Changed FMOD_INIT_ENABLE_DSPNET use to its replacement from 4.14.00, 2008-04-13 03:23:33 +00:00
music_spc.cpp - Fixed: If an object is flagged for euthanization while it's in the gray 2008-03-16 00:54:53 +00:00
music_stream.cpp - Changed FMOD_INIT_ENABLE_DSPNET use to its replacement from 4.14.00, 2008-04-13 03:23:33 +00:00
music_timidity_mididevice.cpp - Changed FMOD_INIT_ENABLE_DSPNET use to its replacement from 4.14.00, 2008-04-13 03:23:33 +00:00
music_win_mididevice.cpp - Fixed: Timidity::Channel::mono, rpn, and nrpn were not initialized. In 2008-04-12 05:04:37 +00:00