gzdoom-gles/src/oplsynth
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
..
deftypes.h Directory restructuring to make it easier to version projects that don't build zdoom.exe. 2006-02-24 04:48:15 +00:00
fmopl.cpp - Added support for dumping from RAW/DRO/IMF files, so now anything that 2008-04-03 02:31:39 +00:00
fmopl.h - Added support for dumping from RAW/DRO/IMF files, so now anything that 2008-04-03 02:31:39 +00:00
mlopl.cpp - Fixed: OPLMIDIDevice sent the wrong pitch wheel value to the player code. 2008-03-30 02:51:34 +00:00
mlopl_io.cpp - Added support for dumping from RAW/DRO/IMF files, so now anything that 2008-04-03 02:31:39 +00:00
music_opl_mididevice.cpp - Changed FMOD_INIT_ENABLE_DSPNET use to its replacement from 4.14.00, 2008-04-13 03:23:33 +00:00
music_opldumper_mididevice.cpp - Added support for dumping from RAW/DRO/IMF files, so now anything that 2008-04-03 02:31:39 +00:00
muslib.h - Added support for dumping from RAW/DRO/IMF files, so now anything that 2008-04-03 02:31:39 +00:00
opl_mus_player.cpp - Added the FCriticalSection class in critsec.h to make it easier to 2008-04-09 04:17:13 +00:00
opl_mus_player.h - Added the FCriticalSection class in critsec.h to make it easier to 2008-04-09 04:17:13 +00:00