Mercurial > SDL_sound_CoreAudio
comparison decoders/timidity/CHANGES @ 455:cbc2a4ffeeec
* Added support for loading DLS format instruments:
Timidity_LoadDLS(), Timidity_FreeDLS(), Timidity_LoadDLSSong()
* Added Timidity_Init_NoConfig()
author | hercules |
---|---|
date | Fri, 26 Sep 2003 20:51:58 +0000 |
parents | 2d887640d300 |
children |
comparison
equal
deleted
inserted
replaced
454:6bd7ca7d218b | 455:cbc2a4ffeeec |
---|---|
1 This version of TiMidity should contain all the fixes from the | 1 This version of TiMidity should contain all the fixes from the |
2 December 13 2001 SDL_mixer CVS snapshot. In addition, I've made some | 2 September 25 2003 SDL_mixer CVS snapshot. In addition, I've made some |
3 changes of my own, e.g.: | 3 changes of my own, e.g.: |
4 | 4 |
5 * All file access is done through SDL_RWops. This means the MIDI | 5 * All file access is done through SDL_RWops. This means the MIDI |
6 stream no longer has to be a file. (The config file and instruments | 6 stream no longer has to be a file. (The config file and instruments |
7 still have to be though.) | 7 still have to be though.) |
68 * The following files have been removed: controls.c, controls.h, | 68 * The following files have been removed: controls.c, controls.h, |
69 filter.c, filter.h, sdl_a.c, sdl_c.c | 69 filter.c, filter.h, sdl_a.c, sdl_c.c |
70 | 70 |
71 * config.h has been renamed as options.h to avoid confusion with the | 71 * config.h has been renamed as options.h to avoid confusion with the |
72 automatically generated config.h for SDL_sound. | 72 automatically generated config.h for SDL_sound. |
73 | |
74 * Added support for loading DLS format instruments: | |
75 Timidity_LoadDLS(), Timidity_FreeDLS(), Timidity_LoadDLSSong() | |
76 | |
77 * Added Timidity_Init_NoConfig() |