1. 9393e25 delay computation is performed on 64 bits to avoid overflows (replaced the solution provided earler by Tim Rentsch, both approach have the same performance hit but using long long is just simpler) by Mateusz Viste · 2 years, 11 months ago
  2. a4d89e0 deltatime computation replaced by a better one by Tim Rentsch by Mateusz Viste · 2 years, 11 months ago
  3. d280037 fixed timing computations on files with low BPM by Mateusz Viste · 2 years, 11 months ago
  4. 88ce3a2 added a few missing include-guards so Queequeg stops whining by Mateusz Viste · 5 years ago
  5. 87ac0c2 merged midi_readchunk() into midi_readhdr(), dropped dependency on bcmp() and multiple midi_readhdr() optimizations by Mateusz Viste · 6 years ago
  6. 80b1cf9 replaced trackmap_t structures with an array of ulongs by Mateusz Viste · 6 years ago
  7. 946ea00 fixed midi_gettrackmap() invocation by Mateusz Viste · 6 years ago
  8. 20ea7b5 chunk format (track) validation happens earlier so no need to store the chunk id if we expect only one possible type (MTrk) anyway by Mateusz Viste · 6 years ago
  9. 148d2d3 renamed chunkmap structs to trackmap so it better reflects the actual content by Mateusz Viste · 6 years ago
  10. 53a3e1c fixed wbuff corruption by Mateusz Viste · 6 years ago
  11. 708a2a4 moved /log= into DBGFILE builds only by Mateusz Viste · 7 years ago
  12. 30fe192 fio.h API evolved so it will allow caching in the future by Mateusz Viste · 7 years ago
  13. cc27bf4 mus and midi loading routines rely on fio calls instead of using stdio by Mateusz Viste · 7 years ago
  14. 246a606 pre-loading patches (programs) when driving a GUS by Mateusz Viste · 7 years ago
  15. 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
  16. c33b68f sysex strings are handled differently, so event structure can be smaller (hence saving memory usage) by Mateusz Viste · 7 years ago
  17. 0b70bdc midi-loading routine returns an error in case of a malformed midi file by Mateusz Viste · 9 years ago
  18. 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
  19. 0eeb611 reliable 'out of memory' detection by Mateusz Viste · 9 years ago
  20. 9ec9ebd sysex support by Mateusz Viste · 9 years ago
  21. 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
  22. 772b370 implemented explicit key and channel aftertouch instead of using raw midi events by Mateusz Viste · 9 years ago
  23. 7bd9261 implemented explicit controller messages instead of using raw midi by Mateusz Viste · 9 years ago
  24. 0c15d05 implemented explicit pitch wheel events instead of using raw midi by Mateusz Viste · 9 years ago
  25. 05445ce documentation fixes before release by Mateusz Viste · 9 years ago
  26. 9207490 make sure to flush the event cache before playing any song, otherwise events from last somg might still pollute us by Mateusz Viste · 9 years ago
  27. 13dd45f refactored code for better readability by Mateusz Viste · 9 years ago
  28. 0c7864d verbose mode applies to midi loading routines, too by Mateusz Viste · 9 years ago
  29. a4a09cf moved development to trunk by Mateusz Viste · 10 years ago