winmm
Create a virtual MIDI port [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. 开发者_如何学Go[详细]
2023-03-16 09:59 分类:问答Play a continuous theremin-like sound on MIDI
I am trying to create a theremin-like program, that plays continuous notes based on mouse cursor position. I am using Carl Franklin\'s MIDI Tools library to do this.[详细]
2023-03-15 15:06 分类:问答In case of failed PlaySound(), is it possible to retrieve last error status?
I\'m asking because universal GetLastError() returns ERROR_SUCCESS even if preceding PlaySound() call returned FALSE. I\'m aware what winmm have specific error fun开发者_如何学运维ctions for waveOut,[详细]
2023-03-09 05:45 分类:问答Access Violation in C# - winmm.dll ntdll.dll
I have an application which basically does three things: Show an image to the user Play a 1-2 second sound (wav) to the user[详细]
2023-02-25 04:33 分类:问答NullReferenceException, no stack trace... where to start?
I have a WPF audio application. Occasionally (and even in the debugger) I\'m seeing a NullReferenceException which carries no stack trace information with it.[详细]
2023-02-23 23:20 分类:问答Sounds effect in Windows
I am making a simple game.I am hitting a ball with my gun.When bullet will collide with ball it should give sound effect.Whether i hae done this but during sound effect my game becomes hold for a whil[详细]
2023-02-23 01:53 分类:问答Joystick Key Capture
I w开发者_C百科ant to capture input from joystick using winmm dll ..I don\'t have much knowledge of importing and working with DLLs.[详细]
2023-01-29 20:41 分类:问答mciSendString: file that contains spaces
If i use mciSendString (winmm.dll) and try to read file that conta开发者_如何学运维ins spaces (for example F:\\MUSIC\\(01) [VA]01.StimAxel - Restart(DJ X-VenomRemix).mp3) i got an error with code 263.[详细]
2023-01-25 13:04 分类:问答Windows Multimedia API winmm.dll library too slow
i am using Windows Multimedia API winmm.dll library to play MP3 files and when i load a song it takes kins of 3-5 seconds to open and start the song . I wish to ma开发者_JS百科ke a music app and that[详细]
2023-01-22 02:37 分类:问答Where is DRV_QUERYFUNCTIONINSTANCEID declared?
This question is related to this one. I need to use the winmm function waveInMessage using the above mentioned constant. I can find a bunch of similar defines (such as DRV_QUERY开发者_如何学JAVADEVIC[详细]
2022-12-15 01:12 分类:问答