home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Panoráma
/
computer_panorama_1997-12-hibas.iso
/
SHARE
/
SOUND
/
MIDILANG.ZIP
/
SPEEDUP.XPL
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-09-27
|
212 b
|
21 lines
/*
speedup
to speed up or slow down a .mid file
*/
init ()
{
speedup (1.25); /* the .mid file will go 1.25 time faster */
descript ("Speedup or Slow down .mid files");
}
main ()
{
}