Build Your Own Arcade Controls Forum

Front End Support => MaLa Frontend => Topic started by: Chunce DeLeone on May 04, 2007, 09:35:10 am

Title: Mala Background Music, Stop/Play Button???
Post 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?
Title: Re: Mala Background Music, Stop/Play Button???
Post by: loadman on May 04, 2007, 05:56:03 pm
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);



Title: Re: Mala Background Music, Stop/Play Button???
Post by: Chunce DeLeone on May 07, 2007, 02:52:26 pm
Thanks Loadman, I will have to try that.....I can't believe it is not a part of the program already
Title: Re: Mala Background Music, Stop/Play Button???
Post by: loadman on May 07, 2007, 09:42:36 pm
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
Title: Re: Mala Background Music, Stop/Play Button???
Post by: Chunce DeLeone on May 08, 2007, 10:25:35 am
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
Title: Re: Mala Background Music, Stop/Play Button???
Post by: theendisnye on May 14, 2007, 04:17:50 pm
IIRC you can turn the music on/off from the menu under the sound option. Steve
Title: Re: Mala Background Music, Stop/Play Button???
Post by: loadman on May 14, 2007, 07:10:25 pm
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