Update Tutorial.md
This commit is contained in:
parent
06e0432fe2
commit
525a3e29ac
1 changed files with 5 additions and 3 deletions
|
@ -194,10 +194,12 @@ Example:
|
|||
|
||||
Currently not working, or the start-time syntax is wrong.
|
||||
|
||||
`(play-note start-time duration instrument frequency)`
|
||||
|
||||
`(play-note-at 2 1 "sin-inst" 440)`
|
||||
```scheme
|
||||
(play-note start-utc-seconds duration instrument frequency)
|
||||
|
||||
;; play 2 seconds in the future
|
||||
(play-note-at (+ 2 (current-seconds)) 1 "sin-inst" 440)
|
||||
```
|
||||
|
||||
|
||||
---
|
||||
|
|
Loading…
Reference in a new issue