Difference between revisions of "Mmdrv.dll"

From ReactOS Wiki
Jump to: navigation, search
m (Created page with "http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/mmdrv/?view=log ChangeLog-0.2.2 *Work on various functions (Aleksey Bragin)")
 
m
Line 3: Line 3:
 
[[ChangeLog-0.2.2]]
 
[[ChangeLog-0.2.2]]
 
*Work on various functions ([[Aleksey Bragin]])
 
*Work on various functions ([[Aleksey Bragin]])
 +
 +
[[ChangeLog-0.2.9]]
 +
 +
* Implement GetDeviceCapabilities, GetDeviceCount for modMessage.
 +
* Implement GetDeviceCapabilities implement GetDeviceCapabilities and GetDeviceCount for midMessage.
 +
* Remove hardcode of Find one device of midiout and wavout now scan for WaveOutXX, WaveInXX, MidiInXX, MidiOutXX, AuxXX.
 +
* Implement AUXDM_GETVOLUME, AUXDM_SETVOLUME which completes auxMessage.
 +
* Implement more case to widMessage, remove the stub of  ThreadCallWaveDevice and implement it there it need it.
 +
* Implement some part of waveopen.
 +
* Implement parts of waveThread.
 +
* Implement WaveThreadSetData, WaveThreadGetData.
 +
* Implement soundGetData and WaveThreadSetState, implement soundSetData.
 +
* Sound now partly working in windows. ([[Magnus Olsen]])

Revision as of 07:05, 18 March 2012

http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/mmdrv/?view=log

ChangeLog-0.2.2

ChangeLog-0.2.9

  • Implement GetDeviceCapabilities, GetDeviceCount for modMessage.
  • Implement GetDeviceCapabilities implement GetDeviceCapabilities and GetDeviceCount for midMessage.
  • Remove hardcode of Find one device of midiout and wavout now scan for WaveOutXX, WaveInXX, MidiInXX, MidiOutXX, AuxXX.
  • Implement AUXDM_GETVOLUME, AUXDM_SETVOLUME which completes auxMessage.
  • Implement more case to widMessage, remove the stub of ThreadCallWaveDevice and implement it there it need it.
  • Implement some part of waveopen.
  • Implement parts of waveThread.
  • Implement WaveThreadSetData, WaveThreadGetData.
  • Implement soundGetData and WaveThreadSetState, implement soundSetData.
  • Sound now partly working in windows. (Magnus Olsen)