1. 296ea7d SB AWE support can be disabled at compile time to avoid bloating the binary, also optimized screen refresh to refresh only notes that actually changed (plays without lagging on my 8086 now) by Mateusz Viste · 9 years ago
  2. b1e2609 rs232 checks for being write-ready during init to avoid freezing if no actual rs232 uart is present on given I/O port by Mateusz Viste · 9 years ago
  3. 9ec9ebd sysex support by Mateusz Viste · 9 years ago
  4. 2bd9dda written a note about not flushing the rs232 port by Mateusz Viste · 9 years ago
  5. 82fa74e added SBMIDI support by Mateusz Viste · 9 years ago
  6. 208a526 added RS232 output support by Mateusz Viste · 9 years ago
  7. 8341ae7 controllers support on OPL output (only 'expression' is processed so far) by Mateusz Viste · 9 years ago
  8. 01c6495 multiple changes after sourceforge outage - most notably OPL2/OPL3 support, and many bugfixes by Mateusz Viste · 9 years ago
  9. c978fc9 removed raw midi messages support, this is an unnecessary hack now that all midi actions are supported by DOSMid's internals by Mateusz Viste · 9 years ago
  10. 772b370 implemented explicit key and channel aftertouch instead of using raw midi events by Mateusz Viste · 9 years ago
  11. c4a4ccf using all 32 oscillators on AWE cards by Mateusz Viste · 9 years ago
  12. 7bd9261 implemented explicit controller messages instead of using raw midi by Mateusz Viste · 9 years ago
  13. 0c15d05 implemented explicit pitch wheel events instead of using raw midi by Mateusz Viste · 9 years ago
  14. 6664fc3 experimental implementation of the AWE lib by Mateusz Viste · 9 years ago
  15. 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
  16. ec37412 refactored out sound code by Mateusz Viste · 9 years ago
  17. 7b84499 modular outdev api for future multi-device support by Mateusz Viste · 9 years ago