Author Topic: Controlling Equalizer  (Read 5530 times)

0 Members and 1 Guest are viewing this topic.

mclough6

  • $upporter
  • Sr. Member
  • *****
  • Posts: 105
  • Karma: 0
    • View Profile
Controlling Equalizer
« on: April 11, 2011, 01:53:25 PM »
I thought it would be a useful feature to be able to voice control the Media Monkey Equalizer.  Particularly swapping the presets.  So if you are listening to some jazz and then want to switch to hard rock, you could make the appropriate equalizer changes by voice.

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Controlling Equalizer
« Reply #1 on: April 11, 2011, 02:42:25 PM »
Yes, we have commands for this, but they are not part of the standard configuration for MM and they are also as yet undocumented in the help.

The two commands are:

MM.LoadEqPreset, and MM.SetEQ

turn EQ on like this

MM.SetEQ     true

and off like this

MM.SetEQ     false

and load a preset using the filename like this (no path required other than the filename, but you need the .sde at the end)

MM.LoadEqPreset    Rock.sde

the filename is not case sensitive.  Loading any preset will automatically turn EQ on.

Here's an xml file with some basic presets.  Drag it into your command tree to import it.

Kalle

  • $upporter
  • Hero Member
  • *****
  • Posts: 2319
  • Karma: 47
    • View Profile
Re: Controlling Equalizer
« Reply #2 on: April 11, 2011, 03:33:02 PM »
Yes, we have commands for this, but they are not part of the standard configuration for MM and they are also as yet undocumented in the help.

The two commands are:

MM.LoadEqPreset, and MM.SetEQ

turn EQ on like this

MM.SetEQ     true

and off like this

MM.SetEQ     false

and load a preset using the filename like this (no path required other than the filename, but you need the .sde at the end)

MM.LoadEqPreset    Rock.sde

the filename is not case sensitive.  Loading any preset will automatically turn EQ on.

Here's an xml file with some basic presets.  Drag it into your command tree to import it.
the next one for Wiki  ;)
***********  get excited and make things  **********

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Controlling Equalizer
« Reply #3 on: April 11, 2011, 04:01:47 PM »
yes.  let me do english first.  I will send to you for translation  :P

Kalle

  • $upporter
  • Hero Member
  • *****
  • Posts: 2319
  • Karma: 47
    • View Profile
Re: Controlling Equalizer
« Reply #4 on: April 11, 2011, 04:13:50 PM »
yes.  let me do english first.  I will send to you for translation  :P
Ok
***********  get excited and make things  **********

mclough6

  • $upporter
  • Sr. Member
  • *****
  • Posts: 105
  • Karma: 0
    • View Profile
Re: Controlling Equalizer
« Reply #5 on: April 11, 2011, 05:09:04 PM »
That was simple enough.  Thanks guys.  I have read about a free download that has about 20 presets (much more than comes with MM).  If you think anyone would be interested I will try and track down the website and update the xml file to include the addiitional presets and post it here.

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Controlling Equalizer
« Reply #6 on: April 11, 2011, 05:11:53 PM »
I don't use equalizer personally, but I'm sure someone would benefit from it so if you do find it please post either an attachment or a link.  :) Thanks.

mclough6

  • $upporter
  • Sr. Member
  • *****
  • Posts: 105
  • Karma: 0
    • View Profile
Re: Controlling Equalizer
« Reply #7 on: April 11, 2011, 10:46:42 PM »
Ok here is my small contribution to the equalizer control.  First download the following free presets at:  http://www.mediafire.com/?jgox2jzhfxw

extract the presets into your mediamonkey equalizer folder.

drag the xml file attached below to contol your new presets.

I also added "load preset" and "load equalizer" to the command list because I didn't like saying "load equalizer preset rock"

I hope this is of some use to somebody.

Regards
« Last Edit: April 13, 2011, 10:17:20 PM by mclough6 »

mclough6

  • $upporter
  • Sr. Member
  • *****
  • Posts: 105
  • Karma: 0
    • View Profile
Re: Controlling Equalizer
« Reply #8 on: April 12, 2011, 08:18:27 AM »
I noticed this morning that the attached file is not the one I modified.  I will track down the correct file after work tonight and replace.

mclough6

  • $upporter
  • Sr. Member
  • *****
  • Posts: 105
  • Karma: 0
    • View Profile
Re: Controlling Equalizer
« Reply #9 on: April 12, 2011, 08:44:01 PM »
I'm having a bit of trouble getting the xml file onto the forum.  I imported the xml James provided with no problem  Once in Vox I edited the file and saved.  However, when I go back to the vox folder and open the xml file there it is unaltered.  When I reopen Vox the edited file is there.  How do I get the file from in Vox to the forum.  I can't seem to find the altered xml file anywhere. :-[

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Controlling Equalizer
« Reply #10 on: April 12, 2011, 10:04:11 PM »
once imported, any commands that you edit and save will only be updated in "voicecommands.xml"

if you want to export a group of commands, right click the group and select "Export Group".

The group with all its commands will be save to the voxcommando subfolder "export" and the filename will be whatever the group was called.

Now I think about it, I should probably use a dialog that lets you choose where to save the exported file.  I'll add that to my to do list since it's actually pretty short at the moment. :)

mclough6

  • $upporter
  • Sr. Member
  • *****
  • Posts: 105
  • Karma: 0
    • View Profile
Re: Controlling Equalizer
« Reply #11 on: April 13, 2011, 10:21:14 PM »
Ok I did get the correct xml file in the attachment above.  Sorry it took so long.  I wanted to add some text to speech line items, but I do not seem to have much time lately. 

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Controlling Equalizer
« Reply #12 on: April 13, 2011, 10:37:25 PM »
that's ok.  thanks for the effort. Hopefully you learned something useful in the process.