fixed typo in tutorial
This commit is contained in:
parent
ceef277442
commit
49bcd750a0
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ Example:
|
||||||
Currently not working, or the start-time syntax is wrong.
|
Currently not working, or the start-time syntax is wrong.
|
||||||
|
|
||||||
```scheme
|
```scheme
|
||||||
(play-note start-utc-seconds duration instrument frequency)
|
(play-note-at start-utc-seconds duration instrument frequency)
|
||||||
|
|
||||||
;; play 2 seconds in the future
|
;; play 2 seconds in the future
|
||||||
(play-note-at (+ 2 (current-seconds)) 1 "sin-inst" 440)
|
(play-note-at (+ 2 (current-seconds)) 1 "sin-inst" 440)
|
||||||
|
|
Loading…
Reference in a new issue