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