Konatau 0 Posted May 20, 2013 I made a "music player" one week ago, i`m newb in programming, but i made it, my question is, is there any way that i can make a "volume control", so i can control the music volume ? Share this post Link to post Share on other sites
BrewManNH 1,304 Posted May 20, 2013 It greatly depends on what you're using to play the music, it can be as easy as using SoundSetWaveVolume to do it, or if you want to get fancy you can use other methods that have been demonstrated around the forum. It also depends on which OS you're using and whether you volume control is supposed to control the volume of the application only or the master volume control. If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way!I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from.Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator Share this post Link to post Share on other sites
Konatau 0 Posted May 20, 2013 I use Windows XP, and i want to control the volume of the application, not Master Volume Control I use _SoundPlay About SoundSetWaveVolume, can you give me some examples, or links to them ? if it controls Master Volume Control, jump over the question PS: Sorry if you can't understand some words/phrases, i'm not English... Share this post Link to post Share on other sites
BrewManNH 1,304 Posted May 20, 2013 Read the help file about SoundSetWaveVolume, it sets the wave volume control not the master volume control, although most of the sounds you're going to hear on the computer are going to be wave. You might also look at the BASS functions in the example scripts section which will allow you a lot more control over the playback, but is harder to use if you're not familiar with it. If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way!I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from.Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator Share this post Link to post Share on other sites