Update Tutorial.md

This commit is contained in:
Mustafa 2014-05-11 17:13:27 -07:00
parent ff5bbfb221
commit 6775d8dfb8

View file

@ -42,9 +42,16 @@ The purpose of playing notes on different tracks is we can have different filter
## Example ## Example
- Creating an instrument
;; this uses the preset
(define my-piano (make-instrument 'piano))
TODO: TODO:
- use an instrument to play a note on a track. - use an instrument to play a note on a track.
- add filters to a track - add filters to a track
(append-effect track3 (reverb-effect 0.5 0.9))