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