Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
6
Task/Metronome/EchoLisp/metronome.l
Normal file
6
Task/Metronome/EchoLisp/metronome.l
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
;; available preloaded sounds are : ok, ko, tick, tack, woosh, beep, digit .
|
||||
(lib 'timer)
|
||||
|
||||
(define (metronome) (blink) (play-sound 'tack))
|
||||
(at-every 1000 'metronome) ;; every 1000 msec
|
||||
;; CTRL-C to stop
|
||||
Loading…
Add table
Add a link
Reference in a new issue