The MASM Forum Archive 2004 to 2012

Miscellaneous Forums => Miscellaneous Projects => Topic started by: ragdog on February 03, 2008, 12:18:38 PM

Title: uFMOD DirectX DirectSound player
Post by: ragdog on February 03, 2008, 12:18:38 PM
hi

here is my uFMOD DirectX DirectSound player from resource

with vu-meter :U

all source is included

So have fun and posting errors and feedbacks!

greets
ragdog


bugfix:
if one not on play presses but only on Next press  works the timer not


[attachment deleted by admin]
Title: Re: uFMOD DirectX DirectSound player
Post by: u on March 04, 2008, 02:14:46 AM
For me it crashes in user32.dll. Win2k SP5,  Audigy.
I've put some debugging on DlgProc start and end, and when level() is called. Level() continues to be called after the crash (as expected), and seems to start right after the crash.

Here's the simple debugging info:

DlgProc start: uMsg = 48
DlgProc end false:uMsg = 48

DlgProc start: uMsg = 272 ; WM_INITDIALOG
   DlgProc start: uMsg = 273 ; WM_COMMAND
   DlgProc end true:uMsg = 273
   DlgProc start: uMsg = 273
   DlgProc end true:uMsg = 273
   DlgProc start: uMsg = 273
   DlgProc end true:uMsg = 273
   DlgProc start: uMsg = 273
   DlgProc end true:uMsg = 273
DlgProc end true:uMsg = 272 ; WM_INITDIALOG
Level() start
Level() start
Level() start
Level() start
Level() start
....
Title: Re: uFMOD DirectX DirectSound player
Post by: Mark Jones on July 12, 2008, 07:55:14 PM
AMD dual-core x64 4000+, WinXP x32 SP2.

The first time I opened it, did not play track #1 when clicking "play" button, but automatically started playing track #2 when the ">" button was pressed. Did play track #1 if the "<" button is then pressed, and pause and stop seemed to work as expected from that point onward.

Closed and re-opened app, all buttons worked as expected. Strange. I'll try to reproduce the problem again.
Title: Re: uFMOD DirectX DirectSound player
Post by: ragdog on July 12, 2008, 10:44:41 PM
hi

i have this coded and tested on xp-sp2!
   
i become no reports msg,So I had a look at this project never coding more

greets
ragdog
Title: Re: uFMOD DirectX DirectSound player
Post by: caseys on December 26, 2010, 08:45:12 PM
great project! works pretty on winxp! thanks!