1. c83e587 add pitchwheel support by Tronix286 · 2 years, 1 month ago
  2. 9bca28b Initial CMS-support release by Tronix · 3 years, 9 months ago
  3. 0752da4 include headers clean up and documentation by Mateusz Viste · 7 years ago
  4. e81562b AWE presets use far allocated memory by Mateusz Viste · 7 years ago
  5. 30fe192 fio.h API evolved so it will allow caching in the future by Mateusz Viste · 7 years ago
  6. 5ee11e3 dropped unnecessary stdio.h inclusion by Mateusz Viste · 7 years ago
  7. 71d9980 replaced some file calls by fio_* routines so it does not require pointers to be far by default by Mateusz Viste · 7 years ago
  8. 246a606 pre-loading patches (programs) when driving a GUS by Mateusz Viste · 7 years ago
  9. 5305c38 GUS support (relies on the ULTRAMID API) by Mateusz Viste · 7 years ago
  10. 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
  11. f64f067 reset all channels to piano before playing by Mateusz Viste · 8 years ago
  12. 0605b76 reset master volume via sysex at each dev_clear() by Mateusz Viste · 9 years ago
  13. eb1bd1e send off messages at dev_clear() independently of what hardware we have by Mateusz Viste · 9 years ago
  14. bee13bd hw init feedback provides detailed error messages by Mateusz Viste · 9 years ago
  15. d8cda11 DOSMID supports custom sound banks (IBK on OPL hardware and SBK on AWE) by Mateusz Viste · 9 years ago
  16. a907172 sysex strings are passed as unsigned bytes by Mateusz Viste · 9 years ago
  17. 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
  18. 133d4d7 converted files to CR/LF terminators for wider compatibility by Mateusz Viste · 9 years ago
  19. ca880aa OPL support can be disabled during compile time by Mateusz Viste · 9 years ago
  20. 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
  21. 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
  22. 9ec9ebd sysex support by Mateusz Viste · 9 years ago
  23. 2bd9dda written a note about not flushing the rs232 port by Mateusz Viste · 9 years ago
  24. 82fa74e added SBMIDI support by Mateusz Viste · 9 years ago
  25. 208a526 added RS232 output support by Mateusz Viste · 9 years ago
  26. 8341ae7 controllers support on OPL output (only 'expression' is processed so far) by Mateusz Viste · 9 years ago
  27. 01c6495 multiple changes after sourceforge outage - most notably OPL2/OPL3 support, and many bugfixes by Mateusz Viste · 9 years ago
  28. 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
  29. 772b370 implemented explicit key and channel aftertouch instead of using raw midi events by Mateusz Viste · 9 years ago
  30. c4a4ccf using all 32 oscillators on AWE cards by Mateusz Viste · 9 years ago
  31. 7bd9261 implemented explicit controller messages instead of using raw midi by Mateusz Viste · 9 years ago
  32. 0c15d05 implemented explicit pitch wheel events instead of using raw midi by Mateusz Viste · 9 years ago
  33. 6664fc3 experimental implementation of the AWE lib by Mateusz Viste · 9 years ago
  34. 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
  35. ec37412 refactored out sound code by Mateusz Viste · 9 years ago
  36. 7b84499 modular outdev api for future multi-device support by Mateusz Viste · 9 years ago