home *** CD-ROM | disk | FTP | other *** search
/ Computer Panoráma / computer_panorama_1997-12-hibas.iso / SHARE / SOUND / MIDILANG.ZIP / SPEEDUP.MPL < prev    next >
Encoding:
Text File  |  1997-09-27  |  355 b   |  27 lines

  1. #
  2. #
  3. #This mpl has been created from a XPL file
  4. #
  5. # The XPL source file is : SPEEDUP.xpl
  6. #
  7. #
  8.  
  9. # 11 INIT ( ) { 
  10. LABEL INIT
  11.  
  12. # 12 SPEEDUP ( 1.25 ) ; 
  13. V= 2 1.250000
  14. SPEEDUP=V 2
  15.  
  16. # 13 DESCRIPT ( " SPEEDUP OR SLOW DOWN .MID FILES " ) ; 
  17. DESCRIPT  SPEEDUP OR SLOW DOWN .MID FILES 
  18.  
  19. # 15 } 
  20. END
  21.  
  22. # 19 MAIN ( ) { 
  23. LABEL MAIN
  24.  
  25. # 20 } 
  26. END
  27.