1. 27 Jan, 2020 1 commit
  2. 30 Oct, 2019 1 commit
  3. 03 Jun, 2019 1 commit
  4. 05 Apr, 2017 1 commit
  5. 19 Jul, 2016 2 commits
  6. 30 May, 2016 1 commit
  7. 25 Jun, 2015 1 commit
  8. 07 Oct, 2014 1 commit
  9. 12 Feb, 2014 1 commit
  10. 08 Jan, 2013 1 commit
  11. 24 Dec, 2012 1 commit
  12. 19 Nov, 2012 1 commit
  13. 21 Sep, 2012 1 commit
  14. 14 May, 2012 2 commits
  15. 11 May, 2012 1 commit
  16. 10 May, 2012 1 commit
  17. 08 May, 2012 2 commits
  18. 30 Apr, 2012 1 commit
  19. 06 Apr, 2012 1 commit
  20. 01 Jun, 2009 1 commit
  21. 10 Jan, 2009 1 commit
  22. 03 Nov, 2008 1 commit
  23. 30 May, 2007 1 commit
  24. 09 Oct, 2006 1 commit
  25. 12 Sep, 2006 1 commit
  26. 10 Jun, 2006 1 commit
  27. 23 May, 2006 1 commit
  28. 01 Jun, 2005 1 commit
  29. 31 Jan, 2005 1 commit
  30. 14 Jan, 2005 1 commit
  31. 06 Sep, 2004 1 commit
  32. 23 Aug, 2004 1 commit
  33. 12 Aug, 2004 1 commit
  34. 25 Feb, 2004 1 commit
  35. 20 Jan, 2004 1 commit
    • Rok Mandeljc's avatar
      - updated resources to DX9 · 0382ea1d
      Rok Mandeljc authored
      - completely rewritten headers (DX9 compat.; look much nicer now ;=)
      - removed IDirectMusicSong and IDirectMusicMelodyFormulationTrack
        (which are removed from DX9; weren't implemented in DX8 anyway)
      - combined/simplified IDirectMusicSomething / IDirectMusicObject /
        IPersistStream for objects that support loading
      - implemented IDirectMusicObject on all such objects; via generic
        functions
      - combined IDirectMusicTrack(8)/IPersistStream on all tracks
      - fully implemented IDirectMusicContainer (at least 90% if there are
        no private interfaces)
      - implemented IDirectMusicCollection (99% work & MS compliant
        behaviour; except for instruments)
      - tried to implement IDirectMusicInstrument (unfortunately uses some
        dirty private interfaces... :(
      - added dswave.dll; DirectMusic Wave
      - some changes in style
      - many, many more ;)
      0382ea1d
  36. 05 Sep, 2003 1 commit
  37. 22 Aug, 2003 1 commit
    • Rok Mandeljc's avatar
      - implemented loader, loader's stream and loading of objects (now you · df167d17
      Rok Mandeljc authored
        can use builtin dmloader and native other dm*.dlls)
      - implemented proper creation of objects and retrieval of dmusic
        interfaces from them (object, stream, ...)
      - implemented all "standard track types" and appropriate stream (for
        dmband, loading is almost complete)
      - cleaned some obsolete stuff
      - split debug channels
      df167d17