Metronome: Difference between revisions

Content added Content deleted
Line 48: Line 48:
MsgBox % "Metronome beeped " beats " beats, over " (A_TickCount-Start)/1000 " seconds. "
MsgBox % "Metronome beeped " beats " beats, over " (A_TickCount-Start)/1000 " seconds. "
ExitApp</lang>
ExitApp</lang>
=={{header|Applescript}}==
=={{header|AppleScript}}==
set bpm to the text returned of (display dialog "How many beats per minute?" default answer 60)
set bpm to the text returned of (display dialog "How many beats per minute?" default answer 60)