ChangeSet ID: 12377 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/05/14 16:36:15
Modified files: dlls/dmstyle : style.c dmstyle_private.h dlls/dmime : segment.c dmime_private.h
Log message: Raphael Junqueira fenix@club-internet.fr - Parse DMStyle motifs (ie patterns) and bands (fill lists). - Implement IDirectMusicSegment8::InsertTrack and IDirectMusicSegment8::RemoveTrack (now EnumTrack GetParam, and GetTrack should be easy to do).
Patch: http://cvs.winehq.org/patch.py?id=12377
Old revision New revision Changes Path 1.6 1.7 +121 -18 wine/dlls/dmstyle/style.c 1.7 1.8 +20 -0 wine/dlls/dmstyle/dmstyle_private.h 1.13 1.14 +53 -3 wine/dlls/dmime/segment.c 1.13 1.14 +11 -1 wine/dlls/dmime/dmime_private.h