home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip Hitware 7 B
/
CHIP_HITWARE_7B.iso
/
Edukacja
/
Guitar Tuner
/
Wintun16.dxr
/
00018_tuning.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1997-04-24
|
194 b
|
15 lines
on mouseDown
puppetSound("3")
tuningDown()
updateStage()
makeTuningSelection()
end
on mouseUp
repeat while soundBusy(1)
end repeat
puppetSound(0)
tuningUp()
updateStage()
end