Michael Stefaniuc
cf943820eb
dmusic/tests: Add some IDirectMusic_SetDirectSound() tests.
...
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-05-05 10:13:22 +02:00
Michael Stefaniuc
950b8a9699
dmusic: Avoid an intermediate copy in PackStructured().
...
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-05-02 11:18:33 +02:00
Michael Stefaniuc
7cd7f14696
dmusic: Implement IDirectMusicBuffer::PackUnstructured().
...
Based on a patch by Michael Müller <michael@fds-team.de>.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-05-01 19:29:16 +02:00
Michael Stefaniuc
4fbae8eab4
dmusic: Use DMUS_EVENT_SIZE() to calculate the size of the message.
...
Suggested by Michael Müller.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-05-01 19:29:15 +02:00
Nikolay Sivov
f0fb2f16ca
dmusic/tests: Use void* instead of void** type value for outer argument.
...
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-04-24 20:30:30 +02:00
Michael Stefaniuc
883fe110ea
dmusic: Support the IKsControl interface for the synth port.
...
Based on a patch by Michael Müller.
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-10-05 11:43:21 +02:00
Michael Stefaniuc
845bf2ff59
dmusic: Move the SynthPortImpl struct to where it is used.
...
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-10-05 11:43:20 +02:00
Michael Stefaniuc
ca87c49390
dmusic: Simplify the IDirectMusicPort_QueryInterface implementation.
...
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-10-05 11:43:17 +02:00
Michael Stefaniuc
1dc5cc3470
dmusic/tests: Add basic COM tests for IDirectMusicPort.
...
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-10-05 11:43:14 +02:00
Michael Stefaniuc
dd8d5f3820
dmusic: Avoid using the COM method implementations directly.
...
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-09-01 20:47:46 +09:00
Michael Stefaniuc
253bffafba
dmusic: Use debugstr_guid to trace some GUIDs.
...
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-07-26 20:33:18 +09:00
Michael Stefaniuc
abb0a22d31
dmusic: Remove old and ugly COM macros.
2015-06-29 19:07:55 +09:00
Michael Stefaniuc
8c6c7f6b49
dmloader: Add and use a generic IPersistStream_GetClassID.
2015-04-28 15:35:23 +09:00
Michael Stefaniuc
f897757865
dmusic/tests: Remove an unused assigment (PVS-Studio).
2015-01-15 14:06:00 +01:00
Michael Stefaniuc
3d77974f76
dmusic: Remove duplicated interface ID checks (PVS-Studio).
2014-10-29 20:31:06 +09:00
Frédéric Delanoy
2ab8729020
Assorted spelling/grammar fixes.
2014-06-20 12:19:31 +02:00
Michael Stefaniuc
5e1783b59a
dmusic: Increment the refcount when a IReferenceClock pointer is returned.
2014-06-17 09:04:24 +02:00
Michael Stefaniuc
d33989f675
dmusic: Remove the redundant "IDirectMusicCollection" from method names.
2014-06-13 15:59:48 +02:00
Michael Stefaniuc
147f100f3e
dmusic: Get rid of the extra pointer to a DMUS_OBJECTDESC.
2014-06-13 15:59:42 +02:00
Michael Stefaniuc
4e81a977c7
dmusic: Use generic "unimplemented" methods for IPersistStream.
2014-06-13 15:59:39 +02:00
Michael Stefaniuc
02ed47fa3c
dmusic: Move the common parts of DMObject to a generic implementation.
2014-06-13 15:59:36 +02:00
Michael Stefaniuc
1a7c0a6a70
dmusic: Lock/unlock the module only on creation/destruction of the object.
2014-06-11 16:13:02 +02:00
Michael Stefaniuc
d67f35b9dc
dmusic: Don't leak memory on DirectMusicInstrument creation failure.
...
Also lock/unlock the module only on creation/destruction of the object.
2014-06-11 16:12:51 +02:00
Michael Stefaniuc
096bfbd214
dmusic: Simplify the creation of a DirectMusic8 object.
...
Also lock/unlock the module only on creation/destruction of the object.
2014-06-11 16:12:47 +02:00
Michael Stefaniuc
d82e2935e4
dmusic: Release the clock when destroying the IDirectMusic8 object.
2014-06-11 16:12:43 +02:00
Michael Stefaniuc
19eba06a26
dmusic: Don't leak memory on IReferenceClock creation failure.
...
Also lock/unlock the module only on creation/destruction of the object.
2014-06-11 16:12:36 +02:00
Michael Stefaniuc
57eb95a2ea
dmusic: Simplify the creation of a DirectMusicBuffer object.
...
Also lock/unlock the module only on creation/destruction of the object.
2014-06-11 16:12:32 +02:00
Michael Stefaniuc
3115e49017
dmusic/tests: Test unimplemented IPersistStream methods in DMCollection.
2014-06-11 12:59:10 +02:00
Michael Stefaniuc
5d7e93dc54
dmusic: Return S_FALSE for the unimplemented IPersistStream_IsDirty().
2014-06-11 12:59:05 +02:00
Michael Stefaniuc
176b7aa842
dmusic: Move a struct to the .c file it is used.
2014-05-16 10:52:27 +02:00
Alexandre Julliard
7d3559bfe9
dxguid: Remove some symbols that aren't exported in native.
2014-04-24 12:41:38 +02:00
Andrey Gusev
add85f4687
Assorted typos fixes.
2014-02-12 19:15:32 +01:00
Frédéric Delanoy
5e6f0e93fa
dmusic/tests: Use common wine_dbgstr_guid implementation from test.h.
2014-01-28 11:44:56 +01:00
Michael Stefaniuc
2973dbb856
dmusic: Use the defines for the FOURCC codes.
2014-01-27 17:39:47 +01:00
Michael Stefaniuc
edddda2374
include: There is no need to duplicate CLSID_DirectMusicAudioPathConfig as CLSID_DirectMusicAudioPath.
...
CLSID_DirectMusicAudioPath is private to Wine and produces the confusion
between the COM objects DirectMusicAudioPath and
DirectMusicAudioPathConfig. But those are totally different things.
2014-01-10 12:09:12 +01:00
Michael Stefaniuc
84df351b1e
dmusic: Don't hardcode the guidClass in IDirectMusicObject::ParseDescriptor.
2014-01-06 17:10:04 +01:00
Michael Stefaniuc
dc9208a0c5
dmusic/tests: Add some DirectMusicCollection tests.
2014-01-06 17:10:03 +01:00
Michael Stefaniuc
fe0d2a2ba7
dmusic: Don't crash on NULL in IDirectMusicObject::GetDescriptor.
2014-01-06 17:10:02 +01:00
Michael Stefaniuc
fda99c0fcc
dmusic: The object class is immutable in a DirectMusicObject.
2014-01-06 17:10:01 +01:00
Michael Stefaniuc
5771ff8912
dmusic: Don't leak mem if DirectMusicCollection creation fails.
2014-01-06 17:08:52 +01:00
Michael Stefaniuc
d3c550d0ba
dmusic: Always AddRef the returned iface in QueryInterface.
2014-01-06 17:06:52 +01:00
Alexandre Julliard
99ef0d6ff0
makefiles: Get rid of the MAKE_TEST_RULES variable.
2014-01-02 12:13:16 +01:00
Alexandre Julliard
5e7416e5c8
makefiles: Get rid of the MAKE_DLL_RULES variable.
2014-01-02 12:08:18 +01:00
Michael Stefaniuc
393135c3c7
dmusic/tests: Change the way of detecting a workable dmusic.
2014-01-02 11:52:44 +01:00
Alexandre Julliard
d08ff3ff19
makefiles: Use a single variable for all types of idl files.
2013-12-31 18:15:17 +01:00
Michael Stefaniuc
7474a37050
dmusic/tests: Don't crash with old dmusic versions.
2013-12-31 12:23:04 +01:00
Michael Stefaniuc
0c4b3514a5
dmusic/tests: Add some COM tests for IDirectMusic/IDirectMusicCollection.
2013-12-30 19:01:43 +01:00
Michael Stefaniuc
645ca7504e
dmusic/tests: Centralize the skip().
2013-12-30 19:01:42 +01:00
Michael Stefaniuc
5f5c21e55d
dmusic: These COM classes don't support COM aggregation.
2013-12-30 19:01:42 +01:00
Alexandre Julliard
c7803b885b
makefiles: Add makedep pragmas for registration idl files.
2013-11-05 20:38:18 +01:00