wine/dlls/dmime
Yuxuan Shui a300815c0f dmime: AudioPathConfig is not AudioPath.
AudioPaths are created from IDirectMusicPerformance::CreateAudioPath and CreateStandardAudioPath, and
don't have an IDirectMusicObject or an IPersistStream interface. On the other hand AudioPathConfigs
are loaded from files, and do have IDirectMusicObject and IPersistStream.

They were somehow confused with each other and implemented in the same struct, this commit fixes that.
2024-01-22 10:12:44 +01:00
..
tests dmime: AudioPathConfig is not AudioPath. 2024-01-22 10:12:44 +01:00
audiopath.c dmime: AudioPathConfig is not AudioPath. 2024-01-22 10:12:44 +01:00
dmime.idl
dmime.spec
dmime_main.c dmime: AudioPathConfig is not AudioPath. 2024-01-22 10:12:44 +01:00
dmime_private.h dmime: AudioPathConfig is not AudioPath. 2024-01-22 10:12:44 +01:00
graph.c dmime: Include dmobject.h in dmime_private.h. 2023-10-11 22:16:58 +02:00
lyricstrack.c dmime: Include dmobject.h in dmime_private.h. 2023-10-11 22:16:58 +02:00
Makefile.in makefiles: Always use the global SOURCES variable for .idl files. 2023-11-01 22:43:50 +01:00
markertrack.c dmime: Include dmobject.h in dmime_private.h. 2023-10-11 22:16:58 +02:00
paramcontroltrack.c dmime: Include dmobject.h in dmime_private.h. 2023-10-11 22:16:58 +02:00
performance.c dmime: Fix handling of curve PMSG. 2023-12-27 14:59:49 +01:00
segment.c dmime: Avoid leaking track references in segment Clone and Load. 2024-01-04 20:44:46 +01:00
segmentstate.c dmime: Implement segment state repeat and looping. 2023-11-13 22:37:51 +01:00
segtriggertrack.c dmime: Include dmobject.h in dmime_private.h. 2023-10-11 22:16:58 +02:00
seqtrack.c dmime: Support start_time and end_time Play parameters. 2023-11-07 23:00:09 +01:00
sysextrack.c dmime: Include dmobject.h in dmime_private.h. 2023-10-11 22:16:58 +02:00
tempotrack.c dmime: Fix tempo track GetParam with GUID_TempoParam implementation. 2023-11-09 23:00:40 +01:00
timesigtrack.c dmime: Include dmobject.h in dmime_private.h. 2023-10-11 22:16:58 +02:00
version.rc
wavetrack.c dmime: Support start_time and end_time Play parameters. 2023-11-07 23:00:09 +01:00