- 07 May, 2008 1 commit
-
-
Francois Gouget authored
-
- 16 Apr, 2008 1 commit
-
-
Andrew Talbot authored
-
- 27 Mar, 2008 1 commit
-
-
Austin English authored
-
- 01 Mar, 2008 1 commit
-
-
James Hawkins authored
-
- 25 Feb, 2008 1 commit
-
-
Andrew Talbot authored
-
- 30 May, 2007 1 commit
-
-
Alexandre Julliard authored
Confirmed by the original author and the major contributors.
-
- 10 Oct, 2006 1 commit
-
-
Michael Stefaniuc authored
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 26 Jul, 2005 1 commit
-
-
Alexandre Julliard authored
duplicate typedefs.
-
- 21 Jun, 2005 1 commit
-
-
Mike McCormack authored
- remove declaration of AddRef and QueryInterface functions from headers
-
- 20 Jun, 2005 1 commit
-
-
Mike McCormack authored
-
- 30 May, 2005 1 commit
-
-
Dmitry Timoshkov authored
-
- 18 Apr, 2005 1 commit
-
-
Peter Berg Larsen authored
-
- 28 Mar, 2005 1 commit
-
-
Peter Berg Larsen authored
-
- 02 Feb, 2005 1 commit
-
-
James Hawkins authored
-
- 11 Jan, 2005 1 commit
-
-
Paul Vriens authored
- store the result of the Interlocked functions and use only this.
-
- 22 Dec, 2004 1 commit
-
-
Francois Gouget authored
-
- 23 Aug, 2004 1 commit
-
-
Alexandre Julliard authored
macro.
-
- 12 Aug, 2004 1 commit
-
-
Alexandre Julliard authored
-
- 01 Jun, 2004 1 commit
-
-
Raphael Junqueira authored
-
- 27 May, 2004 1 commit
-
-
Raphael Junqueira authored
-
- 17 May, 2004 1 commit
-
-
Raphael Junqueira authored
IDirectMusicTempoTrack::GetParam (need modif on Load). - Return value fixes for GetClassID of TempoTrack and Segment.
-
- 14 May, 2004 2 commits
-
-
Raphael Junqueira authored
- Implement IDirectMusicSegment8::InsertTrack and IDirectMusicSegment8::RemoveTrack (now EnumTrack GetParam, and GetTrack should be easy to do).
-
Raphael Junqueira authored
dmstyle directory that share the debug and helper functions for dmusic dlls (as Rok's idea for dmloader). - Use new helpers functions to load References on IDirectMusicSegTriggerTrack loading (currently they leak). - IDirectMusicStyle (almost partial) loading. - Minor fixes.
-
- 13 May, 2004 1 commit
-
-
Raphael Junqueira authored
- Better traces. - IDirectMusicBand loading fixes: - load correctly instruments (and References - load IDirectMusicCollection object (using DMLoader) - insert the two on the list - IDirectMusicBandTrack loading fixes (fill OBJECTDESC and parse UNFO infos).
-
- 12 May, 2004 1 commit
-
-
Raphael Junqueira authored
- IDirectMusicStyleTrack loading (need DM References). - IDirectMusicBandTrack loading (need IDirectMusicBand loading).
-
- 11 May, 2004 2 commits
-
-
Raphael Junqueira authored
- IDirectMusicChordTrack loading. - Many IsDirty and GetClassID stubs.
-
Raphael Junqueira authored
- AudioPath crash fix (don't use DSound APIs if buffer is null). - Move generic functions to dmime_main.c for future reuse (from segment.c). - IDirectMusicTempoTrack loading (many tempo case must be handled). - IDirectMusicSegTriggerTrack loading implementation (now DMRF/DirectMusic References loading should be done).
-
- 10 May, 2004 1 commit
-
-
Raphael Junqueira authored
- Semi stub for AudioPath Activate. - IDirectMusicPerformance8::CreateAudioPath stub. - Most of the IDirectMusicSegment8_[Set,Get]* (using header). - Load of Streamer IDirectMusicSegment8 header.
-
- 05 May, 2004 1 commit
-
-
Raphael Junqueira authored
using Robert Reif patch - use of ForegroundWindow if hWnd is NULL (as specified on msdn docs) - begin of Performance PMsg implementation (we should use a processing thread) - better Segment loading - some stubs for IsDirty (always FALSE)
-
- 12 Mar, 2004 1 commit
-
-
Raphael Junqueira authored
- better segments Load and ParseDescriptor behaviors
-
- 25 Feb, 2004 1 commit
-
-
Rok Mandeljc authored
-
- 20 Jan, 2004 1 commit
-
-
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 ;)
-
- 05 Sep, 2003 1 commit
-
-
Alexandre Julliard authored
headers (with help from Dimitrie O. Paun).
-
- 22 Aug, 2003 1 commit
-
-
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
-
- 21 Jul, 2003 1 commit
-
-
Rok Mandeljc authored
-
- 27 Jun, 2003 1 commit
-
-
Raphael Junqueira authored
inherit from dmusic1 and dmusic2 version. And always use dmusic8 versions when available. - really stupid implementation of IDirectMusicLoader8::GetObject when IDirectMusicScript wanted - really fix the refcount problem found by Rok
-
- 18 Jun, 2003 1 commit
-
-
Raphael Junqueira authored
IDirectMusicLoader8Impl::LoadObjectFromFile - don't use IDirectMusicSegment*Impl when IDirectMusicSegment*8Impl can be used instead (avoid code duplication)
-
- 07 Jun, 2003 1 commit
-
-
Rok Mandeljc authored
- implemented fake midi & performance channels - implemented some IDirectMusic*8* functions where IDirectMusic* equivalent exists - IDirectMusic*8 interfaces can now be obtained from IDirectMusic interfaces (QueryInterface...) - channel-related performance functions are kinda implemented now
-
- 08 Apr, 2003 1 commit
-
-
Rok Mandeljc authored
-