1. 9ebcdad Make it compatible with QuickC by WHR · 6 months ago
  2. 09de21c Port to UNIX by WHR · 9 months ago
  3. 4aecadf Remove unnecessary suffix from structure type names by WHR · 10 months ago
  4. 67f4742 fopen(3) don't return file descriptor by WHR · 10 months ago
  5. d280037 fixed timing computations on files with low BPM by Mateusz Viste · 2 years, 10 months ago
  6. a1d3ebf fixed RMID header parsing (this time for real) by Mateusz Viste · 6 years ago
  7. 7c4564e never try to read more tracks than are declared in MThd by Mateusz Viste · 6 years ago
  8. f65656f fixed RIFF-RMID header decoding and displaying the exact error code with "invalid format" messages by Mateusz Viste · 6 years ago
  9. 87ac0c2 merged midi_readchunk() into midi_readhdr(), dropped dependency on bcmp() and multiple midi_readhdr() optimizations by Mateusz Viste · 6 years ago
  10. 80b1cf9 replaced trackmap_t structures with an array of ulongs by Mateusz Viste · 6 years ago
  11. 946ea00 fixed midi_gettrackmap() invocation by Mateusz Viste · 6 years ago
  12. 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
  13. 148d2d3 renamed chunkmap structs to trackmap so it better reflects the actual content by Mateusz Viste · 6 years ago
  14. 53a3e1c fixed wbuff corruption by Mateusz Viste · 6 years ago
  15. 0752da4 include headers clean up and documentation by Mateusz Viste · 7 years ago
  16. b5fff11 using a static buffer for short-lived buffer needs instead of relying on malloc() by Mateusz Viste · 7 years ago
  17. 8298276 fixed memory leak in midi_readhdr(), allocated chunk was never freed by Mateusz Viste · 7 years ago
  18. 708a2a4 moved /log= into DBGFILE builds only by Mateusz Viste · 7 years ago
  19. 30fe192 fio.h API evolved so it will allow caching in the future by Mateusz Viste · 7 years ago
  20. 1608b89 slightly optimized chunks handling by Mateusz Viste · 7 years ago
  21. 59ba5f9 removed useless (commented out) code by Mateusz Viste · 7 years ago
  22. cc27bf4 mus and midi loading routines rely on fio calls instead of using stdio by Mateusz Viste · 7 years ago
  23. 1127da5 removed some old (already commented out) debugging code by Mateusz Viste · 7 years ago
  24. 7e03db3 fixed small bug related to marking used channels (sometimes a channel could be mistakenly displayed as "used" even though it was not the case) by Mateusz Viste · 7 years ago
  25. 246a606 pre-loading patches (programs) when driving a GUS by Mateusz Viste · 7 years ago
  26. 74528f5 improved debug output for sysex events by Mateusz Viste · 7 years ago
  27. c33b68f sysex strings are handled differently, so event structure can be smaller (hence saving memory usage) by Mateusz Viste · 7 years ago
  28. 0b70bdc midi-loading routine returns an error in case of a malformed midi file by Mateusz Viste · 8 years ago
  29. bfe3626 refactored track2events() into specialized sub-routines for parsing each midi message type by Mateusz Viste · 8 years ago
  30. 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 · 8 years ago
  31. 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
  32. 0eeb611 reliable 'out of memory' detection by Mateusz Viste · 9 years ago
  33. 1e70480 XMS moves are always made on an even number of bytes, also the timer is RESET before each song to avoid it wrapping during play time (although it still might wrap if the song is PAUSED for too long) by Mateusz Viste · 9 years ago
  34. 9ec9ebd sysex support by Mateusz Viste · 9 years ago
  35. a07de9e memory management is more generic - accepts allocation requests of variable sizes by Mateusz Viste · 9 years ago
  36. 179903e added a 2s silence gap before each song, and 0.75s before quitting by Mateusz Viste · 9 years ago
  37. 98e55c8 further MIDI loading optimizations, and few bug fixes by Mateusz Viste · 9 years ago
  38. be2140e refactored pushevent() actions to use a common insertion mechanism avoiding pulling XMS block to update nextevent pointers (loading MIDI files is 10% faster) by Mateusz Viste · 9 years ago
  39. 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
  40. 772b370 implemented explicit key and channel aftertouch instead of using raw midi events by Mateusz Viste · 9 years ago
  41. 7bd9261 implemented explicit controller messages instead of using raw midi by Mateusz Viste · 9 years ago
  42. 0c15d05 implemented explicit pitch wheel events instead of using raw midi by Mateusz Viste · 9 years ago
  43. 626a6a2 improved MUS support - somewhat plays now by Mateusz Viste · 9 years ago
  44. df2b194 fixed dereferencing bug by Mateusz Viste · 9 years ago
  45. 05445ce documentation fixes before release by Mateusz Viste · 9 years ago
  46. 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
  47. 13dd45f refactored code for better readability by Mateusz Viste · 9 years ago
  48. 29c5bdb fixed tracks desynchronization when events are ignored, and fixed a potentially XMS-trashing bug by Mateusz Viste · 9 years ago
  49. 0c7864d verbose mode applies to midi loading routines, too by Mateusz Viste · 9 years ago
  50. a4a09cf moved development to trunk by Mateusz Viste · 10 years ago