Build Your Own Arcade Controls Forum
Front End Support => MaLa Frontend => Topic started by: Chunce DeLeone on May 04, 2007, 09:35:10 am
-
I am using Mala with Background music playing on startup. I want to assign a button to stop the music without having to rightclick and go into the options. Does anyone know how to assign a play and stop button?
-
I am using Mala with Background music playing on startup. I want to assign a button to stop the music without having to rightclick and go into the options. Does anyone know how to assign a play and stop button?
You can via a Plug-in if you want ;)
http://wiki.arcadecontrols.com/wiki/Mala_Plugins (http://wiki.arcadecontrols.com/wiki/Mala_Plugins)
SendMessage(FindWindow(nil,'MaLa'), MALAMSG_STOPBGMUSIC, 0, 0);
SendMessage(FindWindow(nil,'MaLa'), MALAMSG_STARTBGMUSIC, 0, 0);
-
Thanks Loadman, I will have to try that.....I can't believe it is not a part of the program already
-
Thanks Loadman, I will have to try that.....I can't believe it is not a part of the program already
The only other thing is in options-gui-gamestart you can have the music stop while playing games
-
Yeah I have that option, what I'm looking for is a toggle for the music when I am going through the game lists, sometimes I like to listen to the mp3's sometimes I dont
-
IIRC you can turn the music on/off from the menu under the sound option. Steve
-
IIRC you can turn the music on/off from the menu under the sound option. Steve
I think you will find he wants to assign a button to it raher than go through options ;)
You can set 'Next Song' but not Stop or play without using a Plug-in