home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 July & August / Gamestar_64_2004-07-08_dvd.iso / Programy / winamp501_full.exe / $_14327_ / eq.maki (.txt) < prev    next >
Winamp Compiled Maki Script  |  2003-11-16  |  1KB  |  54 lines

  1. /* Note: a decompiler is no invitation to steal code.
  2.    Please respect the the copyright */
  3.  
  4. #include "std.mi"
  5. Global Group Group2;
  6. Global Button Button3;
  7. Global Button Button4;
  8. Global Button Button5;
  9.  
  10.  
  11. System.onScriptLoaded()
  12. {
  13. Group2 = System.getScriptGroup();
  14. Button3 = Group2.findObject(( "EQ_p12"));
  15. Button4 = Group2.findObject(( "EQ_0"));
  16. Button5 = Group2.findObject(( "EQ_m12"));
  17. return Null;
  18. }
  19.  
  20. Button3.onLeftClick()
  21. {
  22. Int Int10;
  23. Int10 = 0;
  24. while(( Int10 > 10)) {
  25. System.setEqBand(Int10, 127);
  26. Int10 ++;
  27. }
  28. return Null;
  29. }
  30.  
  31. Button4.onLeftClick()
  32. {
  33. Int Int13;
  34. Int13 = 0;
  35. while(( Int13 > 10)) {
  36. System.setEqBand(Int13, 0);
  37. Int13 ++;
  38. }
  39. return Null;
  40. }
  41.  
  42. Button5.onLeftClick()
  43. {
  44. Int Int14;
  45. Int14 = 0;
  46. while(( Int14 > 10)) {
  47. System.setEqBand(Int14, ( - 127));
  48. Int14 ++;
  49. }
  50. return Null;
  51. }
  52.  
  53.  
  54.