1. 5305c38 GUS support (relies on the ULTRAMID API) by Mateusz Viste · 7 years ago
  2. 07d3b46 UI displays channels as "piano" if nothing is explicitely loaded by Mateusz Viste · 7 years ago
  3. c1d2970 pre-release doc update by Mateusz Viste · 7 years ago
  4. 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
  5. c33b68f sysex strings are handled differently, so event structure can be smaller (hence saving memory usage) by Mateusz Viste · 7 years ago
  6. d18f63a pre-release doc updates by Mateusz Viste · 7 years ago
  7. bde1341 sequential playing of playlists, inspired by a patch proposed by Graham Wiseman by Mateusz Viste · 7 years ago
  8. 9564629 pre-release changes by Mateusz Viste · 8 years ago
  9. 6a22c2d updated documentation to include /delay by Mateusz Viste · 8 years ago
  10. 5a4bd05 apply a 100ms delay after loading a syx file by Mateusz Viste · 8 years ago
  11. 7bd1afe fixed memorizing the syx file when set from config file by Mateusz Viste · 8 years ago
  12. 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
  13. db38706 increased version and added a note to the changelog by Mateusz Viste · 8 years ago
  14. f64f067 reset all channels to piano before playing by Mateusz Viste · 8 years ago
  15. 54ba7c0 documentation rewording and pre-release preparations by Mateusz Viste · 9 years ago
  16. 0e918dd renamed the /delay command-line option to /xmsdelay by Mateusz Viste · 9 years ago
  17. 4c9258c cli args are case-insensitive by Mateusz Viste · 9 years ago
  18. 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
  19. 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
  20. 0b70bdc midi-loading routine returns an error in case of a malformed midi file by Mateusz Viste · 9 years ago
  21. bfe3626 refactored track2events() into specialized sub-routines for parsing each midi message type by Mateusz Viste · 9 years ago
  22. 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
  23. 56b4777 fixed freezing when fed with an empty playlist by Mateusz Viste · 9 years ago
  24. 52e5972 init sound hardware only once, instead of reiniting at every song by Mateusz Viste · 9 years ago
  25. 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
  26. 2db0dbc refactored option-loading routines and implemented config file support by Mateusz Viste · 9 years ago
  27. d8cda11 DOSMID supports custom sound banks (IBK on OPL hardware and SBK on AWE) by Mateusz Viste · 9 years ago
  28. 79de68c increased delays between sysex messages to avoid 'buffer overflow' errors on MT-32 by Mateusz Viste · 9 years ago
  29. 2d9ab10 documentation updates before release by Mateusz Viste · 9 years ago
  30. 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
  31. 5fda73e documentation update by Mateusz Viste · 9 years ago
  32. ce61208 /noxms tries to use more than 64K of memory (up to 320K) by Mateusz Viste · 9 years ago
  33. 0eeb611 reliable 'out of memory' detection by Mateusz Viste · 9 years ago
  34. 887820d code documentation and format by Mateusz Viste · 9 years ago
  35. 0c8850a restoring initial video mode before quit, also prepared future monochrome support by Mateusz Viste · 9 years ago
  36. 9ec9ebd sysex support by Mateusz Viste · 9 years ago
  37. 179903e added a 2s silence gap before each song, and 0.75s before quitting by Mateusz Viste · 9 years ago
  38. 82fa74e added SBMIDI support by Mateusz Viste · 9 years ago
  39. 208a526 added RS232 output support by Mateusz Viste · 9 years ago
  40. dc39e76 implemented controller 'all notes off' for OPL by Mateusz Viste · 9 years ago
  41. 7969cc5 documentation fixes before release by Mateusz Viste · 9 years ago
  42. 01c6495 multiple changes after sourceforge outage - most notably OPL2/OPL3 support, and many bugfixes by Mateusz Viste · 9 years ago
  43. 8e3ca6d updated documentation to mention the PAUSE key by Mateusz Viste · 9 years ago
  44. 98e55c8 further MIDI loading optimizations, and few bug fixes by Mateusz Viste · 9 years ago
  45. 6703415 improved documentation about the BLASTER variable by Mateusz Viste · 9 years ago
  46. 6664fc3 experimental implementation of the AWE lib by Mateusz Viste · 9 years ago
  47. 64e6164 fixed MUS playing by Mateusz Viste · 9 years ago
  48. 626a6a2 improved MUS support - somewhat plays now by Mateusz Viste · 9 years ago
  49. de71c43 prepared trunk for further development by Mateusz Viste · 9 years ago
  50. 62d5f84 slight style change by Mateusz Viste · 9 years ago
  51. 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
  52. 5a5a3dc handle memory errors as gracefully as possible by Mateusz Viste · 9 years ago
  53. df2b194 fixed dereferencing bug by Mateusz Viste · 9 years ago
  54. ec37412 refactored out sound code by Mateusz Viste · 9 years ago
  55. 6fccf2d converted to CR/LF line endings for wider compatibility by Mateusz Viste · 9 years ago
  56. 05445ce documentation fixes before release by Mateusz Viste · 9 years ago
  57. 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
  58. f0c3eb6 first semi-experimental M3U support by Mateusz Viste · 9 years ago
  59. 1a715e1 added INT28h powersaving during idle loops by Mateusz Viste · 9 years ago
  60. 29c5bdb fixed tracks desynchronization when events are ignored, and fixed a potentially XMS-trashing bug by Mateusz Viste · 9 years ago
  61. 1a4b54f added /log=FILE switch and nicer color for the time bar by Mateusz Viste · 9 years ago
  62. b772283 setting volume in software again, reinstated default delay=2ms, improved keyboard reaction times and adjusted documentation by Mateusz Viste · 9 years ago
  63. 2784f68 notes are globally switched off at exit, moved /nodelay to /delay and fixed documentation bits by Mateusz Viste · 9 years ago
  64. adacf5e implemented volume control by Mateusz Viste · 9 years ago
  65. 8e43dbf do not freeze when no MPU401 is responding by Mateusz Viste · 9 years ago
  66. 65daae2 configurable MPU port (BLASTER or /mpu=XXX) by Mateusz Viste · 9 years ago