1. 980a2c0 fixed file-reading corruption that happened on first cache-boundary read by Mateusz Viste · 6 years ago
  2. bdc88af history.txt update before release by Mateusz Viste · 6 years ago
  3. 78bed32 fixed playlist gap delay computation (fixed /delay behavior, too) by Mateusz Viste · 6 years ago
  4. ac7ad1f implemented backspace action (previous song) by Mateusz Viste · 6 years ago
  5. 20eed10 displaying the amount of memory used by the MIDI file by Mateusz Viste · 6 years ago
  6. 1fdcb6d display tracks count on screen, also optimized the areas of screen that are refreshed during play time by Mateusz Viste · 6 years ago
  7. f65656f fixed RIFF-RMID header decoding and displaying the exact error code with "invalid format" messages by Mateusz Viste · 6 years ago
  8. d6cba4f /noxms can be passed through config file now by Mateusz Viste · 6 years ago
  9. 280b54a switching to small memory model by Mateusz Viste · 7 years ago
  10. 8298276 fixed memory leak in midi_readhdr(), allocated chunk was never freed by Mateusz Viste · 7 years ago
  11. 708a2a4 moved /log= into DBGFILE builds only by Mateusz Viste · 7 years ago
  12. 35a0c35 m3u playlist uses fio calls instead of fopen() and friends by Mateusz Viste · 7 years ago
  13. cd68263 switching back to compact mode by Mateusz Viste · 7 years ago
  14. 49cfa33 doc update by Mateusz Viste · 7 years ago
  15. 5305c38 GUS support (relies on the ULTRAMID API) by Mateusz Viste · 7 years ago
  16. 07d3b46 UI displays channels as "piano" if nothing is explicitely loaded by Mateusz Viste · 7 years ago
  17. c1d2970 pre-release doc update by Mateusz Viste · 7 years ago
  18. f4b6314 reverted to 2-bytes boundaries on struct packing, to remain compatible with xms moves that require 16bit alignment. this wastes 8% of RAM, but that's life by Mateusz Viste · 7 years ago
  19. c33b68f sysex strings are handled differently, so event structure can be smaller (hence saving memory usage) by Mateusz Viste · 7 years ago
  20. d18f63a pre-release doc updates by Mateusz Viste · 7 years ago
  21. bde1341 sequential playing of playlists, inspired by a patch proposed by Graham Wiseman by Mateusz Viste · 7 years ago
  22. 9564629 pre-release changes by Mateusz Viste · 8 years ago
  23. 6a22c2d updated documentation to include /delay by Mateusz Viste · 8 years ago
  24. 5a4bd05 apply a 100ms delay after loading a syx file by Mateusz Viste · 8 years ago
  25. 7bd1afe fixed memorizing the syx file when set from config file by Mateusz Viste · 8 years ago
  26. 339a561 clearing device moved back to happen after playing song, but without the 'reset all patches to piano' part, which is left before the playback starts by Mateusz Viste · 8 years ago
  27. db38706 increased version and added a note to the changelog by Mateusz Viste · 8 years ago
  28. f64f067 reset all channels to piano before playing by Mateusz Viste · 8 years ago
  29. 54ba7c0 documentation rewording and pre-release preparations by Mateusz Viste · 9 years ago
  30. 0e918dd renamed the /delay command-line option to /xmsdelay by Mateusz Viste · 9 years ago
  31. 4c9258c cli args are case-insensitive by Mateusz Viste · 9 years ago
  32. 0e91ff5 replace inp() timing at OPL init by a delay() call - CT2760 do not react well to massive hw calls during init time by Mateusz Viste · 9 years ago
  33. b7f0f87 reorganized the screen so textual data is shown on a 5-line scrolling window, and all the tech data is moved to the right side of the screen by Mateusz Viste · 9 years ago
  34. 0b70bdc midi-loading routine returns an error in case of a malformed midi file by Mateusz Viste · 9 years ago
  35. bfe3626 refactored track2events() into specialized sub-routines for parsing each midi message type by Mateusz Viste · 9 years ago
  36. 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
  37. 56b4777 fixed freezing when fed with an empty playlist by Mateusz Viste · 9 years ago
  38. 52e5972 init sound hardware only once, instead of reiniting at every song by Mateusz Viste · 9 years ago
  39. 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
  40. 2db0dbc refactored option-loading routines and implemented config file support by Mateusz Viste · 9 years ago
  41. d8cda11 DOSMID supports custom sound banks (IBK on OPL hardware and SBK on AWE) by Mateusz Viste · 9 years ago
  42. 79de68c increased delays between sysex messages to avoid 'buffer overflow' errors on MT-32 by Mateusz Viste · 9 years ago
  43. 2d9ab10 documentation updates before release by Mateusz Viste · 9 years ago
  44. 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
  45. 5fda73e documentation update by Mateusz Viste · 9 years ago
  46. ce61208 /noxms tries to use more than 64K of memory (up to 320K) by Mateusz Viste · 9 years ago
  47. 0eeb611 reliable 'out of memory' detection by Mateusz Viste · 9 years ago
  48. 887820d code documentation and format by Mateusz Viste · 9 years ago
  49. 0c8850a restoring initial video mode before quit, also prepared future monochrome support by Mateusz Viste · 9 years ago
  50. 9ec9ebd sysex support by Mateusz Viste · 9 years ago
  51. 179903e added a 2s silence gap before each song, and 0.75s before quitting by Mateusz Viste · 9 years ago
  52. 82fa74e added SBMIDI support by Mateusz Viste · 9 years ago
  53. 208a526 added RS232 output support by Mateusz Viste · 9 years ago
  54. dc39e76 implemented controller 'all notes off' for OPL by Mateusz Viste · 9 years ago
  55. 7969cc5 documentation fixes before release by Mateusz Viste · 9 years ago
  56. 01c6495 multiple changes after sourceforge outage - most notably OPL2/OPL3 support, and many bugfixes by Mateusz Viste · 9 years ago
  57. 8e3ca6d updated documentation to mention the PAUSE key by Mateusz Viste · 9 years ago
  58. 98e55c8 further MIDI loading optimizations, and few bug fixes by Mateusz Viste · 9 years ago
  59. 6703415 improved documentation about the BLASTER variable by Mateusz Viste · 9 years ago
  60. 6664fc3 experimental implementation of the AWE lib by Mateusz Viste · 9 years ago
  61. 64e6164 fixed MUS playing by Mateusz Viste · 9 years ago
  62. 626a6a2 improved MUS support - somewhat plays now by Mateusz Viste · 9 years ago
  63. de71c43 prepared trunk for further development by Mateusz Viste · 9 years ago
  64. 62d5f84 slight style change by Mateusz Viste · 9 years ago
  65. 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
  66. 5a5a3dc handle memory errors as gracefully as possible by Mateusz Viste · 9 years ago
  67. df2b194 fixed dereferencing bug by Mateusz Viste · 9 years ago
  68. ec37412 refactored out sound code by Mateusz Viste · 9 years ago
  69. 6fccf2d converted to CR/LF line endings for wider compatibility by Mateusz Viste · 9 years ago
  70. 05445ce documentation fixes before release by Mateusz Viste · 9 years ago
  71. 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
  72. f0c3eb6 first semi-experimental M3U support by Mateusz Viste · 9 years ago
  73. 1a715e1 added INT28h powersaving during idle loops by Mateusz Viste · 9 years ago
  74. 29c5bdb fixed tracks desynchronization when events are ignored, and fixed a potentially XMS-trashing bug by Mateusz Viste · 9 years ago
  75. 1a4b54f added /log=FILE switch and nicer color for the time bar by Mateusz Viste · 9 years ago
  76. b772283 setting volume in software again, reinstated default delay=2ms, improved keyboard reaction times and adjusted documentation by Mateusz Viste · 9 years ago
  77. 2784f68 notes are globally switched off at exit, moved /nodelay to /delay and fixed documentation bits by Mateusz Viste · 9 years ago
  78. adacf5e implemented volume control by Mateusz Viste · 9 years ago
  79. 8e43dbf do not freeze when no MPU401 is responding by Mateusz Viste · 9 years ago
  80. 65daae2 configurable MPU port (BLASTER or /mpu=XXX) by Mateusz Viste · 9 years ago