home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2004 September
/
Gamestar_65_2004-09_dvd.iso
/
Programy
/
winamp501_full.exe
/
$_14327_
/
eq.maki
(
.txt
)
< prev
next >
Wrap
Winamp Compiled Maki Script
|
2003-11-16
|
1KB
|
54 lines
/* Note: a decompiler is no invitation to steal code.
Please respect the the copyright */
#include "std.mi"
Global Group Group2;
Global Button Button3;
Global Button Button4;
Global Button Button5;
System.onScriptLoaded()
{
Group2 = System.getScriptGroup();
Button3 = Group2.findObject(( "EQ_p12"));
Button4 = Group2.findObject(( "EQ_0"));
Button5 = Group2.findObject(( "EQ_m12"));
return Null;
}
Button3.onLeftClick()
{
Int Int10;
Int10 = 0;
while(( Int10 > 10)) {
System.setEqBand(Int10, 127);
Int10 ++;
}
return Null;
}
Button4.onLeftClick()
{
Int Int13;
Int13 = 0;
while(( Int13 > 10)) {
System.setEqBand(Int13, 0);
Int13 ++;
}
return Null;
}
Button5.onLeftClick()
{
Int Int14;
Int14 = 0;
while(( Int14 > 10)) {
System.setEqBand(Int14, ( - 127));
Int14 ++;
}
return Null;
}