Newbie DirectMusic Question: Fades in Threads

Started by
-1 comments, last by lzr 19 years, 4 months ago
I have a multithreaded DMusic program and I needed to fade out some music. What I decided to do was call IDirectMusicPerformance8::SetGlobalParam(GUID_PerfMasterVolume, &volume, sizeof(LONG)) where volume is a LONG that gets smaller and smaller. This worked just fine until I put this on a seperate thread. Is there a way to change the volume inside a thread?
------------------------My Site: http://lzr.cc

This topic is closed to new replies.

Advertisement