Hi, new to MM but not to VBS. Any ideas how I find the method to analyze a track for volume leveling?
TIA!
db
Volume level analyze (ReplayGain) method?
-
DigitalBoy
- Posts: 13
- Joined: Thu Aug 10, 2006 7:28 pm
-
DiddeLeeDoo
- Posts: 1017
- Joined: Wed Mar 01, 2006 1:09 am
- Location: In a jungle down under
- Contact:
-
DigitalBoy
- Posts: 13
- Joined: Thu Aug 10, 2006 7:28 pm
aha - I thought I was going crazy, couldn't find it at all. So not all the functionality is exposed? That seems a little strange. So all the methods called via the built in menus cannot be accessed via VBS. It kinda makes customizing a challenge. It looks like all the actual song data is exposed, so you can actually modify tags (like leveling), but in this case, you can't determine what the leveling value should be??
db
db
-
DiddeLeeDoo
- Posts: 1017
- Joined: Wed Mar 01, 2006 1:09 am
- Location: In a jungle down under
- Contact:
The MM Team is very generous with adding stuff as they they are requested, so hopefully your voice is echoing into the places where things can change.
The field Songs.NormalizeTrack holds the Leveling Value in the DB, and it's value is -999999 when it's not yet Volume Analyzed.
There'a a way to read the Tags too to see what Replay Gain value they got. I believe
But that Metod of actually Analyzing the track is in the Menu only at this point. Would be great if all the menu stuff were available in scripting too.
There's a link to 'Download Help File' on this page http://www.mediamonkey.com/developers.htm that gives a little guide in what's available at the moment.
The field Songs.NormalizeTrack holds the Leveling Value in the DB, and it's value is -999999 when it's not yet Volume Analyzed.
There'a a way to read the Tags too to see what Replay Gain value they got. I believe
But that Metod of actually Analyzing the track is in the Menu only at this point. Would be great if all the menu stuff were available in scripting too.
There's a link to 'Download Help File' on this page http://www.mediamonkey.com/developers.htm that gives a little guide in what's available at the moment.
-
DiddeLeeDoo
- Posts: 1017
- Joined: Wed Mar 01, 2006 1:09 am
- Location: In a jungle down under
- Contact:
-
DigitalBoy
- Posts: 13
- Joined: Thu Aug 10, 2006 7:28 pm
thanks for the quick replies. Found the peak value/max sample and leveling/normalize fields in the DB and via properties, so get/let is fine for the properties, just trying to find the methods. The dlls sound interesting, I'll take a look there. Ultimately it'd be nice to expose all functionality via the library. Otherwise sendkeys it is.
thanks again
db
thanks again
db
-
DiddeLeeDoo
- Posts: 1017
- Joined: Wed Mar 01, 2006 1:09 am
- Location: In a jungle down under
- Contact:
-
DiddeLeeDoo
- Posts: 1017
- Joined: Wed Mar 01, 2006 1:09 am
- Location: In a jungle down under
- Contact:
