Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Change Volume with MMControl??

Status
Not open for further replies.

Kryzsoccer

Programmer
Oct 15, 2002
85
US
Is their a way to increase/decrease the volume of music played using the mmcontrol?
If not, is their a way to change volume using another method for playing music?
All help is appreciated, THANKS!
 
Is it a property of the MMcontrol? I would bet it is like

MMobjectname.volume I gave-up on MMcontrols in favour of API's because of the publishing package overhead.

API's for controlling Volume are not too onerous but I haven't figured how to change record volumes yet.

I found it in a program called Vol1.vpb which I found on a site somewhere - it is too long to post here with all its constants and API declarations. But it is instructive.

If you don't get any links here web-mail me from cresby.com and I can send it.
 
i looked through the properties of the MMcotrol, but i couldnt find anything about volume. Does anyone know if you can call it with MMcontrol1.command. I know that is how you can play(MMcontrol1.command = "play") and I thought maybe there is a way to control volume with it too.

Thanks for your reply Cresby it appears I might have to use the API, unless someone knows how to control the volume with the MMcontrol.
As always ALL help is appreciated!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top