2.95. Yeah, it seems there is a variable to adjust in the skin.
I'm confused with the ATT script. How does the volume get lowered for ATT ON? I don't see an associated command with "ON".
Code:
/ATT CODE START/========================================================
"OFF","!PRESET;ATT||SETVOL;Master;10"
"ON","PRESET;ATT"
"SETUPATT","SETVAR;attvol_low;120||SETVAR;attvol_high;255||SAVETOINI;attvol_low;$attvol_low$||SAVETOINI;attvol_high;$attvol_high$||SETVAR;ATTENTION;$ATTENTION$||SAVETOINI;ATTENTION;$ATTENTION$"
"SETVAR;ATTENTION;$ATTENTION$||SAVETOINI;ATTENTION;$ATTENTION$"
"ATTON","!PRESET;IG3;WINAMP||SETVOL;WINAMP;$attvol_low$||SETVAR;ATTENTION;1||SAVETOINI;ATTENTION;$ATTENTION$"
"ATTOFF","PRESET;IG3;WINAMP||SETVOL;WINAMP;$attvol_high$||SETVAR;ATTENTION;0||SAVETOINI;ATTENTION;$ATTENTION$"
/thE command "DUCK" is used for all att buttons
"DUCK","BYVAR;ATTENTION;ATTON<<ATTOFF"
/ATT CODE END/========================================================
And Rabid_Child is right. When I hit ATT I looked at what Winamp was doing and it goes between 100% and 47%. And the volume bar in the skin isn't affected. But in the NAVI screen, the ATT affects the skin's volume bar, taking it down to 10% always. So it seems the ATT functionality is different depending on if you are on the main screen or NAVI screen.
Bookmarks