Christian Costa
|
19cb2d2171
|
dmusic: Implement IDirectMusicBuffer_SetUsedBytes.
|
2012-05-14 12:19:55 +02:00 |
Christian Costa
|
f0324c9665
|
dmusic: COM cleanup of DirectMusicCollection and get rid of separated IUnknown interface.
|
2012-05-14 12:19:45 +02:00 |
Christian Costa
|
540ae18f69
|
dmusic: COM cleanup of IReferenceClock.
|
2012-05-14 12:19:24 +02:00 |
Christian Costa
|
5ae4238cea
|
dmusic: Display new ref in trace for AddRef and Release for IDirectMusicInstrument.
|
2012-05-11 15:39:22 +02:00 |
Christian Costa
|
1501d3a49a
|
dmusic: Variable spelling fix.
|
2012-05-11 15:39:22 +02:00 |
Christian Costa
|
447c97cfbd
|
dmusic: Simplify ParseDescriptor by checking DLS header first and exit if it is wrong.
|
2012-05-09 11:51:47 +02:00 |
Christian Costa
|
03c75b9cf6
|
dmusic: COM cleanup of IDirectMusicInstrument and get rid of separated IUnknown interface.
|
2012-05-08 09:45:43 +02:00 |
Christian Costa
|
9f05f54540
|
dmusic: Midi message takes 4 bytes space but only 3 are relevant.
|
2012-05-07 17:16:34 +02:00 |
Christian Costa
|
4c0f0281bd
|
dmusic: Check errors in IDirectMusic8Impl_Activate and remove FIXME.
|
2012-05-02 13:03:18 +02:00 |
Christian Costa
|
5ae038b2e8
|
dmusic: Implement IDirectMusic8Impl_EnumMasterClock.
|
2012-05-02 13:03:13 +02:00 |
Christian Costa
|
16071b244a
|
dmusic: COM cleanup of IDirectMusic8.
|
2012-05-02 13:02:10 +02:00 |
Christian Costa
|
0eaf5c156b
|
dmusic: Add tests to enumerate master clocks.
|
2012-05-02 13:02:01 +02:00 |
Christian Costa
|
cb804ce884
|
dmusic: Implement IDirectMusicBufferImpl_Flush.
|
2012-04-27 17:08:18 +02:00 |
Christian Costa
|
09a2dd6a3f
|
dmusic: Implement IDirectMusicBuffer_GetStartTime and IDirectMusicBuffer_SetStartTime.
|
2012-04-27 17:08:14 +02:00 |
Christian Costa
|
5c5ed245aa
|
dmusic: IDirectMusicBufferImpl_GetUsedBytes.
|
2012-04-27 17:08:01 +02:00 |
Christian Costa
|
fbd0aba739
|
dmusic: Implement IDirectMusicBufferImpl_PackStructured.
|
2012-04-27 17:07:52 +02:00 |
Christian Costa
|
51942db811
|
dmusic: Handle GUID_NULL when creating IDirectMusicBuffer.
|
2012-04-27 17:07:12 +02:00 |
Christian Costa
|
0a588385fb
|
dmusic: Add tests for IDirectMusicBuffer.
|
2012-04-27 17:07:04 +02:00 |
Christian Costa
|
ae6fb7511d
|
dmusic: Cleanup IDirectMusicBufferImpl_QueryInterface.
|
2012-04-25 17:11:51 +02:00 |
Christian Costa
|
76a778be97
|
dmusic: Display new ref in IDirectMusicBufferImpl_AddRef and IDirectMusicBufferImpl_Release.
|
2012-04-25 17:11:28 +02:00 |
Christian Costa
|
6800851f1d
|
dmusic: Implement IDirectMusicBufferImpl_GetRawBufferPtr.
|
2012-04-25 17:11:19 +02:00 |
Christian Costa
|
5f6a3807fd
|
dmusic: Implement IDirectMusicBufferImpl_GetMaxBytes.
|
2012-04-25 17:11:15 +02:00 |
Christian Costa
|
cc68c95fee
|
dmusic: Implement IDirectMusicBufferImpl_GetBufferFormat.
|
2012-04-25 17:11:07 +02:00 |
Alexandre Julliard
|
87e75a0349
|
dmusic: Internal functions don't need to be WINAPI.
|
2012-04-24 11:37:20 +02:00 |
Christian Costa
|
46884bfcbe
|
dmusic: COM clean-up of IDirectMusicBuffer.
|
2012-04-24 11:32:27 +02:00 |
Christian Costa
|
1b33b1d5cd
|
dmusic: Pass creation parameters to DMUSIC_CreateDirectMusicBufferImpl then allocate data buffer and set format accordingly.
|
2012-04-24 11:32:13 +02:00 |
Christian Costa
|
acea60ca85
|
dmusic: Fix IDirectMusic8Impl_CreateMusicBuffer buffer signature.
|
2012-04-23 12:58:35 +02:00 |
Marcus Meissner
|
af5c45aac0
|
dmusic: Remove useless NULL check (Coverity).
|
2012-04-16 12:07:32 +02:00 |
Christian Costa
|
eb03e83348
|
dmusic: Add trace to DMUSIC_CreateReferenceClockImpl and rename some variables.
|
2012-04-11 19:11:16 +02:00 |
Christian Costa
|
c05c04952e
|
dmusic: Check wrong params when creating a port + tests.
|
2012-04-11 19:10:26 +02:00 |
Christian Costa
|
7776591ff4
|
dmusic: Add dump function for DMUS_PORTPARAMS struct.
|
2012-04-11 19:10:06 +02:00 |
Christian Costa
|
7a772ed83a
|
dmusic: Replace debugstr_DMUS_OBJECTDESC by a specific dump function to avoid debug buffer overflow.
|
2012-04-11 19:09:29 +02:00 |
Andrew Eikum
|
9c79ba8a04
|
dmusic: Check correct return code.
|
2012-04-06 20:11:35 +02:00 |
Christian Costa
|
31bfc380ee
|
dmusic: Check return codes and display name from port caps when enumerating microsoft synthetizer.
|
2012-04-03 17:52:33 +02:00 |
Christian Costa
|
f13806e185
|
dmusic: Enumerate ports for midi out and midi in devices in EnumPort.
|
2012-04-03 17:52:22 +02:00 |
Christian Costa
|
4829fcd9b2
|
dmusic: Don't use method implementation directly. Pass through vtable with related macro instead.
|
2012-03-30 17:33:45 +02:00 |
Andrew Eikum
|
ed54e52590
|
dmusic: Reimplement instrument loading.
|
2012-03-30 17:33:45 +02:00 |
Andrew Eikum
|
47ce8c9755
|
dmusic: Support creating default ports with GUID_NULL.
|
2012-03-30 17:33:43 +02:00 |
Christian Costa
|
997be9c465
|
dmusic: Add some tests for enumerating and creating ports.
|
2012-03-29 20:50:23 +02:00 |
Christian Costa
|
d3fb586024
|
dmusic: Fix memory leak in Direct Music object.
|
2012-01-23 11:07:27 +01:00 |
Marcus Meissner
|
2a55b09bed
|
directshow: Removed bad sizeof in copy/pasted code (Coverity).
|
2011-10-18 15:17:42 +02:00 |
Frédéric Delanoy
|
b5a33dab88
|
dlls: Assorted spelling fixes.
|
2011-08-02 20:47:51 +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
|
0c4ec942ba
|
dmusic: Merge the IClassFactory implementations.
|
2011-07-28 11:31:57 +02:00 |
Marcus Meissner
|
1aee19753f
|
dmusic: Mark internal symbols as hidden.
|
2011-05-17 10:19:00 +02:00 |
Alexandre Julliard
|
5f49129e03
|
resources: Define a generic mechanism for adding extra values to the common version block.
|
2010-12-03 14:53:59 +01:00 |
Alexandre Julliard
|
f5090d2617
|
dmusic: 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 |
Andrew Talbot
|
ab683fee33
|
dmusic: Constify a variable.
|
2010-09-06 16:13:22 +02:00 |
Austin English
|
fa7b5b05e2
|
dmusic: use a previously unused variable.
|
2010-07-28 16:28:19 +02:00 |