1. 0b70bdc midi-loading routine returns an error in case of a malformed midi file by Mateusz Viste · 9 years ago
  2. bfe3626 refactored track2events() into specialized sub-routines for parsing each midi message type by Mateusz Viste · 9 years ago
  3. e60013b fetching more textual data from MIDI files (text events, tracks titles, marker events...) and displaying it on a little scrolling window by Mateusz Viste · 9 years ago
  4. 56b4777 fixed freezing when fed with an empty playlist by Mateusz Viste · 9 years ago
  5. 52e5972 init sound hardware only once, instead of reiniting at every song by Mateusz Viste · 9 years ago
  6. 7ecd32b 2s silence gap is inserted only in playlist mode (no reason to wait 2s for a single file) by Mateusz Viste · 9 years ago
  7. 2db0dbc refactored option-loading routines and implemented config file support by Mateusz Viste · 9 years ago
  8. d8cda11 DOSMID supports custom sound banks (IBK on OPL hardware and SBK on AWE) by Mateusz Viste · 9 years ago
  9. 79de68c increased delays between sysex messages to avoid 'buffer overflow' errors on MT-32 by Mateusz Viste · 9 years ago
  10. 2d9ab10 documentation updates before release by Mateusz Viste · 9 years ago
  11. 97c1a88 added /syx=FILE for custom SYSEX MIDI resets, changed sysex handling so they are stored along with their status byte by Mateusz Viste · 9 years ago
  12. 5fda73e documentation update by Mateusz Viste · 9 years ago
  13. ce61208 /noxms tries to use more than 64K of memory (up to 320K) by Mateusz Viste · 9 years ago
  14. 0eeb611 reliable 'out of memory' detection by Mateusz Viste · 9 years ago
  15. 887820d code documentation and format by Mateusz Viste · 9 years ago
  16. 0c8850a restoring initial video mode before quit, also prepared future monochrome support by Mateusz Viste · 9 years ago
  17. 9ec9ebd sysex support by Mateusz Viste · 9 years ago
  18. 179903e added a 2s silence gap before each song, and 0.75s before quitting by Mateusz Viste · 9 years ago
  19. 82fa74e added SBMIDI support by Mateusz Viste · 9 years ago
  20. 208a526 added RS232 output support by Mateusz Viste · 9 years ago
  21. dc39e76 implemented controller 'all notes off' for OPL by Mateusz Viste · 9 years ago
  22. 7969cc5 documentation fixes before release by Mateusz Viste · 9 years ago
  23. 01c6495 multiple changes after sourceforge outage - most notably OPL2/OPL3 support, and many bugfixes by Mateusz Viste · 9 years ago
  24. 8e3ca6d updated documentation to mention the PAUSE key by Mateusz Viste · 9 years ago
  25. 98e55c8 further MIDI loading optimizations, and few bug fixes by Mateusz Viste · 9 years ago
  26. 6703415 improved documentation about the BLASTER variable by Mateusz Viste · 9 years ago
  27. 6664fc3 experimental implementation of the AWE lib by Mateusz Viste · 9 years ago
  28. 64e6164 fixed MUS playing by Mateusz Viste · 9 years ago
  29. 626a6a2 improved MUS support - somewhat plays now by Mateusz Viste · 9 years ago
  30. de71c43 prepared trunk for further development by Mateusz Viste · 9 years ago
  31. 62d5f84 slight style change by Mateusz Viste · 9 years ago
  32. b9bce2f loading explicitely GM patches into the MPU before playing, some songs do not set patches explicitely, relying on assumed default sets, while the GM bank could be changed already by the previous song by Mateusz Viste · 9 years ago
  33. 5a5a3dc handle memory errors as gracefully as possible by Mateusz Viste · 9 years ago
  34. df2b194 fixed dereferencing bug by Mateusz Viste · 9 years ago
  35. ec37412 refactored out sound code by Mateusz Viste · 9 years ago
  36. 6fccf2d converted to CR/LF line endings for wider compatibility by Mateusz Viste · 9 years ago
  37. 05445ce documentation fixes before release by Mateusz Viste · 9 years ago
  38. 3982615 refactored code for better modularity, fixed the percentage bar that wasn't arriving to 100% and volume is retained between songs now by Mateusz Viste · 9 years ago
  39. f0c3eb6 first semi-experimental M3U support by Mateusz Viste · 9 years ago
  40. 1a715e1 added INT28h powersaving during idle loops by Mateusz Viste · 9 years ago
  41. 29c5bdb fixed tracks desynchronization when events are ignored, and fixed a potentially XMS-trashing bug by Mateusz Viste · 9 years ago
  42. 1a4b54f added /log=FILE switch and nicer color for the time bar by Mateusz Viste · 9 years ago
  43. b772283 setting volume in software again, reinstated default delay=2ms, improved keyboard reaction times and adjusted documentation by Mateusz Viste · 9 years ago
  44. 2784f68 notes are globally switched off at exit, moved /nodelay to /delay and fixed documentation bits by Mateusz Viste · 9 years ago
  45. adacf5e implemented volume control by Mateusz Viste · 9 years ago
  46. 8e43dbf do not freeze when no MPU401 is responding by Mateusz Viste · 9 years ago
  47. 65daae2 configurable MPU port (BLASTER or /mpu=XXX) by Mateusz Viste · 9 years ago