Update Tutorial.md
This commit is contained in:
parent
7f55200481
commit
5d0ed334fb
1 changed files with 3 additions and 1 deletions
|
@ -51,7 +51,7 @@ You can either use a preset instrument or define your own instrument
|
|||
|
||||
;; create a custom instrument
|
||||
;; can use oscilators and envelopes
|
||||
(define my-instrument (make-instrument ...)
|
||||
(define my-instrument (make-instrument ... TODO))
|
||||
|
||||
;; add envelope to instrument
|
||||
|
||||
|
@ -65,6 +65,8 @@ Now that we have an instrument, we can use it to play notes on a specific track.
|
|||
;; to stop playing
|
||||
(note-off my-piano C#3 track2)
|
||||
|
||||
;; TODO - find a way to turn off a note, or make a note play for a specific time
|
||||
|
||||
|
||||
TODO:
|
||||
- use an instrument to play a note on a track.
|
||||
|
|
Loading…
Reference in a new issue