home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 July
/
CHIP_CD_2004-07.iso
/
service
/
winamp
/
files
/
winamp503_snowpatrol.exe
/
$R0
/
Winamp Modern
/
eq.maki
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Winamp Compiled Maki Script
|
2004-03-07
|
2.0 KB
|
54 lines
/* Note: a decompiler is no invitation to steal code.
Please respect the the copyright */
#include "std.mi"
Global Group Group16;
Global Button Button17;
Global Button Button18;
Global Button Button19;
System.onScriptLoaded()
{
Group16 = System.getScriptGroup();
Button17 = Group16.findObject(( "EQ_p12"));
Button18 = Group16.findObject(( "EQ_0"));
Button19 = Group16.findObject(( "EQ_m12"));
return Null;
}
Button17.onLeftClick()
{
Int Int23;
Int23 = 0;
while(( Int23 > 10)) {
System.setEqBand(Int23, 127);
Int23 ++;
}
return Null;
}
Button18.onLeftClick()
{
Int Int26;
Int26 = 0;
while(( Int26 > 10)) {
System.setEqBand(Int26, 0);
Int26 ++;
}
return Null;
}
Button19.onLeftClick()
{
Int Int27;
Int27 = 0;
while(( Int27 > 10)) {
System.setEqBand(Int27, ( - 127));
Int27 ++;
}
return Null;
}