Metronome: Difference between revisions

Content added Content deleted
(New post with audible and visual indications of the metronome timing. In addition to an existing program with neither of these indications.)
m (→‎{{header|Wren}}: Changed to Wren S/H)
Line 2,403: Line 2,403:
{{trans|Kotlin}}
{{trans|Kotlin}}
Modified to ring the bell on each beat.
Modified to ring the bell on each beat.
<syntaxhighlight lang="ecmascript">import "timer" for Timer
<syntaxhighlight lang="wren">import "timer" for Timer
import "io" for Stdout
import "io" for Stdout