Commit Graph

100 Commits (1e8f554ef911e5b961b8e4576f51b19931538196)

Author SHA1 Message Date
Michael Stefaniuc 8ba03f8a98 dmsynth: Lock/unlock the module only on creation/desctruction.
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-07-19 21:32:25 +09:00
Michael Stefaniuc 6f440bbad5 dmsynth/tests: Add COM tests for DMSynth and DMSynthSink.
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-07-19 21:32:21 +09:00
Michael Stefaniuc 45c1f7d3ed dmsynth/tests: Move the dll availability check to a separate function.
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-07-19 21:32:17 +09:00
Michael Stefaniuc 91ba1a2561 dmsynth: The DMSynth{,Sink} COM objects don't support aggregation.
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-07-19 21:32:14 +09:00
Sebastian Lackner a1ee6fa8dd dmsynth: Fix a module refcounting regression.
Fixes a regression introduced by 165f8d1fff.

Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-07-18 19:30:24 +09:00
Michael Stefaniuc 165f8d1fff dmsynth: Simplify error handling when creating a DMSynthSink object.
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-07-15 21:37:37 +09:00
Francois Gouget a80f1450ce dmsynth: Spelling fixes.
Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-05-30 11:58:15 +09:00
Michael Stefaniuc 7b5f318834 dmsynth: Remove a now unused macro. 2015-07-06 14:49:41 +09:00
Nikolay Sivov 32924d4ed0 dmsynth: Cleanup IDirectMusicSynth8 creation helper. 2015-06-25 21:01:16 +09:00
Nikolay Sivov 477dfbca59 dmsynth: Use E_NOT_SUFFICIENT_BUFFER definition. 2014-10-07 20:21:58 +02:00
Andrey Gusev add85f4687 Assorted typos fixes. 2014-02-12 19:15:32 +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
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
Alexandre Julliard d08ff3ff19 makefiles: Use a single variable for all types of idl files. 2013-12-31 18:15:17 +01:00
Alexandre Julliard c7803b885b makefiles: Add makedep pragmas for registration idl files. 2013-11-05 20:38:18 +01:00
Francois Gouget b8a787fd43 dmsynth/tests: Fix compilation on systems that don't support nameless structs or unions. 2013-05-06 11:37:48 +02:00
Alexandre Julliard f02cdd877f Remove empty DLL_PROCESS_DETACH case statements. 2013-04-15 16:45:35 +02:00
Marcus Meissner 4d5dcdca48 dmsynth: Remove now useless NULL ptr check (Coverity). 2013-01-08 12:30:59 +01:00
Christian Costa 6ebf7a37fe dmsynth: Dump data passed to Download method. 2012-12-24 14:36:32 +01:00
André Hentschel ac90476211 dmsynth: Fix compilation on systems that don't support nameless structs or unions. 2012-11-19 16:35:45 +01:00
Christian Costa b3b7616f79 dmsynth: Implement IKsControl_KsProperty for Synth and SynthSink objects. 2012-09-21 18:29:25 +02:00
Christian Costa e5b9d0dffc dmsynth: Display more info in IDirectMusicSynth8Impl_Download stub. 2012-05-14 12:20:33 +02:00
Christian Costa aecd9c1201 dmsynth: Implement IDirectMusicSynth8_GetAppend. 2012-05-14 12:20:17 +02:00
Christian Costa 6894f384f1 dmsynth: Cleanup QueryInterface methods. 2012-05-11 15:39:21 +02:00
Christian Costa 90085afebf dmsynth: Display new ref in trace for AddRef and Release. 2012-05-10 18:20:45 +02:00
Christian Costa f9ba99996e dmsynth: Add stubbed IKsControl interface to DirectMusicSynthSink object. 2012-05-09 11:51:00 +02:00
Christian Costa 1f3d99a2e4 dmsynth: Add stubbed IKsControl interface to DirectMusicSynth object. 2012-05-08 20:23:33 +02:00
Christian Costa 42d18a3279 dmsynth: Add tests for querying IKsControl for Synth and SynthSink objects. 2012-05-08 20:22:28 +02:00
Christian Costa 0ce9eb7ba5 dmsynth: Create default clock for SynthSink object and assign it to Synth object when callink SetSynthSink. 2012-05-08 20:22:18 +02:00
Christian Costa addf806c7c dmsynth: COM cleanup of IDirectMusicSynthSink and rename parameters. 2012-04-30 20:03:24 +02:00
Christian Costa 01e4ee0ac0 dmsynth: Add some clock tests. 2012-04-30 20:03:24 +02:00
Christian Costa ecc369a002 dmsynth: COM cleanup of IDirectMusicSynth8. Rename parameters. 2012-04-30 20:03:24 +02:00
Christian Costa b751d9ad9c dmsynth: Put port caps that match native ones. 2012-04-06 20:45:01 +02:00
Christian Costa 3e48fe9d61 dmsynth: Check the rigth CLSID to create the DirectMusicSynthSink object. 2012-04-06 20:45:00 +02:00
Christian Costa d2d5d0e0d7 dmsynth: Add basic tests. 2012-04-06 20:44:58 +02:00
Alexandre Julliard b56dc9a6f7 winecrt0: Remove the clsid parameter in __wine_(un)register_resources. 2011-08-02 20:47:49 +02:00
Michael Stefaniuc 4afd3e46fc dmsynth: Merge the IClassFactory implementations. 2011-07-29 13:29:12 +02:00
Marcus Meissner fa6e4f3a3b dmsynth: Mark internal symbols with hidden visibility. 2011-05-17 10:19:00 +02:00
Alexandre Julliard ca110e4d71 dmsynth: Convert dll registration to the IRegistrar mechanism. 2010-12-03 14:28:27 +01:00
Alexandre Julliard 81b8ee863e makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
Alexandre Julliard b86d515ed6 dlls: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:36 +02:00
Alexandre Julliard bef5645eb1 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
Michael Stefaniuc f6a34c4ece dmsynth: Avoid newlines inside FIXME messages. 2010-01-14 09:04:42 -06:00
Jeff Zaroyko 93423aaa39 dmsynth: Fix a typo. 2009-06-01 16:16:05 +02:00
Michael Stefaniuc 5435320059 dmsynth: Remove superfluous pointer casts. 2009-01-27 14:26:50 +01:00
Michael Stefaniuc ca91850a30 include: Use LONG instead of long in dmusics.h for Win64 compatibility. 2009-01-10 17:43:11 +01:00
Hans Leidekker 63aff890d7 janitorial: Remove unneeded user32 imports. 2008-12-17 11:38:36 +01:00
Hans Leidekker 8bd9a3aa09 janitorial: Don't depend on user32 for the self registration functions. 2008-12-17 11:38:32 +01:00
Alexandre Julliard 8882dab0f2 dmsynth: Remove some unused functions. 2008-12-01 13:25:39 +01:00